FlipCash
Buy anything on flipkart and get the real cashback on every order
FlipCashとは何ですか?
FlipCashはGronical App Studios Pvt Ltdによって開発されたChromeの拡張機能で、その主な機能は「Buy anything on flipkart and get the real cashback on every order」です。
拡張機能のスクリーンショット
FlipCash拡張機能のCRXファイルをダウンロード
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 |
Eメール | [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" } |