Tailored - Job Import Firefox

Examine source code of Tailored - Job Import

Inspect and view changes in Tailored - Job Import source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 3,
  "name": "Tailored - Job Import",
  "version": "1.0.5",
  "description": "Import job postings directly into Tailored Resume Builder with one click",
  "permissions": [
    "storage",
    "activeTab",
    "scripting"
  ],
  "host_permissions": [
    "https://tailored-resume.com/*",
    "https://*.tailored-resume.com/*"
  ],
  "action": {
    "default_popup": "popup/popup.html",
    "default_icon": {
      "16": "icons/icon16.png",
      "48": "icons/icon48.png",
      "128": "icons/icon128.png"
    }
  },
  "background": {
    "service_worker": "background/service_worker.js",
    "type": "module",
    "scripts": [
      "background/service_worker.js"
    ]
  },
  "content_scripts": [
    {
      "matches": [
        "https://*.linkedin.com/jobs/*",
        "https://*.indeed.com/*",
        "https://*.glassdoor.com/*",
        "https://*.lever.co/*",
        "https://*.greenhouse.io/*",
        "https://boards.greenhouse.io/*",
        "https://*.myworkdayjobs.com/*",
        "https://*.smartrecruiters.com/*",
        "https://*.icims.com/*",
        "https://*.workable.com/*",
        "https://*.jobvite.com/*",
        "https://*.breezy.hr/*",
        "https://*.ziprecruiter.com/*"
      ],
      "js": [
        "content/extractors/base.js",
        "content/extractors/linkedin.js",
        "content/extractors/indeed.js",
        "content/extractors/glassdoor.js",
        "content/extractors/lever.js",
        "content/extractors/greenhouse.js",
        "content/extractors/generic.js",
        "content/content.js"
      ],
      "run_at": "document_idle"
    },
    {
      "run_at": "document_start",
      "matches": [
        "https://tailored-resume.com/*",
        "https://*.tailored-resume.com/*"
      ],
      "js": [
        "content/detector.js"
      ]
    }
  ],
  "icons": {
    "16": "icons/icon16.png",
    "48": "icons/icon48.png",
    "128": "icons/icon128.png"
  },
  "browser_specific_settings": {
    "gecko": {
      "strict_min_version": "112.0",
      "id": "extension@tailored-resume.com",
      "data_collection_permissions": {
        "required": [
          "none"
        ]
      }
    }
  }
}

Best Tailored - Job Import Alternatives

Here are some Firefox add-ons that are similar to Tailored - Job Import: