FlipCash

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

什麼是FlipCash?

FlipCash是由Gronical App Studios Pvt Ltd開發的Chrome擴展程式,該擴展的主要功能是“Buy anything on flipkart and get the real cashback on every order”。

擴展截圖

screenshot

下載FlipCash擴展crx文件

下載FlipCash擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        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
官方網址 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"
}