Examine source code of Импорт резюме Reachpoint.ru

Inspect and view changes in Импорт резюме Reachpoint.ru source codes across current and past versions
Premium users can view and search full source code, and see the source code differences between two versions.
Upgrade to premium
manifest.json
{
  "action": {
    "default_popup": "index.html",
    "default_title": "Reachpoint"
  },
  "author": "reachpoint.ru",
  "background.service_worker": {
    "persistent": false,
    "scripts": [
      "background.js"
    ]
  },
  "content_scripts": [
    {
      "js": [
        "content.js"
      ],
      "matches": [
        "*://*.hh.ru/*",
        "*://*.reachpoint.ru/*",
        "*://*.rabota.ru/*",
        "*://*.habr.com/*",
        "*://*.superjob.ru/*",
        "*://*.avito.ru/*"
      ]
    }
  ],
  "content_security_policy": {
    "extension_page": "script-src 'self' https://crm.reachpoint.ru; object-src 'self'"
  },
  "description": "Reachpoint CRM плагин для импорта резюме с работных сайтов",
  "host_permissions": [
    "https://crm.reachpoint.ru/*"
  ],
  "icons": {
    "16": "icon16.png",
    "32": "icon32.png",
    "48": "icon48.png",
    "128": "icon128.png"
  },
  "manifest_version": 3,
  "name": "Импорт резюме Reachpoint.ru",
  "optional_host_permissions": [
    "http://*/*",
    "https://*/*"
  ],
  "permissions": [
    "activeTab"
  ],
  "update_url": "https://clients2.google.com/service/update2/crx",
  "version": "1.0.4"
}