AmoCRM HR Importer

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

AmoCRM HR Importer là gì?

AmoCRM HR Importer là một tiện ích mở rộng Chrome được phát triển bởi https://pushka.biz, và tính năng chính của nó là "Импорт данных резюме в AmoCRM".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng AmoCRM HR Importer

Tải xuống các tệp mở rộng AmoCRM HR Importer dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

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

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên AmoCRM HR Importer AmoCRM HR Importer
ID ghgckghfpoemagikajhodjiefcnbmmek
URL Chính Thức https://chromewebstore.google.com/detail/amocrm-hr-importer/ghgckghfpoemagikajhodjiefcnbmmek
Mô tả Импорт данных резюме в AmoCRM
Kích Thước Tệp 381 KB
Số Lần Cài Đặt 43
Phiên Bản Hiện Tại 5.9.18
Cập Nhật Lần Cuối 2023-03-23
Ngày Phát Hành 2020-05-06
Nhà Phát Triển https://pushka.biz
Email [email protected]
Loại Thanh Toán free
URL Trang Chính Sách Bảo Mật https://pushka.biz/policy.txt
Ngôn Ngữ Được Hỗ Trợ 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"
            ]
        }
    ]
}