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ファイルをダウンロード
Helper Tools for ASOS: price checker拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
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 |
Eメール | [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" ] } ] } |