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 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Quickly buy products from Japanese shops via White Rabbit Express"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Japanese Buying Service Helper एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
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 |
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" ] } |