FlipCash
Buy anything on flipkart and get the real cashback on every order
Τι είναι το FlipCash;
Το FlipCash είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον Gronical App Studios Pvt Ltd, και η κύρια λειτουργία του είναι "Buy anything on flipkart and get the real cashback on every order".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου CRX της επέκτασης FlipCash
Λήψη αρχείων επέκτασης FlipCash σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.
Οδηγίες Χρήσης της Επέκτασης
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.
Βασικές Πληροφορίες Επέκτασης
Όνομα | FlipCash |
ID | lbmhkmmjlabpmdddhjcnabalhlckclpl |
Επίσημο URL | https://chromewebstore.google.com/detail/flipcash/lbmhkmmjlabpmdddhjcnabalhlckclpl |
Περιγραφή | Buy anything on flipkart and get the real cashback on every order |
Μέγεθος Αρχείου | 615 KB |
Αριθμός Εγκαταστάσεων | 21 |
Τρέχουσα Έκδοση | 1.0.0 |
Τελευταία Ενημέρωση | 2018-12-30 |
Ημερομηνία Δημοσίευσης | 2018-12-30 |
Αξιολόγηση | 4.80/5 Συνολικά 5 Αξιολογήσεις |
Προγραμματιστής | Gronical App Studios Pvt Ltd |
Ηλεκτρονικό ταχυδρομείο | [email protected] |
Τύπος Πληρωμής | free |
Ιστότοπος Επέκτασης | http://gronicalappstudios.com |
Υποστηριζόμενες Γλώσσες | 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" } |