Selligence

The official extension of Selligence

Selligence là gì?

Selligence là một tiện ích mở rộng Chrome được phát triển bởi https://selligence.com, và tính năng chính của nó là "The official extension of Selligence".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng Selligence

Tải xuống các tệp mở rộng Selligence dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Selligence Selligence
ID gapinammljlbicnbdehdllnkmajpaghc
URL Chính Thức https://chromewebstore.google.com/detail/selligence/gapinammljlbicnbdehdllnkmajpaghc
Mô tả The official extension of Selligence
Kích Thước Tệp 782 KB
Số Lần Cài Đặt 667
Phiên Bản Hiện Tại 1.20.5
Cập Nhật Lần Cuối 2024-01-02
Ngày Phát Hành 2022-05-12
Đánh Giá 5.00/5 Tổng số 3 Đánh Giá
Nhà Phát Triển https://selligence.com
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://selligence.com
URL Trang Trợ Giúp https://www.selligence.com/resources/help-centre/
URL Trang Chính Sách Bảo Mật https://www.talentticker.ai/privacy-policy
Ngôn Ngữ Được Hỗ Trợ 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
        }
    ]
}