Backlog Automation Toolkit Firefox

Examine source code of Backlog Automation Toolkit

Inspect and view changes in Backlog Automation Toolkit source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 3,
  "name": "Backlog Automation Toolkit",
  "version": "1.0.0",
  "description": "Backlogの課題詳細画面で、アクションボタンの自動クリックや、画像・PDFリンクをモーダル表示する機能を提供し、作業効率を向上させる拡張機能です。ページ内のDOM変化にも自動対応します。",
  "permissions": [],
  "host_permissions": [
    "https://*.backlog.jp/*"
  ],
  "content_scripts": [
    {
      "matches": [
        "https://*.backlog.jp/*"
      ],
      "js": [
        "content.js"
      ],
      "run_at": "document_idle"
    }
  ],
  "icons": {
    "16": "icon16.png",
    "48": "icon48.png",
    "128": "icon128.png"
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "backlog-automation-toolkit@example.com"
    }
  }
}

Best Backlog Automation Toolkit Alternatives

Here are some Firefox add-ons that are similar to Backlog Automation Toolkit: