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 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Price checker for ASOS. Save up to 80%!"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Helper Tools for ASOS: price checker एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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 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"
            ]
        }
    ]
}