FlipGive Max

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

Co to jest FlipGive Max?

FlipGive Max to rozszerzenie Chrome opracowane przez https://www.flipgive.com, a jego główną funkcją jest „Use the FlipGive Max browser extension to activate cash back directly at your favorite websites.”.

Zrzuty ekranu rozszerzenia

screenshot
screenshot
screenshot
screenshot

Pobierz plik CRX rozszerzenia FlipGive Max

Pobierz pliki rozszerzeń FlipGive Max w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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                    

Podstawowe informacje o rozszerzeniu

Nazwa FlipGive Max FlipGive Max
ID aoljonbhacccfmnfknimhpldbikaeghl
Oficjalny URL https://chromewebstore.google.com/detail/flipgive-max/aoljonbhacccfmnfknimhpldbikaeghl
Opis Use the FlipGive Max browser extension to activate cash back directly at your favorite websites.
Rozmiar pliku 310 KB
Liczba instalacji 11,006
Aktualna Wersja 2.1.13.1
Ostatnia Aktualizacja 2021-04-26
Data Publikacji 2018-11-16
Ocena 4.33/5 Łącznie 6 Oceny
Deweloper https://www.flipgive.com
E-mail [email protected]
Typ Płatności free
Strona Rozszerzenia https://www.flipgive.com/max/
Adres URL Strony Pomocy https://www.flipgive.com/max/
Adres URL Strony Polityki Prywatności https://www.flipgive.com/pages/privacy
Obsługiwane Języki 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"
    ]
}