Импорт резюме в Битрикс24
Импорт резюме в Битрикс24 в один клик
Cos'è Импорт резюме в Битрикс24?
Импорт резюме в Битрикс24 è un'estensione di Chrome sviluppata da hello, e la sua funzione principale è "Импорт резюме в Битрикс24 в один клик".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Импорт резюме в Битрикс24
Scarica i file di estensione Импорт резюме в Битрикс24 in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
Сервис позволяет рекрутерам сохранять в Битрикс24 резюме и профили кандидатов с сайта HeadHunter Informazioni di Base sull'Estensione
| Nome | |
| ID | kokncoflcibchmmjkhdjdfdhmaiheahn |
| URL Ufficiale | https://chromewebstore.google.com/detail/%D0%B8%D0%BC%D0%BF%D0%BE%D1%80%D1%82-%D1%80%D0%B5%D0%B7%D1%8E%D0%BC%D0%B5-%D0%B2-%D0%B1%D0%B8%D1%82%D1%80%D0%B8%D0%BA%D1%8124/kokncoflcibchmmjkhdjdfdhmaiheahn |
| Descrizione | Импорт резюме в Битрикс24 в один клик |
| Dimensione del File | 67.31 KB |
| Conteggio Installazioni | 533 |
| Versione Corrente | 2.1.1 |
| Ultimo Aggiornamento | 2023-06-26 |
| Data di Pubblicazione | 2021-02-23 |
| Valutazione | 5.00/5 Totale 1 Valutazioni |
| Sviluppatore | hello |
| [email protected] | |
| Tipo di Pagamento | free |
| Sito Web dell'Estensione | https://www.mcart.ru |
| URL della Pagina di Aiuto | https://www.mcart.ru/contacts/ |
| URL della Pagina della Politica sulla Privacy | https://www.mcartgroup.com/lic |
| Lingue Supportate | ru |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 3,
"name": "\u0418\u043c\u043f\u043e\u0440\u0442 \u0440\u0435\u0437\u044e\u043c\u0435 \u0432 \u0411\u0438\u0442\u0440\u0438\u043a\u044124",
"description": "\u0418\u043c\u043f\u043e\u0440\u0442 \u0440\u0435\u0437\u044e\u043c\u0435 \u0432 \u0411\u0438\u0442\u0440\u0438\u043a\u044124 \u0432 \u043e\u0434\u0438\u043d \u043a\u043b\u0438\u043a",
"version": "2.1.1",
"icons": {
"128": "icons\/icon128.png",
"48": "icons\/icon48.png",
"16": "icons\/icon16.png"
},
"action": {
"default_popup": "popup.html"
},
"content_scripts": [
{
"matches": [
"https:\/\/*.hh.ru\/resume\/*",
"https:\/\/hh.ru\/resume\/*",
"https:\/\/hh.kz\/resume\/*",
"https:\/\/*.hh.kz\/resume\/*",
"https:\/\/rabota.by\/resume\/*",
"https:\/\/*.rabota.by\/resume\/*",
"https:\/\/hh.uz\/resume\/*",
"https:\/\/*.hh.uz\/resume\/*"
],
"js": [
"content.js"
],
"css": [
"style.css"
]
}
],
"host_permissions": [
"https:\/\/hrs.mcartgroup.com\/*",
"https:\/\/hh.ru\/*",
"https:\/\/*.hh.ru\/*",
"https:\/\/hh.kz\/*",
"https:\/\/*.hh.kz\/*",
"https:\/\/rabota.by\/*",
"https:\/\/*.rabota.by\/*",
"https:\/\/hh.uz\/resume\/*",
"https:\/\/*.hh.uz\/resume\/*"
],
"permissions": [
"activeTab",
"tabs",
"storage",
"background",
"scripting"
],
"background": {
"service_worker": "background.js"
}
} | |