Offerland: Autofill and Track your jobs

Offerland: Autofill and Track your jobs

Offerland is making job search easier than ever... 🤖 Autofill Job Applications Autofill feature makes you 10x your productivity!…

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "short_name": "OfferLand",
  "name": "Offerland: Autofill and Track your jobs",
  "version": "1.1.8",
  "manifest_version": 2,
  "browser_action": {},
  "background": {
    "scripts": [
      "hot-reload.js",
      "/static/js/background.js"
    ]
  },
  "icons": {
    "16": "/images/logo.png",
    "48": "/images/logo.png",
    "128": "/images/logo.png"
  },
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "exclude_matches": [
        "https://www.offerland.ai/",
        "https://www.offerland.ai/dashboard/*",
        "https://www.offerland.ai/profile/*",
        "https://www.offerland.ai/login",
        "https://www.offerland.ai/ai-cv-builder",
        "https://www.offerland.ai/job-board/*",
        "https://www.offerland.ai/template",
        "https://www.offerland.ai/homepage",
        "https://offerland-dev.us-east-2.elasticbeanstalk.com/",
        "https://offerland-dev.us-east-2.elasticbeanstalk.com/dashboard/*",
        "https://offerland-dev.us-east-2.elasticbeanstalk.com/profile/*",
        "https://offerland-dev.us-east-2.elasticbeanstalk.com/login",
        "https://offerland-dev.us-east-2.elasticbeanstalk.com/ai-cv-builder/",
        "https://offerland-dev.us-east-2.elasticbeanstalk.com/job-board/*",
        "https://offerland-dev.us-east-2.elasticbeanstalk.com/homepage",
        "https://offerland-dev.us-east-2.elasticbeanstalk.com/template"
      ],
      "run_at": "document_end",
      "css": [
        "/static/css/content.css"
      ],
      "js": [
        "/static/js/2.chunk.js",
        "/static/js/content.js"
      ]
    }
  ],
  "content_security_policy": "script-src 'self' https://www.google-analytics.com; object-src 'self'",
  "permissions": [
    "cookies",
    "storage",
    "http://*/*",
    "https://*/*",
    "tabs"
  ],
  "web_accessible_resources": [
    "images/*"
  ]
}