FlipCash
Buy anything on flipkart and get the real cashback on every order
Wat is FlipCash?
FlipCash is een Chrome-extensie ontwikkeld door Gronical App Studios Pvt Ltd, en de belangrijkste functie is "Buy anything on flipkart and get the real cashback on every order".
Extensie Screenshots
Download het CRX-bestand van de extensie FlipCash
Download FlipCash-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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.
Basisinformatie over de Extensie
Naam | FlipCash |
ID | lbmhkmmjlabpmdddhjcnabalhlckclpl |
Officiële URL | https://chromewebstore.google.com/detail/flipcash/lbmhkmmjlabpmdddhjcnabalhlckclpl |
Beschrijving | Buy anything on flipkart and get the real cashback on every order |
Bestandsgrootte | 615 KB |
Aantal Installaties | 21 |
Huidige Versie | 1.0.0 |
Laatst Bijgewerkt | 2018-12-30 |
Publicatiedatum | 2018-12-30 |
Beoordeling | 4.80/5 Totaal 5 Beoordelingen |
Ontwikkelaar | Gronical App Studios Pvt Ltd |
[email protected] | |
Betalingswijze | free |
Extensiewebsite | http://gronicalappstudios.com |
Ondersteunde Talen | 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" } |