Intelligo Clarity - Linkedin Chrome Extension

Generate comprehensive background checks from any LinkedIn profile.

Intelligo Clarity - Linkedin Chrome Extension란 무엇입니까?

Intelligo Clarity - Linkedin Chrome Extension은(는) http://intelligo-group.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Generate comprehensive background checks from any LinkedIn profile."입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot

Intelligo Clarity - Linkedin Chrome Extension 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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                    

확장 프로그램 기본 정보

이름 Intelligo Clarity - Linkedin Chrome Extension Intelligo Clarity - Linkedin Chrome Extension
ID lmfbhhfcgdmahbcfmgllpdgbpkodjfej
공식 URL https://chrome.google.com/webstore/detail/intelligo-clarity-linkedi/lmfbhhfcgdmahbcfmgllpdgbpkodjfej
설명 Generate comprehensive background checks from any LinkedIn profile.
파일 크기 1.8 MB
설치 횟수 151
현재 버전 3.0.146
최근 업데이트 2021-11-14
출시 날짜 2020-01-29
개발자 http://intelligo-group.com
이메일 [email protected]
결제 유형 free
지원되는 언어 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"
    ]
}