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”。
扩展截图
下载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 |
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" } |