Comparrot

Comparrot automatically finds the cheapest prices in real-time as you shop!

Was ist Comparrot?

Comparrot ist eine Chrome-Erweiterung, die von https://joincomparrot.com entwickelt wurde, und ihr Hauptmerkmal ist "Comparrot automatically finds the cheapest prices in real-time as you shop!".

Erweiterungsscreenshots

screenshot
screenshot
screenshot
screenshot
screenshot

Comparrot-Erweiterungs-CRX-Datei herunterladen

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

                        Don't buy it until you Comparrot!

If you like saving money, you will love Comparrot.

Our members are saving an average of 34.5% per item!

Think you have what it takes to be the biggest saver? Take advantage of our savings tracker and compete against your friends and family.

Shop and save on 80+ stores (and counting).

Have a store suggestion you'd like to be added next, or any other questions? Email us at [email protected]

---------------------------------------------------------------------------------

By using this add-on, you agree to the Comparrot Terms & Conditions available at https://joincomparrot.com/terms                    

Grundlegende Informationen zur Erweiterung

Name Comparrot Comparrot
ID mllcoefpphpfhmkmekcghadhbpkcpfli
Offizielle URL https://chromewebstore.google.com/detail/comparrot/mllcoefpphpfhmkmekcghadhbpkcpfli
Beschreibung Comparrot automatically finds the cheapest prices in real-time as you shop!
Dateigröße 2.36 MB
Installationsanzahl 41
Aktuelle Version 2.8.19
Letztes Update 2021-09-08
Veröffentlichungsdatum 2020-10-11
Bewertung 5.00/5 Insgesamt 37 Bewertungen
Entwickler https://joincomparrot.com
E-Mail [email protected]
Zahlungsart free
Erweiterungswebsite https://www.joincomparrot.com
URL der Datenschutzrichtlinien-Seite https://joincomparrot.com/privacy
Unterstützte Sprachen en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Comparrot",
    "version": "2.8.19",
    "description": "Comparrot automatically finds the cheapest prices in real-time as you shop!",
    "manifest_version": 2,
    "content_security_policy": "script-src 'self' https:\/\/apis.google.com https:\/\/www.google-analytics.com\/analytics.js 'sha256-opd4Jdch7gpP31nxVnbM5NSFV\/BrTaVCHh1RUcWTVzI='; object-src 'self'",
    "permissions": [
        "tabs",
        "storage",
        ""
    ],
    "commands": {
        "show-iframe": {
            "suggested_key": {
                "default": "Ctrl+Shift+1",
                "mac": "Command+Shift+1"
            },
            "description": "Show iframe with extension"
        }
    },
    "browser_action": {
        "default_popup": "index.html"
    },
    "background": {
        "scripts": [
            "extension\/config.js",
            "extension\/global.js",
            "extension\/background.js"
        ]
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "extension\/config.js",
                "extension\/global.js",
                "extension\/affiliate.js",
                "extension\/content.js"
            ],
            "css": [
                "extension\/content.css"
            ],
            "all_frames": false,
            "run_at": "document_end"
        }
    ],
    "web_accessible_resources": [
        "index.html",
        "extension\/content.css"
    ],
    "icons": {
        "16": "assets\/img\/icons\/16x16.png",
        "32": "assets\/img\/icons\/32x32.png",
        "48": "assets\/img\/icons\/48x48.png",
        "128": "assets\/img\/icons\/128x128.png"
    }
}