Meramaal Express Cash Back Buddy
Meramaal Express Cash Back provides automatic Cashback alerts & the best Price over 2 Crore products from 250+ online stores.
Meramaal Express Cash Back Buddyคืออะไร?
Meramaal Express Cash Back Buddy เป็นส่วนขยายของ Chrome ที่พัฒนาโดย http://meramaal.com และคุณลักษณะหลักของมันคือ "Meramaal Express Cash Back provides automatic Cashback alerts & the best Price over 2 Crore products from 250+ online stores."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Meramaal Express Cash Back Buddy
ดาวน์โหลดไฟล์ส่วนขยาย Meramaal Express Cash Back Buddy ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Meramaal Express plugin provides automatic alerts, coupons & the best Price over 2 Crore products from 250+ online stores. No hassle. No more missed Cash back! The Meramaal Express Button makes earning on your online purchases and finding Hot Deals easier than ever. The official Meramaal Express Button for Chrome is a 5-star rated, must-have for your browser! Time is money and we're giving you back some of both! Automatically see rewards alerts when shopping, compare prodcut prices, coupons when searching, and enjoy one-click access to all your account information. Never miss out on online savings again Are you disappointed with your favourite online retailer for not providing cashback?Do not worry, Meramaal Express plugin will alert you anytime you are on a store that offers savings & rewards through Meramaal.com and in some cases it will automatically be activated for you! Coupons, Deals & offer alerts while you search Searching for a new pair of shoes? Now you can see savings information right on the search results page in Google, Yahoo, and Bing so you can get the sweetest deal! What are you waiting for? Get the official Meramaal Express plugin Button for Chrome and start saving time and money today! Please see our Privacy Policy at https://www.cashback.meramaal.com/pages/privacy
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | |
ID | nkiajahbhdmmngfabbjakjgkpppkdinn |
URL อย่างเป็นทางการ | https://chrome.google.com/webstore/detail/meramaal-express-cash-bac/nkiajahbhdmmngfabbjakjgkpppkdinn |
คำอธิบาย | Meramaal Express Cash Back provides automatic Cashback alerts & the best Price over 2 Crore products from 250+ online stores. |
ขนาดไฟล์ | 361 KB |
จำนวนการติดตั้ง | 21 |
เวอร์ชันปัจจุบัน | 1.0.5 |
อัปเดตครั้งล่าสุด | 2017-11-26 |
วันที่เผยแพร่ | 2017-11-26 |
คะแนน | 5.00/5 รวมทั้งหมด 5 คะแนน |
ผู้พัฒนา | http://meramaal.com |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | https://cashback.meramaal.com/ |
URL หน้าช่วยเหลือ | https://cashback.meramaal.com/support.php |
URL หน้านโยบายความเป็นส่วนตัว | https://cashback.meramaal.com/pages/privacy |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "content_scripts": [ { "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "all_frames": true, "run_at": "document_start", "js": [ "includes\/content.js" ] } ], "name": "Meramaal Express Cash Back Buddy", "icons": { "128": "img\/logo128.png", "48": "img\/logo48.png", "16": "img\/logo16.png" }, "web_accessible_resources": [ "js\/*", "popup\/*", "img\/*" ], "description": "Meramaal Express Cash Back provides automatic Cashback alerts & the best Price over 2 Crore products from 250+ online stores.", "background": { "page": "background.html" }, "homepage_url": "https:\/\/cashback.meramaal.com\/", "version": "1.0.5", "manifest_version": 2, "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'", "browser_action": { "default_popup": "popup.html", "default_icon": "img\/logo16.png", "default_title": "Meramaal Express Cash Back Button" }, "permissions": [ "tabs", "http:\/\/*\/*", "https:\/\/*\/*", "contextMenus", "webNavigation" ] } |