Recruiters' integration tool

Fill your candidate database from job boards in 1 click!

ما هو Recruiters' integration tool؟

Recruiters' integration tool هو إضافة Chrome تم تطويرها بواسطة https://onlinedevelopers.net، والميزة الرئيسية لها هي "Fill your candidate database from job boards in 1 click!".

لقطات شاشة التمديد

screenshot
screenshot

تحميل ملف CRX للإضافة Recruiters' integration tool

قم بتنزيل ملفات الامتداد Recruiters' integration tool بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        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.                    

معلومات أساسية عن التمديد

الاسم Recruiters' integration tool Recruiters' integration tool
ID ibfoabadoicmplbdpmchomcagkpmfama
عنوان URL الرسمي https://chromewebstore.google.com/detail/recruiters-integration-to/ibfoabadoicmplbdpmchomcagkpmfama
الوصف Fill your candidate database from job boards in 1 click!
حجم الملف 318 KB
عدد التثبيتات 878
النسخة الحالية 1.4.1
آخر تحديث 2020-01-26
تاريخ النشر 2020-01-26
تقييم 4.93/5 مجموع تقييمات 15
المطور https://onlinedevelopers.net
نوع الدفع free
موقع الإضافة https://onlinedevelopers.net/
عنوان صفحة المساعدة https://onlinedevelopers.net/
عنوان صفحة سياسة الخصوصية https://cleverstaff.net/privacy.html
اللغات المدعومة 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"
    ]
}