1C:HR for Google Chrome

1C:HR for Google Chrome

Add resumes from job boards to the 1C applications 1C:HRM CORP, 1C:State HRM CORP and 1C:Personnel

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "short_name": "1C:HR",
  "name": "__MSG_appName__",
  "description": "__MSG_appDesc__",
  "default_locale": "en",
  "version": "1.0.4.12",
  "manifest_version": 3,
  "background": {
    "service_worker": "background.js"
  },
  "permissions": [
    "storage",
    "tabs"
  ],
  "content_security_policy": {
    "extension_pages": "script-src 'self'; object-src 'self'"
  },
  "action": {
    "default_popup": "index.html",
    "default_icon": {
      "16": "/images/1C-HR16.png",
      "32": "/images/1C-HR32.png",
      "48": "/images/1C-HR48.png",
      "128": "/images/1C-HR128.png"
    }
  },
  "icons": {
    "16": "/images/1C-HR16.png",
    "32": "/images/1C-HR32.png",
    "48": "/images/1C-HR48.png",
    "128": "/images/1C-HR128.png"
  }
}