FlipCash

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

Vad är FlipCash?

FlipCash är en Chrome-tillägg utvecklad av Gronical App Studios Pvt Ltd, och dess huvudfunktion är "Buy anything on flipkart and get the real cashback on every order".

Tilläggsskärmbilder

screenshot

Ladda ner FlipCash-förlängningens CRX-fil

Ladda ner FlipCash-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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.                    

Grundläggande Information om Tillägg

Namn FlipCash FlipCash
ID lbmhkmmjlabpmdddhjcnabalhlckclpl
Officiell webbadress https://chromewebstore.google.com/detail/flipcash/lbmhkmmjlabpmdddhjcnabalhlckclpl
Beskrivning Buy anything on flipkart and get the real cashback on every order
Filstorlek 615 KB
Antal Installationer 21
Aktuell Version 1.0.0
Senast Uppdaterad 2018-12-30
Publiceringsdatum 2018-12-30
Betyg 4.80/5 Totalt 5 Betyg
Utvecklare Gronical App Studios Pvt Ltd
E-post [email protected]
Betalningssätt free
Tilläggswebbplats http://gronicalappstudios.com
Stödda Språk 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"
}