FlipGive Max

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

Was ist FlipGive Max?

FlipGive Max ist eine Chrome-Erweiterung, die von https://www.flipgive.com entwickelt wurde, und ihr Hauptmerkmal ist "Use the FlipGive Max browser extension to activate cash back directly at your favorite websites.".

Erweiterungsscreenshots

screenshot
screenshot
screenshot
screenshot

FlipGive Max-Erweiterungs-CRX-Datei herunterladen

Laden Sie FlipGive Max-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

                        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                    

Grundlegende Informationen zur Erweiterung

Name FlipGive Max FlipGive Max
ID aoljonbhacccfmnfknimhpldbikaeghl
Offizielle URL https://chromewebstore.google.com/detail/flipgive-max/aoljonbhacccfmnfknimhpldbikaeghl
Beschreibung Use the FlipGive Max browser extension to activate cash back directly at your favorite websites.
Dateigröße 310 KB
Installationsanzahl 11,006
Aktuelle Version 2.1.13.1
Letztes Update 2021-04-26
Veröffentlichungsdatum 2018-11-16
Bewertung 4.33/5 Insgesamt 6 Bewertungen
Entwickler https://www.flipgive.com
E-Mail [email protected]
Zahlungsart free
Erweiterungswebsite https://www.flipgive.com/max/
Hilfeseite URL https://www.flipgive.com/max/
URL der Datenschutzrichtlinien-Seite https://www.flipgive.com/pages/privacy
Unterstützte Sprachen 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"
    ]
}