TailorPilot Firefox

Examine source code of TailorPilot

제작자: Chukwuemeka Add-on
Inspect and view changes in TailorPilot source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "TailorPilot",
  "description": "tailor your cv to a job posting, grounded in what you actually did.",
  "version": "1.0.0",
  "icons": {
    "16": "icon/16.png",
    "32": "icon/32.png",
    "48": "icon/48.png",
    "96": "icon/96.png",
    "128": "icon/128.png"
  },
  "permissions": [
    "storage",
    "http://localhost:8000/*",
    "https://tailorpilot-backend.onrender.com/*"
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "{43d51ad7-982c-43a5-94c3-828ee5c042a0}",
      "data_collection_permissions": {
        "required": [
          "personallyIdentifyingInfo",
          "authenticationInfo",
          "websiteContent"
        ]
      }
    }
  },
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "sidebar_action": {
    "default_panel": "sidepanel.html",
    "default_title": "TailorPilot"
  },
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "content-scripts/content.js"
      ]
    }
  ]
}

최고의 TailorPilot 대안

다음은 TailorPilot과(와) 유사한 Firefox add-on입니다: