Banggood Tracking & Exchange & Images
Allows to track packages, show exchange rate and download images from banggood.com
Banggood Tracking & Exchange & Images란 무엇입니까?
Banggood Tracking & Exchange & Images은(는) am에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Allows to track packages, show exchange rate and download images from banggood.com"입니다.
확장 프로그램 스크린샷
Banggood Tracking & Exchange & Images 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Thanks to this extension you can easily download or link product images found on http://www.banggood.com (normally banggood doesn't allow this). It also shows currency rate used by shop, so you always know which currency is best for you. You will also see initial tracking information for your packages (including "untracked" packages!) when viewing order list. Additionally it allows to see stock information for some products (not all unfortunately - banggood blocked this information). See screenshots for details. Note: BG very often changes it's page, so please report if something stops working. Thanks!
확장 프로그램 기본 정보
이름 | Banggood Tracking & Exchange & Images |
ID | bnebaophfpnmlobhhchioedjiopmjnbm |
공식 URL | https://chromewebstore.google.com/detail/banggood-tracking-exchang/bnebaophfpnmlobhhchioedjiopmjnbm |
설명 | Allows to track packages, show exchange rate and download images from banggood.com |
파일 크기 | 52.17 KB |
설치 횟수 | 633 |
현재 버전 | 1.0.38 |
최근 업데이트 | 2017-05-10 |
출시 날짜 | 2017-05-10 |
평점 | 3.83/5 총 12 개의 평점 |
개발자 | am |
결제 유형 | free |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Banggood Tracking & Exchange & Images", "short_name": "Banggood.com Tracking & Exchange Rate & Images", "description": "Allows to track packages, show exchange rate and download images from banggood.com", "version": "1.0.38", "manifest_version": 2, "icons": { "16": "bg16.png", "48": "bg48.png", "128": "bg128.png" }, "permissions": [ "*:\/\/*.banggood.com\/*" ], "content_scripts": [ { "matches": [ "*:\/\/*.banggood.com\/*" ], "js": [ "jquery.min.js", "bg.js" ], "run_at": "document_end" }, { "matches": [ "*:\/\/*.banggood.com\/index.php?*t=ordersList*" ], "js": [ "jquery.min.js", "bgt.js" ], "run_at": "document_end" } ] } |