Helper Tools for ASOS: price checker
Price checker for ASOS. Save up to 80%!
Helper Tools for ASOS: price checker란 무엇입니까?
Helper Tools for ASOS: price checker은(는) https://codembo.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Price checker for ASOS. Save up to 80%!"입니다.
확장 프로그램 스크린샷
Helper Tools for ASOS: price checker 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
ASOS price checker Find out the cheapest price and which currency you should use to buy! (Best prices will be shown on the ASOS’s product page) The same products has different prices on other ASOS country-dedicated websites. — You can save up to 80% by paying in a different currency! — It is not necessary to have a card in another currency to pay, because the conversion takes place automatically at the rate of your pay system or Bank. — Changing the country or currency doesn’t break the warranty, free return or ASOS’s delivery. Try it! Enjoy! F.A.Q.: https://medium.com/@mortefy101/asos-helper-f-a-q-en-asos-price-checker-6a95e07a385f Contacts: E-mail: [email protected] Telegram: @AsosHelper
확장 프로그램 기본 정보
이름 | Helper Tools for ASOS: price checker |
ID | khdffphpgkfkhnieloingcfkkboioada |
공식 URL | https://chromewebstore.google.com/detail/helper-tools-for-asos-pri/khdffphpgkfkhnieloingcfkkboioada |
설명 | Price checker for ASOS. Save up to 80%! |
파일 크기 | 61.53 KB |
설치 횟수 | 10,765 |
현재 버전 | 2.4.7 |
최근 업데이트 | 2022-02-04 |
출시 날짜 | 2020-06-30 |
평점 | 4.75/5 총 136 개의 평점 |
개발자 | https://codembo.com |
이메일 | [email protected] |
결제 유형 | free |
확장 프로그램 웹 사이트 | https://codembo.com |
지원되는 언어 | en,ru |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "__MSG_name__", "default_locale": "en", "description": "__MSG_description__", "version": "2.4.7", "icons": { "16": "16.png", "48": "48.png", "128": "128.png" }, "browser_action": { "default_icon": "128.png", "default_popup": "popup.html", "default_title": "__MSG_poptitle__" }, "options_page": "popup.html", "permissions": [ "storage", "*:\/\/*.getrates.su\/*" ], "background": { "scripts": [ "js\/background.js" ] }, "content_scripts": [ { "matches": [ "*:\/\/*.asos.com\/*", "*:\/\/*.asos.de\/*", "*:\/\/*.asos.su\/*", "*:\/\/*.asos.fr\/*" ], "run_at": "document_start", "js": [ "js\/jq.js", "js\/1.js" ], "css": [ "js\/css.css" ] } ] } |