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": "24.5227.5", "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 (\u0421\u0411\u0418\u0421) \u0438 \u0440\u0430\u0431\u043e\u0442\u0430\u0439\u0442\u0435 \u0441 \u043d\u0438\u043c\u0438.", "permissions": [ "storage", "tabs" ], "web_accessible_resources": [ { "resources": [ "*.html" ], "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ] }, { "resources": [ "*.css" ], "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ] } ], "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:\/\/yaroslavl.rabota.ru\/*Resume*.html?id=*", "https:\/\/*.rabota.ru\/resume*.html*", "https:\/\/*.linkedin.com\/in\/*" ], "js": [ "data\/js\/contentScript.js" ], "run_at": "document_end" } ], "action": { "default_icon": { "32": "data\/images\/saby.png" }, "default_popup": "popup.html" } }