Intelligo Clarity - Linkedin Chrome Extension

Generate comprehensive background checks from any LinkedIn profile.

Intelligo Clarity - Linkedin Chrome Extension là gì?

Intelligo Clarity - Linkedin Chrome Extension là một tiện ích mở rộng Chrome được phát triển bởi http://intelligo-group.com, và tính năng chính của nó là "Generate comprehensive background checks from any LinkedIn profile.".

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

screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Intelligo Clarity - Linkedin Chrome Extension

Tải xuống các tệp mở rộng Intelligo Clarity - Linkedin Chrome Extension 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

                        Initiate a background check for pre-investment purposes from within LinkedIn with Intelligo Clarity's Chrome extension.

Intelligo Clarity is a leader in AI powered comprehensive background checks, specializing in the pre-investment space. 
Our LinkedIn Chrome extension allows clients to begin a search from LinkedIn, automatically extracting and adding to profile data with just a click. 
Request access today at https://www.intelligo.ai/contact-us.    

Intelligo Clarity's Chrome extension:
- Saves you time
- Offers a seamless due diligence experience
- Incorporates comprehensive machine learning to the due diligence process                    

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

Tên Intelligo Clarity - Linkedin Chrome Extension Intelligo Clarity - Linkedin Chrome Extension
ID lmfbhhfcgdmahbcfmgllpdgbpkodjfej
URL Chính Thức https://chrome.google.com/webstore/detail/intelligo-clarity-linkedi/lmfbhhfcgdmahbcfmgllpdgbpkodjfej
Mô tả Generate comprehensive background checks from any LinkedIn profile.
Kích Thước Tệp 1.8 MB
Số Lần Cài Đặt 151
Phiên Bản Hiện Tại 3.0.146
Cập Nhật Lần Cuối 2021-11-14
Ngày Phát Hành 2020-01-29
Nhà Phát Triển http://intelligo-group.com
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Intelligo Clarity - Linkedin Chrome Extension",
    "description": "Generate comprehensive background checks from any LinkedIn profile.",
    "version": "3.0.146",
    "version_name": "3.0.146",
    "manifest_version": 2,
    "browser_action": {
        "default_icon": "top_widget.png",
        "default_popup": "top_widget.html"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*.linkedin.com\/*"
            ],
            "js": [
                "js\/vendor.js",
                "js\/content_script.js"
            ],
            "css": [
                "assets\/css\/jquery.mCustomScrollbar.css",
                "scrap.css"
            ],
            "all_frames": true,
            "run_at": "document_start"
        }
    ],
    "icons": {
        "16": "assets\/icons\/icon16.png",
        "48": "assets\/icons\/icon48.png",
        "128": "assets\/icons\/icon128.png"
    },
    "web_accessible_resources": [
        "assets\/popup.html",
        "assets\/image\/logo1.png",
        "assets\/image\/logo2.png",
        "assets\/image\/loader.gif",
        "assets\/image\/arrow.png",
        "*.ttf"
    ],
    "commands": {
        "_execute_browser_action": {
            "suggested_key": {
                "default": "Ctrl+Shift+F",
                "mac": "MacCtrl+Shift+F"
            },
            "description": "About Intelligo Clarity Extension"
        }
    },
    "permissions": [
        "webNavigation"
    ]
}