Bulk
Bulk
Vad är Bulk?
Bulk är en Chrome-tillägg utvecklad av Rajkumaar Srikugasivaloganathan, och dess huvudfunktion är "Bulk".
Tilläggsskärmbilder
Ladda ner Bulk-förlängningens CRX-fil
Ladda ner Bulk-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
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äggande Information om Tillägg
Namn | Bulk |
ID | gbapcfehmifheogkdhlhelhiemjpfpha |
Officiell webbadress | https://chromewebstore.google.com/detail/bulk/gbapcfehmifheogkdhlhelhiemjpfpha |
Beskrivning | Bulk |
Filstorlek | 93.84 KB |
Antal Installationer | 212 |
Aktuell Version | 2.9 |
Senast Uppdaterad | 2020-10-01 |
Publiceringsdatum | 2020-06-07 |
Betyg | 5.00/5 Totalt 3 Betyg |
Utvecklare | Rajkumaar Srikugasivaloganathan |
E-post | [email protected] |
Betalningssätt | free |
Stödda Språk | 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" ] } |