Japanese Buying Service Helper

Quickly buy products from Japanese shops via White Rabbit Express

Japanese Buying Service Helperคืออะไร?

Japanese Buying Service Helper เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://whiterabbitexpress.com และคุณลักษณะหลักของมันคือ "Quickly buy products from Japanese shops via White Rabbit Express"

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Japanese Buying Service Helper

ดาวน์โหลดไฟล์ส่วนขยาย 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
อีเมล [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"
    ]
}