AmoCRM HR Importer

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

Cos'è AmoCRM HR Importer?

AmoCRM HR Importer è un'estensione di Chrome sviluppata da https://pushka.biz, e la sua funzione principale è "Импорт данных резюме в AmoCRM".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione AmoCRM HR Importer

Scarica i file di estensione AmoCRM HR Importer 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

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

Informazioni di Base sull'Estensione

Nome AmoCRM HR Importer AmoCRM HR Importer
ID ghgckghfpoemagikajhodjiefcnbmmek
URL Ufficiale https://chromewebstore.google.com/detail/amocrm-hr-importer/ghgckghfpoemagikajhodjiefcnbmmek
Descrizione Импорт данных резюме в AmoCRM
Dimensione del File 381 KB
Conteggio Installazioni 43
Versione Corrente 5.9.18
Ultimo Aggiornamento 2023-03-23
Data di Pubblicazione 2020-05-06
Sviluppatore https://pushka.biz
Email [email protected]
Tipo di Pagamento free
URL della Pagina della Politica sulla Privacy https://pushka.biz/policy.txt
Lingue Supportate 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"
            ]
        }
    ]
}