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" } |