E-Staff plugin for Google Chrome

E-Staff plugin for Google Chrome

Allows loading CVs from web page to E-Staff with single click.

Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "__MSG_extension_name__",
  "default_locale": "ru",
  "version": "4.8.0.5",
  "description": "__MSG_extension_description__",
  "icons": {
    "16": "estaff.png",
    "32": "estaff_32x32.png",
    "48": "estaff_48x48.png",
    "128": "estaff.png"
  },
  "permissions": [
    "tabs",
    "nativeMessaging",
    "webNavigation",
    "http://*/*",
    "https://*/*"
  ],
  "background": {
    "scripts": [
      "background.js",
      "utils.js"
    ],
    "persistent": true
  },
  "browser_action": {
    "default_icon": "estaff.png",
    "default_title": "__MSG_default_action_title__"
  },
  "options_page": "settings.htm"
}