GLIDER.ai Connector

GLIDER.ai Connector allows recruiter to invite candidates from ATS to schedule Glider tests/interviews without integrations.

GLIDER.ai Connector là gì?

GLIDER.ai Connector là một tiện ích mở rộng Chrome được phát triển bởi GLIDER.ai, và tính năng chính của nó là "GLIDER.ai Connector allows recruiter to invite candidates from ATS to schedule Glider tests/interviews without integrations.".

Ả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 GLIDER.ai Connector

Tải xuống các tệp mở rộng GLIDER.ai Connector 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

                        The Glider AI Talent Quality Platform guarantees high-quality hire for every role, across any industry, whether full-time or contingent, for both talent acquisition and talent development (L&D) teams. 

GLIDER.ai Connector chrome extension allows you to sync Glider tests (assessment/connect) and candidate applications to schedule invites/interviews seamlessly without API integration/manual upload of candidate details on Glider AI platform. Hiring teams have access to candidates test submission reports to assess candidate competency.                    

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

Tên GLIDER.ai Connector GLIDER.ai Connector
ID jmpbialbhmghmagfpnpohleplmchcmhm
URL Chính Thức https://chromewebstore.google.com/detail/gliderai-connector/jmpbialbhmghmagfpnpohleplmchcmhm
Mô tả GLIDER.ai Connector allows recruiter to invite candidates from ATS to schedule Glider tests/interviews without integrations.
Kích Thước Tệp 1.17 MB
Số Lần Cài Đặt 247
Phiên Bản Hiện Tại 1.0.9
Cập Nhật Lần Cuối 2023-08-25
Ngày Phát Hành 2022-04-21
Đánh Giá 3.00/5 Tổng số 2 Đánh Giá
Nhà Phát Triển GLIDER.ai
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://glider.ai
URL Trang Trợ Giúp https://glider.freshdesk.com/
URL Trang Chính Sách Bảo Mật https://glider.ai/privacy-policy
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_appTitle__",
    "description": "__MSG_appDescription__",
    "version": "1.0.9",
    "manifest_version": 3,
    "minimum_chrome_version": "88",
    "default_locale": "en",
    "action": {
        "default_popup": "html\/index.html",
        "default_title": "__MSG_appDefaultTitle__",
        "default_icon": {
            "16": "images\/icons\/gliderai-16x16.png",
            "32": "images\/icons\/gliderai-32x32.png",
            "48": "images\/icons\/gliderai-48x48.png",
            "128": "images\/icons\/gliderai-128x128.png"
        }
    },
    "icons": {
        "16": "images\/icons\/gliderai-16x16.png",
        "32": "images\/icons\/gliderai-32x32.png",
        "48": "images\/icons\/gliderai-48x48.png",
        "128": "images\/icons\/gliderai-128x128.png"
    },
    "background": {
        "service_worker": "js\/background.js",
        "type": "module"
    },
    "permissions": [
        "storage",
        "tabs"
    ],
    "host_permissions": [
        "http:\/\/localhost:3000\/*",
        "https:\/\/*.glider.ai\/*"
    ],
    "content_scripts": [
        {
            "js": [
                "js\/atsIntegrations\/Bullhorn\/content.js",
                "js\/modules\/third-party\/jquery-v3.6.0.js",
                "js\/modules\/third-party\/underscore-v1.13.2-min.js"
            ],
            "matches": [
                "https:\/\/*.bullhornstaffing.com\/*"
            ],
            "all_frames": true
        },
        {
            "js": [
                "js\/atsIntegrations\/Bullhorn\/contentIframe.js",
                "js\/modules\/third-party\/jquery-v3.6.0.js",
                "js\/modules\/third-party\/underscore-v1.13.2-min.js"
            ],
            "matches": [
                "https:\/\/*.bullhornstaffing.com\/*"
            ],
            "all_frames": false
        },
        {
            "js": [
                "js\/atsIntegrations\/JobDiva\/content.js",
                "js\/modules\/third-party\/jquery-v3.6.0.js",
                "js\/modules\/third-party\/underscore-v1.13.2-min.js"
            ],
            "matches": [
                "https:\/\/*.jobdiva.com\/*"
            ],
            "all_frames": false,
            "run_at": "document_end"
        },
        {
            "js": [
                "js\/atsIntegrations\/JobDiva\/contentIframe.js",
                "js\/modules\/third-party\/jquery-v3.6.0.js",
                "js\/modules\/third-party\/underscore-v1.13.2-min.js"
            ],
            "matches": [
                "https:\/\/*.jobdiva.com\/*"
            ],
            "all_frames": false,
            "run_at": "document_end"
        },
        {
            "js": [
                "js\/atsIntegrations\/JobDiva\/contentMatchingCandidates.js",
                "js\/modules\/third-party\/jquery-v3.6.0.js",
                "js\/modules\/third-party\/underscore-v1.13.2-min.js"
            ],
            "matches": [
                "https:\/\/*.jobdiva.com\/employers\/myjobs\/new_searchjobsdone_sa_new.jsp*"
            ],
            "all_frames": false,
            "run_at": "document_end"
        }
    ],
    "externally_connectable": {
        "matches": [
            "http:\/\/localhost:3000\/*",
            "https:\/\/*.glider.ai\/*"
        ]
    },
    "web_accessible_resources": [
        {
            "matches": [
                ""
            ],
            "resources": [
                "js\/*"
            ]
        },
        {
            "resources": [
                "js\/atsIntegrations\/JobDiva\/web_accessible_resources.js"
            ],
            "matches": [
                "https:\/\/*.jobdiva.com\/*"
            ]
        }
    ],
    "content_security_policy": {
        "extension_pages": "script-src 'self'; object-src 'self';"
    },
    "options_page": "\/html\/options.html",
    "options_ui": {
        "open_in_tab": true,
        "page": "\/html\/options.html"
    }
}