Bulk
Bulk
What is Bulk?
Bulk is a Chrome extension developed by Rajkumaar Srikugasivaloganathan, and its main feature is "Bulk".
Extension Screenshots
Download Bulk Extension CRX File
Download Bulk extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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.
Extension Basic Information
Name | Bulk |
ID | gbapcfehmifheogkdhlhelhiemjpfpha |
Official URL | https://chromewebstore.google.com/detail/bulk/gbapcfehmifheogkdhlhelhiemjpfpha |
Description | Bulk |
File Size | 93.84 KB |
Installation Count | 212 |
Current Version | 2.9 |
Last Updated | 2020-10-01 |
Publish Date | 2020-06-07 |
Rating | 5.00/5 Total 3 Ratings |
Developer | Rajkumaar Srikugasivaloganathan |
[email protected] | |
Payment Type | free |
Supported Languages | 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" ] } |