AmoCRM HR Importer

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

什么是AmoCRM HR Importer?

AmoCRM HR Importer是由https://pushka.biz开发的Chrome扩展程序,该扩展的主要功能是“Импорт данных резюме в AmoCRM”。

扩展截图

screenshot

下载AmoCRM HR Importer扩展crx文件

下载AmoCRM HR Importer扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

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

扩展基本信息

名称 AmoCRM HR Importer AmoCRM HR Importer
ID ghgckghfpoemagikajhodjiefcnbmmek
官方URL https://chromewebstore.google.com/detail/amocrm-hr-importer/ghgckghfpoemagikajhodjiefcnbmmek
简介 Импорт данных резюме в AmoCRM
文件大小 381 KB
安装次数 43
当前版本 5.9.18
更新时间 2023-03-23
上架时间 2020-05-06
开发者 https://pushka.biz
电子邮箱 [email protected]
付费类型 free
隐私政策页面URL https://pushka.biz/policy.txt
支持的语言 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"
            ]
        }
    ]
}