Japanese Buying Service Helper

Quickly buy products from Japanese shops via White Rabbit Express

Japanese Buying Service Helperとは何ですか?

Japanese Buying Service Helperはhttps://whiterabbitexpress.comによって開発されたChromeの拡張機能で、その主な機能は「Quickly buy products from Japanese shops via White Rabbit Express」です。

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

screenshot

Japanese Buying Service Helper拡張機能のCRXファイルをダウンロード

Japanese Buying Service Helper拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        White Rabbit Express in a Tokyo-based proxy buying service for Japanese products. You can use our service to buy-and-ship nearly anything from Japan, useful for when the seller doesn't ship overseas or doesn't accept foreign credit cards.

This Chrome extension makes it even easier to order things from Japan via White Rabbit Express. Simply install the browser and click the button when browsing Japanese web shops. The extension will add the product to your White Rabbit Express request form.

When shopping on Rakuten, the extension will inject a "Buy via WRE" button directly into the Rakuten project page. Clicking the button will transfer the product name, url and price to your White Rabbit Express request form. Give it a try!                    

拡張機能の基本情報

名前 Japanese Buying Service Helper Japanese Buying Service Helper
ID loommgbikmlilellplcigeeodofocdka
公式URL https://chromewebstore.google.com/detail/japanese-buying-service-h/loommgbikmlilellplcigeeodofocdka
説明 Quickly buy products from Japanese shops via White Rabbit Express
ファイルサイズ 56.24 KB
インストール数 27
現在のバージョン 0.1.2
最終更新日 2013-09-30
公開日 2013-09-29
開発者 https://whiterabbitexpress.com
Eメール [email protected]
支払い方法 free
対応言語 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Japanese Buying Service Helper",
    "version": "0.1.2",
    "description": "Quickly buy products from Japanese shops via White Rabbit Express",
    "icons": {
        "16": "img\/icon16.png",
        "48": "img\/icon48.png",
        "128": "img\/icon128.png"
    },
    "browser_action": {
        "default_icon": {
            "19": "img\/icon19.png",
            "38": "img\/icon38.png"
        }
    },
    "permissions": [
        "tabs",
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "background": {
        "scripts": [
            "js\/jquery.min.js",
            "js\/common.js",
            "js\/bg.js"
        ]
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "js\/jquery.min.js",
                "js\/accounting.min.js",
                "js\/mousetrap.min.js",
                "js\/common.js",
                "js\/content.js"
            ],
            "css": [
                "css\/content.css"
            ],
            "run_at": "document_end"
        }
    ],
    "web_accessible_resources": [
        "sitelist.json",
        "img\/express-btn.png"
    ]
}