FlipCash

Buy anything on flipkart and get the real cashback on every order

Cos'è FlipCash?

FlipCash è un'estensione di Chrome sviluppata da Gronical App Studios Pvt Ltd, e la sua funzione principale è "Buy anything on flipkart and get the real cashback on every order".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione FlipCash

Scarica i file di estensione FlipCash 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

                        Buy anything on flipkart and get the real cashback on every order.

You just need to install this extension to your chrome browser and you will automatically get the cashback amount of item purchased by you from flipkart. Just enter your email id in the extension to get tracked of your cashbacks.

Please read 'Terms and Conditions' after installing it.                    

Informazioni di Base sull'Estensione

Nome FlipCash FlipCash
ID lbmhkmmjlabpmdddhjcnabalhlckclpl
URL Ufficiale https://chromewebstore.google.com/detail/flipcash/lbmhkmmjlabpmdddhjcnabalhlckclpl
Descrizione Buy anything on flipkart and get the real cashback on every order
Dimensione del File 615 KB
Conteggio Installazioni 21
Versione Corrente 1.0.0
Ultimo Aggiornamento 2018-12-30
Data di Pubblicazione 2018-12-30
Valutazione 4.80/5 Totale 5 Valutazioni
Sviluppatore Gronical App Studios Pvt Ltd
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione http://gronicalappstudios.com
Lingue Supportate en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "browser_action": {
        "default_icon": {
            "19": "images\/icon19.png",
            "38": "images\/icon38.png"
        },
        "default_popup": "popup.html",
        "default_title": "FlipCash"
    },
    "content_scripts": [
        {
            "js": [
                "content.js"
            ],
            "css": [
                "qr.css"
            ],
            "matches": [
                "*:\/\/*.flipkart.com\/*"
            ],
            "run_at": "document_end"
        }
    ],
    "content_security_policy": "script-src 'self' 'unsafe-eval' https:\/\/ssl.google-analytics.com; object-src 'self'",
    "description": "Buy anything on flipkart and get the real cashback on every order",
    "icons": {
        "128": "images\/icon128.png",
        "16": "images\/icon16.png",
        "48": "images\/icon48.png"
    },
    "manifest_version": 2,
    "name": "FlipCash",
    "permissions": [
        "webRequest",
        "webRequestBlocking",
        "storage",
        "*:\/\/*.flipkart.com\/*"
    ],
    "version": "1.0.0"
}