Bulk Apply Connector

A Chrome Extension for connecting job portals with Bulk Apply dashboard

What is Bulk Apply Connector?

Bulk Apply Connector is a Chrome extension developed by TL-extensions, and its main feature is "A Chrome Extension for connecting job portals with Bulk Apply dashboard".

Extension Screenshots

screenshot
screenshot

Download Bulk Apply Connector Extension CRX File

Download Bulk Apply Connector 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

                        our extension used for connecting various job portals with our dashboard                    

Extension Basic Information

Name Bulk Apply Connector Bulk Apply Connector
ID nplimjjplcnibibhjdcakkdnjepohlah
Official URL https://chromewebstore.google.com/detail/bulk-apply-connector/nplimjjplcnibibhjdcakkdnjepohlah
Description A Chrome Extension for connecting job portals with Bulk Apply dashboard
File Size 226 KB
Installation Count 425
Current Version 2023.09.13
Last Updated 2023-09-14
Publish Date 2023-05-13
Developer TL-extensions
Email [email protected]
Payment Type free
Extension Website https://bulkapply.ai/
Privacy Policy Page URL https://bulkapply.ai/privacy-policy
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "icons": {
        "16": "icon16.plasmo.00ac8b83.png",
        "32": "icon32.plasmo.9ad0c5b6.png",
        "48": "icon48.plasmo.cae3a6b3.png",
        "64": "icon64.plasmo.e4b604fc.png",
        "128": "icon128.plasmo.b89b7dfa.png"
    },
    "manifest_version": 3,
    "action": {
        "default_icon": {
            "16": "icon16.plasmo.00ac8b83.png",
            "32": "icon32.plasmo.9ad0c5b6.png",
            "48": "icon48.plasmo.cae3a6b3.png",
            "64": "icon64.plasmo.e4b604fc.png",
            "128": "icon128.plasmo.b89b7dfa.png"
        },
        "default_popup": "popup.html"
    },
    "version": "2023.09.13",
    "author": "ThinkLabs",
    "name": "Bulk Apply Connector",
    "description": "A Chrome Extension for connecting job portals with Bulk Apply dashboard",
    "background": {
        "service_worker": "background.5fadff2f.js"
    },
    "permissions": [
        "storage",
        "cookies",
        "*:\/\/localhost\/",
        "*:\/\/*.bulkapply.ai\/"
    ],
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "content.62a5b9ec.js"
            ],
            "css": []
        }
    ],
    "host_permissions": [
        ""
    ],
    "externally_connectable": {
        "matches": [
            "*:\/\/localhost\/*",
            "*:\/\/*.bulkapply.ai\/*"
        ]
    },
    "oauth2": {
        "client_id": "404940338553-pdfnjve5f3nsd5r9940gb612rpo2lsoh.apps.googleusercontent.com",
        "scopes": [
            "https:\/\/www.googleapis.com\/auth\/userinfo.email",
            "https:\/\/www.googleapis.com\/auth\/userinfo.profile"
        ]
    },
    "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAteSSxZYGRxnd3GeojtS5tQG0tZNkgEkuotLdPAMxASxvbxwb+z\/+TSCv164w8YSn+PdhchlbxSwkFH0SGyZLdFMON7ewKUtBCHaQAticLEXRiZYTp67f4ezDqz3wz4ADSelWuttm5ihp31riRYh5wLlw9nzgZT+8D0zcqPMkFbYV0+FuHyRA6AmiofZ01J8Q94rOZnNgPOLKPK+PSJPSJrGFoFDXU74QCjGF+drT8k7teKlt4bNp8E2cv05ytA1MdvgOLsGh0UOJj1BB9Hc9iAX\/mqXL4CIKzZT1jDJVzcc4L4xqReGgo3bPAryJwDE90tO3hQEafLNttZHjsc+i3wIDAQAB"
}