FlipGive Max

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

Cos'è FlipGive Max?

FlipGive Max è un'estensione di Chrome sviluppata da https://www.flipgive.com, e la sua funzione principale è "Use the FlipGive Max browser extension to activate cash back directly at your favorite websites.".

Screenshot dell'Estensione

screenshot
screenshot
screenshot
screenshot

Scarica il file CRX dell'estensione FlipGive Max

Scarica i file di estensione FlipGive Max in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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                    

Informazioni di Base sull'Estensione

Nome FlipGive Max FlipGive Max
ID aoljonbhacccfmnfknimhpldbikaeghl
URL Ufficiale https://chromewebstore.google.com/detail/flipgive-max/aoljonbhacccfmnfknimhpldbikaeghl
Descrizione Use the FlipGive Max browser extension to activate cash back directly at your favorite websites.
Dimensione del File 310 KB
Conteggio Installazioni 11,006
Versione Corrente 2.1.13.1
Ultimo Aggiornamento 2021-04-26
Data di Pubblicazione 2018-11-16
Valutazione 4.33/5 Totale 6 Valutazioni
Sviluppatore https://www.flipgive.com
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://www.flipgive.com/max/
URL della Pagina di Aiuto https://www.flipgive.com/max/
URL della Pagina della Politica sulla Privacy https://www.flipgive.com/pages/privacy
Lingue Supportate 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"
    ]
}