Bulk
Bulk
Wat is Bulk?
Bulk is een Chrome-extensie ontwikkeld door Rajkumaar Srikugasivaloganathan, en de belangrijkste functie is "Bulk".
Extensie Screenshots
Download het CRX-bestand van de extensie Bulk
Download Bulk-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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.
Basisinformatie over de Extensie
Naam | Bulk |
ID | gbapcfehmifheogkdhlhelhiemjpfpha |
Officiële URL | https://chromewebstore.google.com/detail/bulk/gbapcfehmifheogkdhlhelhiemjpfpha |
Beschrijving | Bulk |
Bestandsgrootte | 93.84 KB |
Aantal Installaties | 212 |
Huidige Versie | 2.9 |
Laatst Bijgewerkt | 2020-10-01 |
Publicatiedatum | 2020-06-07 |
Beoordeling | 5.00/5 Totaal 3 Beoordelingen |
Ontwikkelaar | Rajkumaar Srikugasivaloganathan |
[email protected] | |
Betalingswijze | free |
Ondersteunde Talen | 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" ] } |