AmoCRM HR Importer

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

What is AmoCRM HR Importer?

AmoCRM HR Importer is a Chrome extension developed by https://pushka.biz, and its main feature is "Импорт данных резюме в AmoCRM".

Extension Screenshots

screenshot

Download AmoCRM HR Importer Extension CRX File

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

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

Extension Basic Information

Name AmoCRM HR Importer AmoCRM HR Importer
ID ghgckghfpoemagikajhodjiefcnbmmek
Official URL https://chromewebstore.google.com/detail/amocrm-hr-importer/ghgckghfpoemagikajhodjiefcnbmmek
Description Импорт данных резюме в AmoCRM
File Size 381 KB
Installation Count 43
Current Version 5.9.18
Last Updated 2023-03-23
Publish Date 2020-05-06
Developer https://pushka.biz
Email [email protected]
Payment Type free
Privacy Policy Page URL https://pushka.biz/policy.txt
Supported Languages 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"
            ]
        }
    ]
}