Exelare Extension

Exelare extension is a bridge between Exelare and other sites which carry candidate and contact profiles.

Exelare Extensionとは何ですか?

Exelare ExtensionはExelareによって開発されたChromeの拡張機能で、その主な機能は「Exelare extension is a bridge between Exelare and other sites which carry candidate and contact profiles.」です。

拡張機能のスクリーンショット

screenshot
screenshot
screenshot

Exelare Extension拡張機能のCRXファイルをダウンロード

Exelare Extension拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        Exelare extension is a bridge between Exelare and other sites which carry candidate and contact profiles. It allows users to easily add/update profiles avoiding manual data entry and save time.                    

拡張機能の基本情報

名前 Exelare Extension Exelare Extension
ID pfdclcliiindobkbaggccghcdegjjjig
公式URL https://chromewebstore.google.com/detail/exelare-extension/pfdclcliiindobkbaggccghcdegjjjig
説明 Exelare extension is a bridge between Exelare and other sites which carry candidate and contact profiles.
ファイルサイズ 1.36 MB
インストール数 385
現在のバージョン 1.0.13
最終更新日 2024-01-11
公開日 2022-11-28
開発者 Exelare
Eメール [email protected]
支払い方法 free
拡張機能のウェブサイト https://exelare.com/
プライバシーポリシーページのURL https://exelare.com/company/customer-information-privacy
対応言語 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Exelare Extension",
    "description": "Exelare extension is a bridge between Exelare and other sites which carry candidate and contact profiles.",
    "version": "1.0.13",
    "minimum_chrome_version": "92",
    "icons": {
        "64": "icon.png",
        "128": "icon_big.png"
    },
    "action": {
        "icons": {
            "16": "icon.png",
            "24": "icon.png",
            "34": "icon.png"
        },
        "default_title": "Login to Exelare",
        "default_popup": "loginForm.html"
    },
    "manifest_version": 3,
    "background": {
        "service_worker": "newBack.js"
    },
    "options_page": "options.html",
    "content_security_policy": {
        "extension_pages": "script-src 'self'; object-src 'self'"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.linkedin.com\/*",
                "*:\/\/*.zoominfo.com\/*"
            ],
            "exclude_matches": [
                "*:\/\/*.linkedin.com\/recruiter\/smartsearch*",
                "*:\/\/*.linkedin.com\/recruiter\/hiring-dashboard*"
            ],
            "css": [
                "css\/ExelareStyles.css"
            ],
            "js": [
                "libs\/jquery-3.2.1.min.js",
                "libs\/jquery.cookie.js",
                "libs\/lodash.min.js",
                "utils\/helpers.js",
                "contentScript.js",
                "scraper.js"
            ],
            "run_at": "document_end"
        }
    ],
    "permissions": [
        "storage",
        "scripting"
    ],
    "host_permissions": [
        "*:\/\/*.linkedin.com\/*",
        "*:\/\/*.zoominfo.com\/*"
    ]
}