Exelare Open Sourcing

This is Exelare's Chrome extension for sourcing candidates from Google.

Exelare Open Sourcing क्या है?

Exelare Open Sourcing Exelare द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "This is Exelare's Chrome extension for sourcing candidates from Google."।

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

screenshot

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

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

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

                        This is an Exelare extension for importing PDF, DOC and DOCX files found in Google into Exelare database. It displays a custom link under each PDF, DOC or DOCX link and once the user clicks it, it will automatically import this resume into Exelare. User can view the imported resume in Exelare directly from Google's Search page too.                    

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

नाम Exelare Open Sourcing Exelare Open Sourcing
ID ikpilljmpfkphnnnmlpjmnebgjagieeg
आधिकारिक URL https://chromewebstore.google.com/detail/exelare-open-sourcing/ikpilljmpfkphnnnmlpjmnebgjagieeg
विवरण This is Exelare's Chrome extension for sourcing candidates from Google.
फ़ाइल का आकार 37.08 KB
स्थापना संख्या 101
वर्तमान संस्करण 1.0.0
अंतिम अपडेट 2021-05-12
प्रकाशन तिथि 2021-05-12
डेवलपर Exelare
ईमेल [email protected]
भुगतान के प्रकार free
गोपनीयता नीति पृष्ठ URL https://exelare.com/company/customer-information-privacy
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Exelare Open Sourcing",
    "version": "1.0.0",
    "manifest_version": 2,
    "description": "This is Exelare's Chrome extension for sourcing candidates from Google.",
    "background": {
        "scripts": [
            "jquery.min.js",
            "background.js"
        ],
        "persistent": false
    },
    "page_action": {
        "default_popup": "popup.html"
    },
    "permissions": [
        "storage",
        "activeTab",
        "http:\/\/*\/",
        "https:\/\/*\/"
    ],
    "externally_connectable": {
        "matches": [
            "*:\/\/localhost\/*",
            "*:\/\/exelare-angular-test.azurewebsites.net\/*",
            "*:\/\/exelareweb.com\/*"
        ]
    }
}