Bulk

Bulk

Hvad er Bulk?

Bulk er en Chrome-udvidelse udviklet af Rajkumaar Srikugasivaloganathan, og dens hovedfunktion er "Bulk".

Udvidelsesskærmbilleder

screenshot
screenshot

Download Bulk-udvidelses-CRX-fil

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

                        This tool can be used to work along with the nbn web site. This will help to extract order information and add comments to the order. This extension will only work if you have a valid login to nbn site.                    

Grundlæggende oplysninger om udvidelsen

Navn Bulk Bulk
ID gbapcfehmifheogkdhlhelhiemjpfpha
Officiel URL https://chromewebstore.google.com/detail/bulk/gbapcfehmifheogkdhlhelhiemjpfpha
Beskrivelse Bulk
Filstørrelse 93.84 KB
Antal Installationer 212
Nuværende Version 2.9
Senest Opdateret 2020-10-01
Udgivelsesdato 2020-06-07
Bedømmelse 5.00/5 Samlet 3 Bedømmelser
Udvikler Rajkumaar Srikugasivaloganathan
E-mail [email protected]
Betalingsmetode free
Understøttede Sprog en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Bulk",
    "description": "Bulk",
    "author": "Rajkumaar Srikugasivaloganathan",
    "version": "2.9",
    "manifest_version": 2,
    "content_scripts": [
        {
            "matches": [
                "http:\/\/localhost\/",
                "*:\/\/*.nbnco.com.au\/online_customers\/*",
                "*:\/\/*.nbnco.net.au\/online_customers\/*"
            ],
            "css": [
                "mycss.css"
            ],
            "js": [
                "jquery.js",
                "myscript.js",
                "inc.js"
            ]
        }
    ],
    "icons": {
        "128": "images\/icon128.png",
        "16": "images\/icon16.png",
        "48": "images\/icon48.png",
        "38": "images\/icon38.png",
        "64": "images\/icon38.png"
    },
    "permissions": [
        "clipboardWrite"
    ]
}