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"입니다.
확장 프로그램 스크린샷
Japanese Buying Service Helper 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 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" ] } |