JobSyncAi

JobSyncAi

Generates new versions of resumes to match keywords and important skills in a job description using AI

Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 3,
  "name": "JobSyncAi",
  "version": "1.7",
  "description": "Generates new versions of resumes to match keywords and important skills in a job description using AI",
  "action": {
    "default_popup": "index.html",
    "default_icon": {
      "16": "logo16.png",
      "48": "logo48.png",
      "128": "logo128.png"
    }
  },
  "permissions": [
    "tabs",
    "activeTab",
    "scripting"
  ]
}