FlipGive Max

Use the FlipGive Max browser extension to activate cash back directly at your favorite websites.

Qu'est-ce que FlipGive Max ?

FlipGive Max est une extension Chrome développée par https://www.flipgive.com, et sa fonction principale est "Use the FlipGive Max browser extension to activate cash back directly at your favorite websites.".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot
screenshot

Télécharger le fichier CRX de l'extension FlipGive Max

Téléchargez les fichiers d'extension FlipGive Max 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

                        Earn cash on the things your team is already buying. Get paid whenever you shop, dine out, book hotels or activities. Use FlipGive Max to be reminded and to activate cash back directly at your favorite websites whenever you shop online. FlipGive Max is on the watch finding cash back for thousands of teams. Good boy Max!*

*FlipGive Max may not be available for all merchants on FlipGive                    

Informations de Base sur l'Extension

Nom FlipGive Max FlipGive Max
ID aoljonbhacccfmnfknimhpldbikaeghl
URL Officiel https://chromewebstore.google.com/detail/flipgive-max/aoljonbhacccfmnfknimhpldbikaeghl
Description Use the FlipGive Max browser extension to activate cash back directly at your favorite websites.
Taille du Fichier 310 KB
Nombre d'Installations 11,006
Version Actuelle 2.1.13.1
Dernière Mise à Jour 2021-04-26
Date de Publication 2018-11-16
Évaluation 4.33/5 Total 6 Évaluations
Développeur https://www.flipgive.com
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://www.flipgive.com/max/
URL de la Page d'Aide https://www.flipgive.com/max/
URL de la Page de Politique de Confidentialité https://www.flipgive.com/pages/privacy
Langues Prises en Charge en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "FlipGive Max",
    "version": "2.1.13.1",
    "author": "FlipGive Max",
    "description": "Use the FlipGive Max browser extension to activate cash back directly at your favorite websites.",
    "homepage_url": "https:\/\/www.flipgive.com\/",
    "manifest_version": 2,
    "permissions": [
        "tabs",
        "webRequest",
        "storage",
        ""
    ],
    "content_scripts": [
        {
            "all_frames": false,
            "js": [
                "vendors\/bundle.js",
                "content\/bundle.js"
            ],
            "matches": [
                ""
            ],
            "run_at": "document_end"
        }
    ],
    "background": {
        "scripts": [
            "vendors\/bundle.js",
            "bg\/bundle.js"
        ],
        "persistent": true
    },
    "browser_action": {
        "default_icon": "18x18-default.png",
        "default_title": "flipgive.com"
    },
    "icons": {
        "48": "48x48-default.png",
        "128": "128x128-default.png"
    },
    "web_accessible_resources": [
        "content\/*.css",
        "content\/*.svg",
        "*.css",
        "*.png"
    ]
}