牛客简历助手

牛客简历助手

简历一次填写,N网闪填,适配市面80%以上招聘网站,节省70%以上的简历重复填写时间。

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "牛客简历助手",
  "short_name": "简历助手",
  "version": "1.1.18",
  "manifest_version": 2,
  "description": "简历一次填写,N网闪填,适配市面80%以上招聘网站,节省70%以上的简历重复填写时间。",
  "icons": {
    "16": "icon/icon16.png",
    "48": "icon/icon48.png",
    "128": "icon/icon128.png"
  },
  "browser_action": {
    "default_title": "牛客简历助手",
    "default_icon": {
      "19": "icon/icon19.png",
      "38": "icon/icon38.png"
    }
  },
  "background": {
    "persistent": false,
    "scripts": [
      "background/index.js"
    ]
  },
  "web_accessible_resources": [
    "content/*",
    "icon/*"
  ],
  "content_scripts": [
    {
      "matches": [
        "http://*/*",
        "https://*/*"
      ],
      "js": [
        "content/index.js"
      ]
    }
  ],
  "permissions": [
    "alarms",
    "cookies",
    "storage",
    "notifications",
    "activeTab",
    "tabs",
    "alarms",
    "http://*/*",
    "https://*/*"
  ]
}