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
公式URL 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
Eメール [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
        }
    ]
}