Exelare Open Sourcing

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

What is Exelare Open Sourcing?

Exelare Open Sourcing is a Chrome extension developed by Exelare, and its main feature is "This is Exelare's Chrome extension for sourcing candidates from Google.".

Extension Screenshots

screenshot

Download Exelare Open Sourcing Extension CRX File

Download Exelare Open Sourcing extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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.                    

Extension Basic Information

Name Exelare Open Sourcing Exelare Open Sourcing
ID ikpilljmpfkphnnnmlpjmnebgjagieeg
Official URL https://chromewebstore.google.com/detail/exelare-open-sourcing/ikpilljmpfkphnnnmlpjmnebgjagieeg
Description This is Exelare's Chrome extension for sourcing candidates from Google.
File Size 37.08 KB
Installation Count 101
Current Version 1.0.0
Last Updated 2021-05-12
Publish Date 2021-05-12
Developer Exelare
Email [email protected]
Payment Type free
Privacy Policy Page URL https://exelare.com/company/customer-information-privacy
Supported Languages 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\/*"
        ]
    }
}