Selligence

The official extension of Selligence

什麼是Selligence?

Selligence是由https://selligence.com開發的Chrome擴展程式,該擴展的主要功能是“The official extension of Selligence”。

擴展截圖

screenshot

下載Selligence擴展crx文件

下載Selligence擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        See business profile information as you browse business websites. See up to date news about the business, current vacancies and obtain contact information. Also integrates with LinkedIn to provide contact information from Selligence as you view people you know.                    

擴展基本資訊

名稱 Selligence Selligence
ID gapinammljlbicnbdehdllnkmajpaghc
官方網址 https://chromewebstore.google.com/detail/selligence/gapinammljlbicnbdehdllnkmajpaghc
簡介 The official extension of Selligence
檔案大小 782 KB
安裝次數 667
目前版本 1.20.5
更新時間 2024-01-02
上架時間 2022-05-12
評分 5.00/5 共 3 次評分
開發者 https://selligence.com
電子郵箱 [email protected]
付費類型 free
擴展官網 https://selligence.com
說明頁面URL https://www.selligence.com/resources/help-centre/
隱私政策頁面URL https://www.talentticker.ai/privacy-policy
支援的語言 en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "description": "The official extension of Selligence",
    "name": "Selligence",
    "version": "1.20.5",
    "version_name": "1.20.5",
    "background": {
        "service_worker": "service-worker-loader.js",
        "type": "module"
    },
    "content_scripts": [
        {
            "js": [
                "assets\/content-script-loader.index.tsx-7d90ec21-6fb324e3.js",
                "assets\/content-script-loader.bullhorn.tsx-1f8a1df3-66d6c8fd.js"
            ],
            "run_at": "document_end",
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ]
        }
    ],
    "action": {
        "default_popup": "index.html",
        "default_icon": {
            "16": "assets\/images\/selligence\/favicon-16x16.png",
            "32": "assets\/images\/selligence\/favicon-32x32.png"
        }
    },
    "icons": {
        "16": "assets\/images\/selligence\/favicon-16x16.png",
        "48": "assets\/images\/selligence\/android-chrome-512x512.png"
    },
    "permissions": [
        "tabs",
        "storage"
    ],
    "web_accessible_resources": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "resources": [
                "assets\/index-89d67546.js",
                "assets\/SelligenceLogo-3bbbe293.js",
                "assets\/ThemeProvider-5ddf6415.js",
                "assets\/index-9e9478e5.js",
                "assets\/index-a41390e1.js",
                "assets\/index.tsx-7d90ec21.js",
                "assets\/bullhorn.tsx-1f8a1df3.js"
            ],
            "use_dynamic_url": true
        }
    ]
}