JobAI - Smart Job Application Assistant Firefox

Examine source code of JobAI - Smart Job Application Assistant

Inspect and view changes in JobAI - Smart Job Application Assistant source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 3,
  "name": "JobAI - Smart Job Application Assistant",
  "version": "1.0.0",
  "description": "Intelligently auto-fill job applications on LinkedIn, Indeed, and 15+ ATS platforms. Save time and apply faster with AI assistance.",
  "homepage_url": "https://jobai.dev",
  "browser_specific_settings": {
    "gecko": {
      "id": "jobai-extension@jobai.dev",
      "strict_min_version": "140.0",
      "data_collection_permissions": {
        "required": [
          "none"
        ]
      }
    }
  },
  "permissions": [
    "storage",
    "tabs",
    "activeTab",
    "scripting",
    "alarms"
  ],
  "host_permissions": [
    "https://*.linkedin.com/*",
    "https://*.indeed.com/*",
    "https://*.greenhouse.io/*",
    "https://boards.greenhouse.io/*",
    "https://*.lever.co/*",
    "https://*.myworkdayjobs.com/*",
    "https://*.workday.com/*",
    "https://*.icims.com/*",
    "https://*.bamboohr.com/*",
    "https://*.smartrecruiters.com/*",
    "https://*.jobvite.com/*",
    "https://*.taleo.net/*",
    "https://*.ashbyhq.com/*",
    "https://*.breezy.hr/*",
    "https://*.recruitee.com/*",
    "https://*.applytojob.com/*",
    "https://api.jobai.dev/*",
    "https://*.jobai.dev/*",
    "https://*.execute-api.ap-south-1.amazonaws.com/*"
  ],
  "externally_connectable": {
    "matches": [
      "http://localhost:5173/*",
      "http://localhost:*/*",
      "https://*.jobai.dev/*",
      "https://jobai.dev/*"
    ]
  },
  "background": {
    "scripts": [
      "background/service-worker-v2.js"
    ],
    "type": "module"
  },
  "action": {
    "default_icon": {
      "16": "assets/icons/icon16.png",
      "48": "assets/icons/icon48.png",
      "128": "assets/icons/icon128.png"
    }
  },
  "content_scripts": [
    {
      "matches": [
        "https://*.linkedin.com/*"
      ],
      "js": [
        "modules/human-behavior.js",
        "modules/storage-manager.js",
        "modules/ai-answer-generator.js",
        "modules/ai-vision-helper.js",
        "modules/linkedin-filter.js",
        "modules/linkedin-automation.js",
        "modules/external-site-handler.js",
        "modules/auto-apply-engine.js",
        "content-scripts/linkedin.js",
        "content-scripts/panel-injector.js"
      ],
      "run_at": "document_idle"
    },
    {
      "matches": [
        "https://*.indeed.com/*"
      ],
      "js": [
        "modules/human-behavior.js",
        "modules/storage-manager.js",
        "modules/ai-answer-generator.js",
        "modules/ai-vision-helper.js",
        "modules/external-site-handler.js",
        "modules/auto-apply-engine.js",
        "content-scripts/indeed.js",
        "content-scripts/panel-injector.js"
      ],
      "run_at": "document_idle"
    },
    {
      "matches": [
        "https://*.greenhouse.io/*",
        "https://boards.greenhouse.io/*",
        "https://*.lever.co/*",
        "https://*.myworkdayjobs.com/*",
        "https://*.workday.com/*",
        "https://*.icims.com/*",
        "https://*.bamboohr.com/*",
        "https://*.smartrecruiters.com/*",
        "https://*.jobvite.com/*",
        "https://*.taleo.net/*",
        "https://*.ashbyhq.com/*",
        "https://*.breezy.hr/*",
        "https://*.recruitee.com/*",
        "https://*.applytojob.com/*"
      ],
      "js": [
        "modules/human-behavior.js",
        "modules/storage-manager.js",
        "modules/ai-answer-generator.js",
        "modules/ai-vision-helper.js",
        "modules/external-site-handler.js",
        "modules/auto-apply-engine.js",
        "content-scripts/external-apply.js",
        "content-scripts/advanced-external-apply.js"
      ],
      "run_at": "document_idle"
    }
  ],
  "web_accessible_resources": [
    {
      "resources": [
        "panel/panel.html",
        "panel/panel.css",
        "panel/panel.js",
        "utils/storage.js",
        "utils/api.js",
        "modules/*.js",
        "content-scripts/advanced-external-apply.js"
      ],
      "matches": [
        "https://*.linkedin.com/*",
        "https://*.indeed.com/*",
        "https://*.greenhouse.io/*",
        "https://boards.greenhouse.io/*",
        "https://*.lever.co/*",
        "https://*.myworkdayjobs.com/*",
        "https://*.workday.com/*",
        "https://*.icims.com/*",
        "https://*.bamboohr.com/*",
        "https://*.smartrecruiters.com/*",
        "https://*.jobvite.com/*",
        "https://*.taleo.net/*",
        "https://*.ashbyhq.com/*",
        "https://*.breezy.hr/*",
        "https://*.recruitee.com/*",
        "https://*.applytojob.com/*"
      ]
    }
  ],
  "icons": {
    "16": "assets/icons/icon16.png",
    "48": "assets/icons/icon48.png",
    "128": "assets/icons/icon128.png"
  }
}

Best JobAI - Smart Job Application Assistant Alternatives

Here are some Firefox add-ons that are similar to JobAI - Smart Job Application Assistant: