Recruiters' integration tool

Fill your candidate database from job boards in 1 click!

Recruiters' integration tool là gì?

Recruiters' integration tool là một tiện ích mở rộng Chrome được phát triển bởi https://onlinedevelopers.net, và tính năng chính của nó là "Fill your candidate database from job boards in 1 click!".

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

screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Recruiters' integration tool

Tải xuống các tệp mở rộng Recruiters' integration tool 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

                        This browser extension allows you to add candidates to your database (ATS or recruitment software).

Every candidate you add appears in your database as a structured & searchable candidate profile.

Install the extension and add candidates directly to the database from your local job boards.

--
Online Developers LLC cannot be responsible for any consequences caused by the violation of User Agreements of any websites the extension offers integration with.                    

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

Tên Recruiters' integration tool Recruiters' integration tool
ID ibfoabadoicmplbdpmchomcagkpmfama
URL Chính Thức https://chromewebstore.google.com/detail/recruiters-integration-to/ibfoabadoicmplbdpmchomcagkpmfama
Mô tả Fill your candidate database from job boards in 1 click!
Kích Thước Tệp 318 KB
Số Lần Cài Đặt 878
Phiên Bản Hiện Tại 1.4.1
Cập Nhật Lần Cuối 2020-01-26
Ngày Phát Hành 2020-01-26
Đánh Giá 4.93/5 Tổng số 15 Đánh Giá
Nhà Phát Triển https://onlinedevelopers.net
Loại Thanh Toán free
Trang Web Mở Rộng https://onlinedevelopers.net/
URL Trang Trợ Giúp https://onlinedevelopers.net/
URL Trang Chính Sách Bảo Mật https://cleverstaff.net/privacy.html
Ngôn Ngữ Được Hỗ Trợ en,ru,uk
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "all_frames": true,
            "run_at": "document_start",
            "js": [
                "includes\/content.js"
            ]
        }
    ],
    "name": "__MSG_info_name__",
    "default_locale": "en",
    "icons": {
        "128": "icons\/icon128.png",
        "48": "icons\/icon48.png",
        "16": "icons\/button.png"
    },
    "web_accessible_resources": [
        "res\/*",
        "assets\/*",
        "icons\/*"
    ],
    "description": "__MSG_info_description__",
    "background": {
        "page": "background.html"
    },
    "homepage_url": "https:\/\/onlinedevelopers.net\/",
    "version": "1.4.1",
    "manifest_version": 2,
    "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'",
    "browser_action": {
        "default_icon": "icons\/button.png",
        "default_title": "ATS plugin"
    },
    "permissions": [
        "tabs",
        "http:\/\/*\/*",
        "https:\/\/*\/*",
        "contextMenus",
        "webNavigation"
    ]
}