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 |
官方網址 | 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" ] } ] } |