AmoCRM HR Importer

Импорт данных резюме в AmoCRM

Wat is AmoCRM HR Importer?

AmoCRM HR Importer is een Chrome-extensie ontwikkeld door https://pushka.biz, en de belangrijkste functie is "Импорт данных резюме в AmoCRM".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie AmoCRM HR Importer

Download AmoCRM HR Importer-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

                        Виджет позволяет импортировать данные резюме в amoCRM c сайта: jobs.tut.by, rabota.by, linkedin.com                    

Basisinformatie over de Extensie

Naam AmoCRM HR Importer AmoCRM HR Importer
ID ghgckghfpoemagikajhodjiefcnbmmek
Officiële URL https://chromewebstore.google.com/detail/amocrm-hr-importer/ghgckghfpoemagikajhodjiefcnbmmek
Beschrijving Импорт данных резюме в AmoCRM
Bestandsgrootte 381 KB
Aantal Installaties 43
Huidige Versie 5.9.18
Laatst Bijgewerkt 2023-03-23
Publicatiedatum 2020-05-06
Ontwikkelaar https://pushka.biz
E-mail [email protected]
Betalingswijze free
URL van de Privacybeleid Pagina https://pushka.biz/policy.txt
Ondersteunde Talen ru
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "AmoCRM HR Importer",
    "description": "\u0418\u043c\u043f\u043e\u0440\u0442 \u0434\u0430\u043d\u043d\u044b\u0445 \u0440\u0435\u0437\u044e\u043c\u0435 \u0432 AmoCRM",
    "version": "5.9.18",
    "manifest_version": 3,
    "web_accessible_resources": [
        {
            "resources": [
                "icons\/*.png"
            ],
            "matches": [
                ""
            ],
            "extension_ids": []
        }
    ],
    "icons": {
        "16": "icons\/select-16.png",
        "32": "icons\/select-32.png",
        "64": "icons\/select-64.png",
        "128": "icons\/select-128.png",
        "256": "icons\/select-256.png",
        "512": "icons\/select-512.png"
    },
    "action": {
        "default_title": "AmoCRM HR Importer"
    },
    "options_page": "options\/options.html",
    "background": {
        "service_worker": "background.js",
        "type": "module"
    },
    "permissions": [
        "storage"
    ],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/jobs.tut.by\/resume\/*",
                "http:\/\/jobs.tut.by\/resume\/*",
                "https:\/\/rabota.by\/resume\/*",
                "http:\/\/rabota.by\/resume\/*",
                "https:\/\/www.linkedin.com\/*"
            ],
            "js": [
                "content\/content.js"
            ]
        }
    ]
}