IReviews Shopping Assistant

Never miss out on savings again! Compare and track product prices and availability while browsing your favorite stores.

Cos'è IReviews Shopping Assistant?

IReviews Shopping Assistant è un'estensione di Chrome sviluppata da https://ireviews.com/shopping-assistant, e la sua funzione principale è "Never miss out on savings again! Compare and track product prices and availability while browsing your favorite stores.".

Screenshot dell'Estensione

screenshot
screenshot
screenshot
screenshot
screenshot

Scarica il file CRX dell'estensione IReviews Shopping Assistant

Scarica i file di estensione IReviews Shopping Assistant in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        Receive notifications letting you know when items are back in stock. Get recommendations for cards that help you earn even more savings when purchasing products.                    

Informazioni di Base sull'Estensione

Nome IReviews Shopping Assistant IReviews Shopping Assistant
ID ppjcaodegfaoikboamajamdiggbalnai
URL Ufficiale https://chromewebstore.google.com/detail/ireviews-shopping-assista/ppjcaodegfaoikboamajamdiggbalnai
Descrizione Never miss out on savings again! Compare and track product prices and availability while browsing your favorite stores.
Dimensione del File 2.41 MB
Conteggio Installazioni 70
Versione Corrente 3.0.10
Ultimo Aggiornamento 2022-12-03
Data di Pubblicazione 2021-07-19
Valutazione 5.00/5 Totale 3 Valutazioni
Sviluppatore https://ireviews.com/shopping-assistant
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://www.ireviews.com/
URL della Pagina di Aiuto https://www.ireviews.com/contact
URL della Pagina della Politica sulla Privacy https://www.ireviews.com/privacy-policy
Lingue Supportate en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "background": {
        "service_worker": "background.js",
        "type": "module"
    },
    "name": "IReviews Shopping Assistant",
    "version": "3.0.10",
    "description": "Never miss out on savings again! Compare and track product prices and availability while browsing your favorite stores.",
    "icons": {
        "512": "NewLogo.png"
    },
    "action": {
        "default_popup": "popup.html"
    },
    "permissions": [
        "tabs",
        "storage",
        "scripting",
        "notifications"
    ],
    "host_permissions": [
        "http:\/\/*\/*",
        "https:\/\/*\/*",
        "https:\/\/api.ireviews.com\/*",
        "https:\/\/fonts.googleapis.com\/*"
    ],
    "content_scripts": [
        {
            "run_at": "document_end",
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                ".\/static\/js\/jquery-3.6.0.min.js",
                ".\/static\/js\/chart.min.js",
                "foreground.js",
                "gtag.js"
            ]
        }
    ]
}