FlipCash

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

FlipCash क्या है?

FlipCash Gronical App Studios Pvt Ltd द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Buy anything on flipkart and get the real cashback on every order"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में FlipCash एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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.                    

एक्सटेंशन की मूल जानकारी

नाम FlipCash FlipCash
ID lbmhkmmjlabpmdddhjcnabalhlckclpl
आधिकारिक URL https://chromewebstore.google.com/detail/flipcash/lbmhkmmjlabpmdddhjcnabalhlckclpl
विवरण Buy anything on flipkart and get the real cashback on every order
फ़ाइल का आकार 615 KB
स्थापना संख्या 21
वर्तमान संस्करण 1.0.0
अंतिम अपडेट 2018-12-30
प्रकाशन तिथि 2018-12-30
रेटिंग 4.80/5 कुल 5 रेटिंग्स
डेवलपर Gronical App Studios Pvt Ltd
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट http://gronicalappstudios.com
समर्थित भाषाएँ 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"
}