Bulk

Bulk

Bulk란 무엇입니까?

Bulk은(는) Rajkumaar Srikugasivaloganathan에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Bulk"입니다.

확장 프로그램 스크린샷

screenshot
screenshot

Bulk 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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
이메일 [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"
    ]
}