FlipCash
Buy anything on flipkart and get the real cashback on every order
O que é FlipCash?
FlipCash é uma extensão do Chrome desenvolvida por Gronical App Studios Pvt Ltd, e sua principal característica é "Buy anything on flipkart and get the real cashback on every order".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão FlipCash
Baixe arquivos de extensão FlipCash no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.
Instruções de Uso da Extensão
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.
Informações Básicas da Extensão
Nome | FlipCash |
ID | lbmhkmmjlabpmdddhjcnabalhlckclpl |
URL Oficial | https://chromewebstore.google.com/detail/flipcash/lbmhkmmjlabpmdddhjcnabalhlckclpl |
Descrição | Buy anything on flipkart and get the real cashback on every order |
Tamanho do Arquivo | 615 KB |
Contagem de Instalações | 21 |
Versão Atual | 1.0.0 |
Última Atualização | 2018-12-30 |
Data de Publicação | 2018-12-30 |
Classificação | 4.80/5 Total de 5 Avaliações |
Desenvolvedor | Gronical App Studios Pvt Ltd |
[email protected] | |
Tipo de Pagamento | free |
Site da Extensão | http://gronicalappstudios.com |
Idiomas Suportados | 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" } |