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".
Снимки экрана расширения
Скачать файл 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 |
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" ] } |