Bulk
Bulk
什么是Bulk?
Bulk是由Rajkumaar Srikugasivaloganathan开发的Chrome扩展程序,该扩展的主要功能是“Bulk”。
扩展截图
下载Bulk扩展crx文件
下载Bulk扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
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.
扩展基本信息
名称 | Bulk |
ID | gbapcfehmifheogkdhlhelhiemjpfpha |
官方URL | https://chromewebstore.google.com/detail/bulk/gbapcfehmifheogkdhlhelhiemjpfpha |
简介 | Bulk |
文件大小 | 93.84 KB |
安装次数 | 212 |
当前版本 | 2.9 |
更新时间 | 2020-10-01 |
上架时间 | 2020-06-07 |
评分 | 5.00/5 共3次评分 |
开发者 | Rajkumaar Srikugasivaloganathan |
电子邮箱 | [email protected] |
付费类型 | free |
支持的语言 | 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" ] } |