FlipCash
Buy anything on flipkart and get the real cashback on every order
What is FlipCash?
FlipCash is a Chrome extension developed by Gronical App Studios Pvt Ltd, and its main feature is "Buy anything on flipkart and get the real cashback on every order".
Extension Screenshots
Download FlipCash Extension CRX File
Download FlipCash extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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.
Extension Basic Information
Name | FlipCash |
ID | lbmhkmmjlabpmdddhjcnabalhlckclpl |
Official URL | https://chromewebstore.google.com/detail/flipcash/lbmhkmmjlabpmdddhjcnabalhlckclpl |
Description | Buy anything on flipkart and get the real cashback on every order |
File Size | 615 KB |
Installation Count | 21 |
Current Version | 1.0.0 |
Last Updated | 2018-12-30 |
Publish Date | 2018-12-30 |
Rating | 4.80/5 Total 5 Ratings |
Developer | Gronical App Studios Pvt Ltd |
[email protected] | |
Payment Type | free |
Extension Website | http://gronicalappstudios.com |
Supported Languages | 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" } |