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
官方網址 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
電子郵箱 [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\/*"
        ]
    }
}