FlipCash
Buy anything on flipkart and get the real cashback on every order
Hvad er FlipCash?
FlipCash er en Chrome-udvidelse udviklet af Gronical App Studios Pvt Ltd, og dens hovedfunktion er "Buy anything on flipkart and get the real cashback on every order".
Udvidelsesskærmbilleder
Download FlipCash-udvidelses-CRX-fil
Download FlipCash-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
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.
Grundlæggende oplysninger om udvidelsen
Navn | FlipCash |
ID | lbmhkmmjlabpmdddhjcnabalhlckclpl |
Officiel URL | https://chromewebstore.google.com/detail/flipcash/lbmhkmmjlabpmdddhjcnabalhlckclpl |
Beskrivelse | Buy anything on flipkart and get the real cashback on every order |
Filstørrelse | 615 KB |
Antal Installationer | 21 |
Nuværende Version | 1.0.0 |
Senest Opdateret | 2018-12-30 |
Udgivelsesdato | 2018-12-30 |
Bedømmelse | 4.80/5 Samlet 5 Bedømmelser |
Udvikler | Gronical App Studios Pvt Ltd |
[email protected] | |
Betalingsmetode | free |
Udvidelseswebsted | http://gronicalappstudios.com |
Understøttede Sprog | 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" } |