Быстрая загрузка кандидатов в модуль Рекрутинг
Premium users can view and search full source code, and see the source code differences
between two versions.
Upgrade to premium
manifest.json
{
"update_url": "https://clients2.google.com/service/update2/crx",
"name": "МояКоманда. Рекрутинг",
"description": "Быстрая загрузка кандидатов в модуль Рекрутинг",
"version": "0.0.30.0",
"version_name": "0.0.30",
"manifest_version": 3,
"action": {
"default_icon": "public/icon-128.png"
},
"background": {
"service_worker": "service-worker-loader.js",
"type": "module"
},
"content_scripts": [
{
"js": [
"assets/index.ts-loader-291e2c4d.js"
],
"matches": [
"http://localhost/*",
"https://*.hh.ru/*",
"https://*.hh.kz/*",
"https://www.avito.ru/*",
"https://*.superjob.ru/*",
"https://career.habr.com/*",
"https://*.rabota.by/*"
],
"run_at": "document_end"
}
],
"icons": {
"16": "public/icon-128.png",
"48": "public/icon-128.png",
"128": "public/icon-128.png"
},
"host_permissions": [
"http://localhost/*",
"https://*.hh.ru/*",
"https://*.hh.kz/*",
"https://www.avito.ru/*",
"https://*.superjob.ru/*",
"https://career.habr.com/*",
"https://*.rabota.by/*"
],
"permissions": [
"activeTab",
"storage"
],
"web_accessible_resources": [
{
"matches": [
"http://localhost/*",
"https://*.hh.kz/*",
"https://*.hh.ru/*",
"https://*.rabota.by/*",
"https://*.superjob.ru/*",
"https://career.habr.com/*",
"https://www.avito.ru/*"
],
"resources": [
"src/content-script/index.ts",
"src/content-script/iframe/index.html"
],
"use_dynamic_url": false
},
{
"matches": [
"http://localhost/*",
"https://*.hh.kz/*",
"https://*.hh.ru/*",
"https://*.rabota.by/*",
"https://*.superjob.ru/*",
"https://career.habr.com/*",
"https://www.avito.ru/*"
],
"resources": [
"assets/content-script-5f5b3a12.js",
"assets/chunk-QIZ4XBKF-e67394da.js",
"assets/index.ts-a5af9473.js"
],
"use_dynamic_url": false
}
]
}