SwipeWisely

Our Goal Is To Ensure That You Never Pay More Than You Have To!

Was ist SwipeWisely?

SwipeWisely ist eine Chrome-Erweiterung, die von https://swipewisely.com entwickelt wurde, und ihr Hauptmerkmal ist "Our Goal Is To Ensure That You Never Pay More Than You Have To!".

Erweiterungsscreenshots

screenshot

SwipeWisely-Erweiterungs-CRX-Datei herunterladen

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

                        The SwipeWisely shopping tool allows you instantly compare prices and similar products from top stores while you shop. That way you'll know if you're getting a good deal or if the same or similar products are available from another store for less.

Think of it as the 'search engine for deals' that searches for you while you browse.

Our goal is to ensure that you never pay more than you have to!

Among many coming features, it will also allow you to auto-add coupon codes to your cart on 1000s of top sites, helping you save even more with just a click of a button.

By installing, you agree to the terms at swipewisely.com.                    

Grundlegende Informationen zur Erweiterung

Name SwipeWisely SwipeWisely
ID pldgbjhlickimjjlcohgfgakhonfogji
Offizielle URL https://chromewebstore.google.com/detail/swipewisely/pldgbjhlickimjjlcohgfgakhonfogji
Beschreibung Our Goal Is To Ensure That You Never Pay More Than You Have To!
Dateigröße 813 KB
Installationsanzahl 172
Aktuelle Version 5
Letztes Update 2018-08-24
Veröffentlichungsdatum 2018-08-23
Bewertung 5.00/5 Insgesamt 2 Bewertungen
Entwickler https://swipewisely.com
E-Mail [email protected]
Zahlungsart free
Erweiterungswebsite http://www.swipewisely.com/?utm_source=chrome&utm_medium=home
Hilfeseite URL https://www.swipewisely.com/contact-us/?utm_source=chrome&utm_medium=support
URL der Datenschutzrichtlinien-Seite https://swipewisely.com/pages/privacy-policy
Unterstützte Sprachen en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "SwipeWisely",
    "description": "Our Goal Is To Ensure That You Never Pay More Than You Have To!",
    "version": "5",
    "background": {
        "scripts": [
            "assets\/lib\/jquery.js",
            "background.js"
        ]
    },
    "icons": {
        "128": "img\/icon-128.png",
        "24": "img\/icon-24.png",
        "32": "img\/icon-32.png"
    },
    "browser_action": {
        "default_icon": "img\/icon-32.png",
        "default_popup": "popup.html"
    },
    "content_scripts": [
        {
            "run_at": "document_end",
            "matches": [
                ""
            ],
            "js": [
                "assets\/lib\/jquery.js",
                "content.js"
            ],
            "css": [
                "assets\/common.css"
            ]
        }
    ],
    "permissions": [
        "tabs",
        "background"
    ],
    "web_accessible_resources": [
        "webRequest",
        "assets\/common.css",
        "background",
        "img\/*.png"
    ]
}