Exelare Extension

Exelare extension is a bridge between Exelare and other sites which carry candidate and contact profiles.

Exelare Extension क्या है?

Exelare Extension Exelare द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Exelare extension is a bridge between Exelare and other sites which carry candidate and contact profiles."।

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

screenshot
screenshot
screenshot

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

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

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

                        Exelare extension is a bridge between Exelare and other sites which carry candidate and contact profiles. It allows users to easily add/update profiles avoiding manual data entry and save time.                    

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

नाम Exelare Extension Exelare Extension
ID pfdclcliiindobkbaggccghcdegjjjig
आधिकारिक URL https://chromewebstore.google.com/detail/exelare-extension/pfdclcliiindobkbaggccghcdegjjjig
विवरण Exelare extension is a bridge between Exelare and other sites which carry candidate and contact profiles.
फ़ाइल का आकार 1.36 MB
स्थापना संख्या 385
वर्तमान संस्करण 1.0.13
अंतिम अपडेट 2024-01-11
प्रकाशन तिथि 2022-11-28
डेवलपर Exelare
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://exelare.com/
गोपनीयता नीति पृष्ठ URL https://exelare.com/company/customer-information-privacy
समर्थित भाषाएँ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Exelare Extension",
    "description": "Exelare extension is a bridge between Exelare and other sites which carry candidate and contact profiles.",
    "version": "1.0.13",
    "minimum_chrome_version": "92",
    "icons": {
        "64": "icon.png",
        "128": "icon_big.png"
    },
    "action": {
        "icons": {
            "16": "icon.png",
            "24": "icon.png",
            "34": "icon.png"
        },
        "default_title": "Login to Exelare",
        "default_popup": "loginForm.html"
    },
    "manifest_version": 3,
    "background": {
        "service_worker": "newBack.js"
    },
    "options_page": "options.html",
    "content_security_policy": {
        "extension_pages": "script-src 'self'; object-src 'self'"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.linkedin.com\/*",
                "*:\/\/*.zoominfo.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",
                "contentScript.js",
                "scraper.js"
            ],
            "run_at": "document_end"
        }
    ],
    "permissions": [
        "storage",
        "scripting"
    ],
    "host_permissions": [
        "*:\/\/*.linkedin.com\/*",
        "*:\/\/*.zoominfo.com\/*"
    ]
}