FlipCash
Buy anything on flipkart and get the real cashback on every order
Qu'est-ce que FlipCash ?
FlipCash est une extension Chrome développée par Gronical App Studios Pvt Ltd, et sa fonction principale est "Buy anything on flipkart and get the real cashback on every order".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension FlipCash
Téléchargez les fichiers d'extension FlipCash au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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.
Informations de Base sur l'Extension
Nom | FlipCash |
ID | lbmhkmmjlabpmdddhjcnabalhlckclpl |
URL Officiel | https://chromewebstore.google.com/detail/flipcash/lbmhkmmjlabpmdddhjcnabalhlckclpl |
Description | Buy anything on flipkart and get the real cashback on every order |
Taille du Fichier | 615 KB |
Nombre d'Installations | 21 |
Version Actuelle | 1.0.0 |
Dernière Mise à Jour | 2018-12-30 |
Date de Publication | 2018-12-30 |
Évaluation | 4.80/5 Total 5 Évaluations |
Développeur | Gronical App Studios Pvt Ltd |
[email protected] | |
Type de Paiement | free |
Site Web de l'Extension | http://gronicalappstudios.com |
Langues Prises en Charge | 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" } |