Japanese Buying Service Helper

Quickly buy products from Japanese shops via White Rabbit Express

Japanese Buying Service Helper là gì?

Japanese Buying Service Helper là một tiện ích mở rộng Chrome được phát triển bởi https://whiterabbitexpress.com, và tính năng chính của nó là "Quickly buy products from Japanese shops via White Rabbit Express".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng Japanese Buying Service Helper

Tải xuống các tệp mở rộng Japanese Buying Service Helper dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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!                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Japanese Buying Service Helper Japanese Buying Service Helper
ID loommgbikmlilellplcigeeodofocdka
URL Chính Thức https://chromewebstore.google.com/detail/japanese-buying-service-h/loommgbikmlilellplcigeeodofocdka
Mô tả Quickly buy products from Japanese shops via White Rabbit Express
Kích Thước Tệp 56.24 KB
Số Lần Cài Đặt 27
Phiên Bản Hiện Tại 0.1.2
Cập Nhật Lần Cuối 2013-09-30
Ngày Phát Hành 2013-09-29
Nhà Phát Triển https://whiterabbitexpress.com
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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"
    ]
}