Импорт резюме в Битрикс24
Импорт резюме в Битрикс24 в один клик
Wat is Импорт резюме в Битрикс24?
Импорт резюме в Битрикс24 is een Chrome-extensie ontwikkeld door hello, en de belangrijkste functie is "Импорт резюме в Битрикс24 в один клик".
Extensie Screenshots
Download het CRX-bestand van de extensie Импорт резюме в Битрикс24
Download Импорт резюме в Битрикс24-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
Сервис позволяет рекрутерам сохранять в Битрикс24 резюме и профили кандидатов с сайта HeadHunter
Basisinformatie over de Extensie
Naam | Импорт резюме в Битрикс24 |
ID | kokncoflcibchmmjkhdjdfdhmaiheahn |
Officiële URL | 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 |
Beschrijving | Импорт резюме в Битрикс24 в один клик |
Bestandsgrootte | 67.31 KB |
Aantal Installaties | 533 |
Huidige Versie | 2.1.1 |
Laatst Bijgewerkt | 2023-06-26 |
Publicatiedatum | 2021-02-23 |
Beoordeling | 5.00/5 Totaal 1 Beoordelingen |
Ontwikkelaar | hello |
[email protected] | |
Betalingswijze | free |
Extensiewebsite | https://www.mcart.ru |
Help Pagina-URL | https://www.mcart.ru/contacts/ |
URL van de Privacybeleid Pagina | https://www.mcartgroup.com/lic |
Ondersteunde Talen | 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" } } |