HR Prime - Словарёк
HR Prime GLOSSARY
What is HR Prime - Словарёк?
HR Prime - Словарёк is a Chrome extension developed by SQP 42, and its main feature is "HR Prime GLOSSARY".
Extension Screenshots
Download HR Prime - Словарёк Extension CRX File
Download HR Prime - Словарёк extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
Словарёк - расширение для браузера, которое поможет IT рекрутеру ориентироваться в большинстве терминов из мира ИТ. Подсказки выдаются на всех страницах по основным технологиям. Глоссарий пополняется раз в квартал.
Для того, чтобы Словарёк давал подсказки на всех страницах - после установки стоит открыть расширение и поставить галочку «Отображать всегда». Для разового анализа страницы предусмотрена кнопка «Показать подсказки» Extension Basic Information
| Name | |
| ID | himipdblnokdafogmdlmajgokiopcbjk |
| Official URL | https://chromewebstore.google.com/detail/hr-prime-%D1%81%D0%BB%D0%BE%D0%B2%D0%B0%D1%80%D1%91%D0%BA/himipdblnokdafogmdlmajgokiopcbjk |
| Description | HR Prime GLOSSARY |
| File Size | 22.96 KB |
| Installation Count | 686 |
| Current Version | 11.05 |
| Last Updated | 2023-12-18 |
| Publish Date | 2022-11-12 |
| Rating | 5.00/5 Total 19 Ratings |
| Developer | SQP 42 |
| [email protected] | |
| Payment Type | free |
| Supported Languages | ru |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "HR Prime - \u0421\u043b\u043e\u0432\u0430\u0440\u0451\u043a",
"version": "11.05",
"manifest_version": 3,
"description": "HR Prime GLOSSARY",
"permissions": [
"scripting",
"storage"
],
"host_permissions": [
"http:\/\/*\/*",
"https:\/\/*\/*"
],
"background": {
"service_worker": "background.js"
},
"action": {
"default_icon": "print 128.png",
"default_title": "GLOSSARY EXTENSION",
"default_popup": "popup.html"
},
"content_scripts": [
{
"matches": [
"https:\/\/*\/*"
],
"js": [
"content.js"
],
"css": [
"popover.css"
],
"run_at": "document_start"
},
{
"matches": [
"https:\/\/*.hh.ru\/resume\/*"
],
"js": [
"resume.js"
],
"css": [
"popover.css"
],
"run_at": "document_start"
}
]
} | |