FlipCash
Buy anything on flipkart and get the real cashback on every order
¿Qué es FlipCash?
FlipCash es una extensión de Chrome desarrollada por Gronical App Studios Pvt Ltd, y su función principal es "Buy anything on flipkart and get the real cashback on every order".
Capturas de Pantalla de la Extensión
Descargar Archivo CRX de la Extensión FlipCash
Descarga archivos de extensión FlipCash en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.
Instrucciones de Uso de la Extensión
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.
Información Básica de la Extensión
Nombre | FlipCash |
ID | lbmhkmmjlabpmdddhjcnabalhlckclpl |
URL Oficial | https://chromewebstore.google.com/detail/flipcash/lbmhkmmjlabpmdddhjcnabalhlckclpl |
Descripción | Buy anything on flipkart and get the real cashback on every order |
Tamaño del Archivo | 615 KB |
Cantidad de Instalaciones | 21 |
Versión Actual | 1.0.0 |
Última Actualización | 2018-12-30 |
Fecha de Publicación | 2018-12-30 |
Calificación | 4.80/5 Total de 5 Calificaciones |
Desarrollador | Gronical App Studios Pvt Ltd |
Correo electrónico | [email protected] |
Tipo de Pago | free |
Sitio Web de la Extensión | http://gronicalappstudios.com |
Idiomas Soportados | 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" } |