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": "Saby HR",
"version": "25.6100.6",
"description": "\u0417\u0430\u0433\u0440\u0443\u0436\u0430\u0439\u0442\u0435 \u0440\u0435\u0437\u044e\u043c\u0435 \u0441 \u0440\u0430\u0431\u043e\u0442\u043d\u044b\u0445 \u0441\u0430\u0439\u0442\u043e\u0432 \u0432 Saby \u0437\u0430 \u043e\u0434\u0438\u043d \u043a\u043b\u0438\u043a.",
"permissions": [
"storage",
"tabs"
],
"web_accessible_resources": [
{
"resources": [
"*.html"
],
"matches": [
"http:\/\/*\/*",
"https:\/\/*\/*",
"file:\/\/\/*"
]
},
{
"resources": [
"*.css"
],
"matches": [
"http:\/\/*\/*",
"https:\/\/*\/*",
"file:\/\/\/*"
]
},
{
"resources": [
"*.woff2",
"*.woff",
"file:\/\/\/*"
],
"matches": [
"http:\/\/*\/*",
"https:\/\/*\/*",
"file:\/\/\/*"
]
}
],
"options_page": "options.html",
"host_permissions": [
"https:\/\/*\/*",
"http:\/\/*\/*"
],
"icons": {
"32": "data\/images\/32.png",
"48": "data\/images\/48.png",
"128": "data\/images\/128.png"
},
"background": {
"service_worker": "data\/js\/serviceWorker.js"
},
"content_scripts": [
{
"matches": [
"https:\/\/*.hh.ru\/resume\/*",
"https:\/\/*.hh.ru\/applicant\/resumes\/*",
"https:\/\/*.superjob.ru\/resume\/*.html",
"https:\/\/*.superjob.ru\/resume\/*.html?*",
"https:\/\/*.trudvsem.ru\/cv\/card\/*",
"https:\/\/*.zarplata.ru\/*",
"https:\/\/*.avito.ru\/*\/rezume\/*",
"https:\/\/*.career.habr.com\/*",
"https:\/\/*.rabota.by\/resume\/*",
"https:\/\/*.rabota.ru\/resume*",
"https:\/\/*.rabota.wtf\/resume*.html*",
"https:\/\/*.rabota.wtf\/*Resume*.html?id=*",
"https:\/\/*.linkedin.com\/in\/*",
"file:\/\/\/*"
],
"js": [
"data\/js\/contentScript.js"
],
"run_at": "document_end"
}
],
"action": {
"default_icon": {
"32": "data\/images\/saby.png"
},
"default_popup": "popup.html"
}
}