Bulk

Bulk

Bulkとは何ですか?

BulkはRajkumaar Srikugasivaloganathanによって開発されたChromeの拡張機能で、その主な機能は「Bulk」です。

拡張機能のスクリーンショット

screenshot
screenshot

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 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
Eメール [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"
    ]
}