Bulk Apply Connector

A Chrome Extension for connecting job portals with Bulk Apply dashboard

Hvad er Bulk Apply Connector?

Bulk Apply Connector er en Chrome-udvidelse udviklet af TL-extensions, og dens hovedfunktion er "A Chrome Extension for connecting job portals with Bulk Apply dashboard".

Udvidelsesskærmbilleder

screenshot
screenshot

Download Bulk Apply Connector-udvidelses-CRX-fil

Download Bulk Apply Connector-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

                        our extension used for connecting various job portals with our dashboard                    

Grundlæggende oplysninger om udvidelsen

Navn Bulk Apply Connector Bulk Apply Connector
ID nplimjjplcnibibhjdcakkdnjepohlah
Officiel URL https://chromewebstore.google.com/detail/bulk-apply-connector/nplimjjplcnibibhjdcakkdnjepohlah
Beskrivelse A Chrome Extension for connecting job portals with Bulk Apply dashboard
Filstørrelse 226 KB
Antal Installationer 425
Nuværende Version 2023.09.13
Senest Opdateret 2023-09-14
Udgivelsesdato 2023-05-13
Udvikler TL-extensions
E-mail [email protected]
Betalingsmetode free
Udvidelseswebsted https://bulkapply.ai/
URL til Fortrolighedspolitik Side https://bulkapply.ai/privacy-policy
Understøttede Sprog 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"
}