Exelare LinkedIn Integration

Exelare LinkedIn extension is a bridge between Exelare and LinkedIn. It allows users to easily add/update candidates from LinkedIn

Exelare LinkedIn Integration क्या है?

Exelare LinkedIn Integration Exelare द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Exelare LinkedIn extension is a bridge between Exelare and LinkedIn. It allows users to easily add/update candidates from LinkedIn"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Exelare LinkedIn Integration एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        Exelare LinkedIn extension is a bridge between Exelare and  LinkedIn. It allows users to easily add/update candidates from LinkedIn to Exelare. It makes life lot easier for a recruiter who uses both Exelare and LinkedIn.

1) Add Contacts/Candidates from LinkedIn to Exelare.
2) Link selected canddiates as Potential from LinkedIn into Exelare easily                    

एक्सटेंशन की मूल जानकारी

नाम Exelare LinkedIn Integration Exelare LinkedIn Integration
ID mjafkfgdbgndbclkmeadnghiphakjfeh
आधिकारिक URL https://chrome.google.com/webstore/detail/exelare-linkedin-integrat/mjafkfgdbgndbclkmeadnghiphakjfeh
विवरण Exelare LinkedIn extension is a bridge between Exelare and LinkedIn. It allows users to easily add/update candidates from LinkedIn
फ़ाइल का आकार 2.35 MB
स्थापना संख्या 777
वर्तमान संस्करण 2.0.2
अंतिम अपडेट 2022-07-07
प्रकाशन तिथि 2020-06-02
रेटिंग 5.00/5 कुल 4 रेटिंग्स
डेवलपर Exelare
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://exelare.com/
गोपनीयता नीति पृष्ठ URL https://exelare.com/company/customer-information-privacy
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Exelare LinkedIn Integration",
    "version": "2.0.2",
    "manifest_version": 2,
    "minimum_chrome_version": "27",
    "description": "Exelare LinkedIn extension is a bridge between Exelare and LinkedIn. It allows users to easily add\/update candidates from LinkedIn",
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "loginForm.html"
    },
    "icons": {
        "64": "icon.png",
        "128": "icon_big.png"
    },
    "background": {
        "scripts": [
            "libs\/jquery.min.js",
            "libs\/jquery.cookie.js",
            "libs\/lodash.min.js",
            "newVersion\/scraper.js",
            "utils\/helpers.js",
            "newVersion\/NewBackground.js"
        ]
    },
    "content_security_policy": "script-src 'self' 'unsafe-eval' https:\/\/cbiz-srv2.network80.com\/; object-src 'self'",
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.linkedin.com\/*"
            ],
            "exclude_matches": [
                "*:\/\/*.linkedin.com\/recruiter\/smartsearch*",
                "*:\/\/*.linkedin.com\/recruiter\/hiring-dashboard*"
            ],
            "css": [
                "css\/ExelareStyles.css"
            ],
            "js": [
                "libs\/jquery-3.2.1.min.js",
                "libs\/jquery.cookie.js",
                "libs\/lodash.min.js",
                "utils\/helpers.js",
                "newVersion\/newContentScript.js"
            ],
            "run_at": "document_end"
        }
    ],
    "options_page": "options.html",
    "permissions": [
        "*:\/\/*.linkedin.com\/*",
        "tabs",
        "storage"
    ]
}