Exelare Open Sourcing

This is Exelare's Chrome extension for sourcing candidates from Google.

Exelare Open Sourcingとは何ですか?

Exelare Open SourcingはExelareによって開発されたChromeの拡張機能で、その主な機能は「This is Exelare's Chrome extension for sourcing candidates from Google.」です。

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

screenshot

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

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

拡張機能の使用方法

                        This is an Exelare extension for importing PDF, DOC and DOCX files found in Google into Exelare database. It displays a custom link under each PDF, DOC or DOCX link and once the user clicks it, it will automatically import this resume into Exelare. User can view the imported resume in Exelare directly from Google's Search page too.                    

拡張機能の基本情報

名前 Exelare Open Sourcing Exelare Open Sourcing
ID ikpilljmpfkphnnnmlpjmnebgjagieeg
公式URL https://chromewebstore.google.com/detail/exelare-open-sourcing/ikpilljmpfkphnnnmlpjmnebgjagieeg
説明 This is Exelare's Chrome extension for sourcing candidates from Google.
ファイルサイズ 37.08 KB
インストール数 101
現在のバージョン 1.0.0
最終更新日 2021-05-12
公開日 2021-05-12
開発者 Exelare
Eメール [email protected]
支払い方法 free
プライバシーポリシーページのURL https://exelare.com/company/customer-information-privacy
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Exelare Open Sourcing",
    "version": "1.0.0",
    "manifest_version": 2,
    "description": "This is Exelare's Chrome extension for sourcing candidates from Google.",
    "background": {
        "scripts": [
            "jquery.min.js",
            "background.js"
        ],
        "persistent": false
    },
    "page_action": {
        "default_popup": "popup.html"
    },
    "permissions": [
        "storage",
        "activeTab",
        "http:\/\/*\/",
        "https:\/\/*\/"
    ],
    "externally_connectable": {
        "matches": [
            "*:\/\/localhost\/*",
            "*:\/\/exelare-angular-test.azurewebsites.net\/*",
            "*:\/\/exelareweb.com\/*"
        ]
    }
}