Data is synced from the Chrome Web Store. View the official store page for the most current information.
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 3,
"name": "amoCRM HR Importer",
"version": "6.5.2",
"description": "\u041f\u0440\u043e\u0432\u0435\u0440\u043a\u0430 \u0438 \u0438\u043c\u043f\u043e\u0440\u0442 \u0434\u0430\u043d\u043d\u044b\u0445 \u0432 amoCRM",
"action": {
"default_icon": "\/assets\/icon-512.png",
"default_popup": "\/dist\/popup\/index.html"
},
"options_ui": {
"page": "\/dist\/options\/index.html",
"open_in_tab": true
},
"background": {
"service_worker": "\/dist\/background\/index.mjs"
},
"icons": {
"16": "\/assets\/icon-512.png",
"48": "\/assets\/icon-512.png",
"128": "\/assets\/icon-512.png"
},
"permissions": [
"tabs",
"storage",
"activeTab"
],
"host_permissions": [
"*:\/\/rabota.by\/*",
"*:\/\/*.hh.ru\/*",
"*:\/\/*.hh.uz\/*",
"*:\/\/*.hh.kz\/*",
"*:\/\/*.headhunter.kg\/*",
"*:\/\/*.headhunter.ge\/*",
"*:\/\/*.hh1.az\/*",
"*:\/\/www.linkedin.com\/*"
],
"content_scripts": [
{
"matches": [
"*:\/\/rabota.by\/resume\/*",
"*:\/\/*.hh.ru\/resume\/*",
"*:\/\/*.hh.uz\/resume\/*",
"*:\/\/*.hh.kz\/resume\/*",
"*:\/\/*.headhunter.kg\/resume\/*",
"*:\/\/*.headhunter.ge\/resume\/*",
"*:\/\/*.hh1.az\/resume\/*",
"*:\/\/www.linkedin.com\/in\/*"
],
"js": [
"dist\/contentScripts\/index.global.js"
]
}
],
"web_accessible_resources": [
{
"resources": [
"dist\/contentScripts\/style.css"
],
"matches": [
"<all_urls>"
]
}
],
"content_security_policy": {
"extension_pages": "script-src 'self'; object-src 'self'"
}
}