Helper Tools for ASOS: price checker

Price checker for ASOS. Save up to 80%!

Was ist Helper Tools for ASOS: price checker?

Helper Tools for ASOS: price checker ist eine Chrome-Erweiterung, die von https://codembo.com entwickelt wurde, und ihr Hauptmerkmal ist "Price checker for ASOS. Save up to 80%!".

Erweiterungsscreenshots

screenshot
screenshot
screenshot

Helper Tools for ASOS: price checker-Erweiterungs-CRX-Datei herunterladen

Laden Sie Helper Tools for ASOS: price checker-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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                    

Grundlegende Informationen zur Erweiterung

Name Helper Tools for ASOS: price checker Helper Tools for ASOS: price checker
ID khdffphpgkfkhnieloingcfkkboioada
Offizielle URL https://chromewebstore.google.com/detail/helper-tools-for-asos-pri/khdffphpgkfkhnieloingcfkkboioada
Beschreibung Price checker for ASOS. Save up to 80%!
Dateigröße 61.53 KB
Installationsanzahl 10,765
Aktuelle Version 2.4.7
Letztes Update 2022-02-04
Veröffentlichungsdatum 2020-06-30
Bewertung 4.75/5 Insgesamt 136 Bewertungen
Entwickler https://codembo.com
E-Mail [email protected]
Zahlungsart free
Erweiterungswebsite https://codembo.com
Unterstützte Sprachen 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"
            ]
        }
    ]
}