Trolley

Compare over 10,000 products across supermarkets and shops. Your free online price comparison website.

Was ist Trolley?

Trolley ist eine Chrome-Erweiterung, die von Trolley entwickelt wurde, und ihr Hauptmerkmal ist "Compare over 10,000 products across supermarkets and shops. Your free online price comparison website.".

Erweiterungsscreenshots

screenshot
screenshot
screenshot

Trolley-Erweiterungs-CRX-Datei herunterladen

Laden Sie Trolley-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

                        Introducing Grocery Price Check by Trolley.co.uk - a first-of-its-kind scanner that helps you save money on your groceries.

Grocery Price Check helps you easily compare supermarkets to get the cheapest prices for your favourite groceries. Once added to your Chrome, you’ll be able to instantly compare prices at:

- Aldi
- Asda
- Sainsbury's
- B&M
- Amazon
- Poundland
- Tesco
- Iceland
- Co-op
- Morrisons
- Ocado
- Savers
- Superdrug
- Waitrose
- Boots

Here’s the clever part… You don’t have to do anything differently!

Simply shop as usual at one of the above stores’ websites and visit a product. From there, simply click Grocery Price Check in your toolbar and see the best prices within an instant.

A single click is all it takes! Don’t forget, every price is updated every day - that’s over 100,000 possible groceries that you’ll be able to scan and compare!                    

Grundlegende Informationen zur Erweiterung

Name Trolley Trolley
ID gjmgjfohldfchecccakdeddbebjonccl
Offizielle URL https://chromewebstore.google.com/detail/trolley/gjmgjfohldfchecccakdeddbebjonccl
Beschreibung Compare over 10,000 products across supermarkets and shops. Your free online price comparison website.
Dateigröße 134 KB
Installationsanzahl 7,631
Aktuelle Version 1.1
Letztes Update 2023-03-15
Veröffentlichungsdatum 2023-03-15
Bewertung 5.00/5 Insgesamt 2 Bewertungen
Entwickler Trolley
E-Mail [email protected]
Zahlungsart free
Erweiterungswebsite https://www.trolley.co.uk/
Hilfeseite URL https://www.trolley.co.uk/help/#contact
URL der Datenschutzrichtlinien-Seite https://www.trolley.co.uk/privacy-policy
Unterstützte Sprachen en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Trolley",
    "version": "1.1",
    "description": "Compare over 10,000 products across supermarkets and shops. Your free online price comparison website.",
    "manifest_version": 3,
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*.trolley.co.uk\/*",
                "https:\/\/*.trolley.co.uk\/*"
            ],
            "js": [
                "content.js"
            ]
        }
    ],
    "action": {
        "default_popup": "popup.html",
        "default_title": "Trolley",
        "default_icon": "img\/128.png"
    },
    "icons": {
        "16": "img\/16.png",
        "48": "img\/48.png",
        "128": "img\/128.png"
    },
    "permissions": [
        "tabs"
    ],
    "host_permissions": [
        "https:\/\/www.trolley.co.uk\/"
    ]
}