Intelligo Clarity - Linkedin Chrome Extension

Generate comprehensive background checks from any LinkedIn profile.

Τι είναι το Intelligo Clarity - Linkedin Chrome Extension;

Το Intelligo Clarity - Linkedin Chrome Extension είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον http://intelligo-group.com, και η κύρια λειτουργία του είναι "Generate comprehensive background checks from any LinkedIn profile.".

Στιγμιότυπα Επέκτασης

screenshot
screenshot
screenshot

Λήψη αρχείου CRX της επέκτασης Intelligo Clarity - Linkedin Chrome Extension

Λήψη αρχείων επέκτασης Intelligo Clarity - Linkedin Chrome Extension σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

Οδηγίες Χρήσης της Επέκτασης

                        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"
    ]
}