SwipeWisely

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

Qu'est-ce que SwipeWisely ?

SwipeWisely est une extension Chrome développée par https://swipewisely.com, et sa fonction principale est "Our Goal Is To Ensure That You Never Pay More Than You Have To!".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension SwipeWisely

Téléchargez les fichiers d'extension SwipeWisely au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom SwipeWisely SwipeWisely
ID pldgbjhlickimjjlcohgfgakhonfogji
URL Officiel https://chromewebstore.google.com/detail/swipewisely/pldgbjhlickimjjlcohgfgakhonfogji
Description Our Goal Is To Ensure That You Never Pay More Than You Have To!
Taille du Fichier 813 KB
Nombre d'Installations 172
Version Actuelle 5
Dernière Mise à Jour 2018-08-24
Date de Publication 2018-08-23
Évaluation 5.00/5 Total 2 Évaluations
Développeur https://swipewisely.com
Email [email protected]
Type de Paiement free
Site Web de l'Extension http://www.swipewisely.com/?utm_source=chrome&utm_medium=home
URL de la Page d'Aide https://www.swipewisely.com/contact-us/?utm_source=chrome&utm_medium=support
URL de la Page de Politique de Confidentialité https://swipewisely.com/pages/privacy-policy
Langues Prises en Charge 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"
    ]
}