FlipGive Max

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

¿Qué es FlipGive Max?

FlipGive Max es una extensión de Chrome desarrollada por https://www.flipgive.com, y su función principal es "Use the FlipGive Max browser extension to activate cash back directly at your favorite websites.".

Capturas de Pantalla de la Extensión

screenshot
screenshot
screenshot
screenshot

Descargar Archivo CRX de la Extensión FlipGive Max

Descarga archivos de extensión FlipGive Max en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.

Instrucciones de Uso de la Extensión

                        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                    

Información Básica de la Extensión

Nombre FlipGive Max FlipGive Max
ID aoljonbhacccfmnfknimhpldbikaeghl
URL Oficial https://chromewebstore.google.com/detail/flipgive-max/aoljonbhacccfmnfknimhpldbikaeghl
Descripción Use the FlipGive Max browser extension to activate cash back directly at your favorite websites.
Tamaño del Archivo 310 KB
Cantidad de Instalaciones 11,006
Versión Actual 2.1.13.1
Última Actualización 2021-04-26
Fecha de Publicación 2018-11-16
Calificación 4.33/5 Total de 6 Calificaciones
Desarrollador https://www.flipgive.com
Correo electrónico [email protected]
Tipo de Pago free
Sitio Web de la Extensión https://www.flipgive.com/max/
URL de la Página de Ayuda https://www.flipgive.com/max/
URL de la Página de Política de Privacidad https://www.flipgive.com/pages/privacy
Idiomas Soportados 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"
    ]
}