Bulk
Bulk
Was ist Bulk?
Bulk ist eine Chrome-Erweiterung, die von Rajkumaar Srikugasivaloganathan entwickelt wurde, und ihr Hauptmerkmal ist "Bulk".
Erweiterungsscreenshots
Bulk-Erweiterungs-CRX-Datei herunterladen
Laden Sie Bulk-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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.
Grundlegende Informationen zur Erweiterung
Name | Bulk |
ID | gbapcfehmifheogkdhlhelhiemjpfpha |
Offizielle URL | https://chromewebstore.google.com/detail/bulk/gbapcfehmifheogkdhlhelhiemjpfpha |
Beschreibung | Bulk |
Dateigröße | 93.84 KB |
Installationsanzahl | 212 |
Aktuelle Version | 2.9 |
Letztes Update | 2020-10-01 |
Veröffentlichungsdatum | 2020-06-07 |
Bewertung | 5.00/5 Insgesamt 3 Bewertungen |
Entwickler | Rajkumaar Srikugasivaloganathan |
[email protected] | |
Zahlungsart | free |
Unterstützte Sprachen | 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" ] } |