Avion Rewards ShopPlus
Cash back deals from thousands of retailers, so you can save up to 40% wherever you shop.
Avion Rewards ShopPlusคืออะไร?
Avion Rewards ShopPlus เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Royal Bank of Canada และคุณลักษณะหลักของมันคือ "Cash back deals from thousands of retailers, so you can save up to 40% wherever you shop."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Avion Rewards ShopPlus
ดาวน์โหลดไฟล์ส่วนขยาย Avion Rewards ShopPlus ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
A free Chrome Extension that is available to everyone in Canada! Avion Rewards ShopPlus can help you unlock more value AND savings every day with amazing cash back deals from over 2,400 retailers and it can help you save up to 40%. Install the extension, then search and shop online as you always do and it will automatically let you know when cash back deals are available. Activate your deal, make your purchase and receive your cash back and savings. DEALS WHEN YOU SEARCH See available cash back deals right in your Google search results. DEALS WHEN YOU SHOP Visit your favorite retailer websites and we’ll notify you whenever cash back deals are available there are over 2,400 retailers to shop from. Learn more at https://www.avionrewards.com/browserextension/index.html
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Avion Rewards ShopPlus |
ID | hgkldehjkbldmhhkokccmeloejmkhfio |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/avion-rewards-shopplus/hgkldehjkbldmhhkokccmeloejmkhfio |
คำอธิบาย | Cash back deals from thousands of retailers, so you can save up to 40% wherever you shop. |
ขนาดไฟล์ | 2.14 MB |
จำนวนการติดตั้ง | 32,819 |
เวอร์ชันปัจจุบัน | 1.1.11 |
อัปเดตครั้งล่าสุด | 2023-09-07 |
วันที่เผยแพร่ | 2023-02-11 |
คะแนน | 2.22/5 รวมทั้งหมด 36 คะแนน |
ผู้พัฒนา | Royal Bank of Canada |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
URL หน้าช่วยเหลือ | https://www.rbcroyalbank.com/customer-service/index.html |
ภาษาที่รองรับ | en,fr |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "version": "1.1.11", "name": "__MSG_Manifest_appName__", "description": "__MSG_Manifest_appDesc__", "default_locale": "en", "short_name": "__MSG_Manifest_shortAppName__", "icons": { "128": "img\/avion-icon.png" }, "permissions": [ "storage", "tabs", "notifications", "background", "webRequest", "unlimitedStorage", "cookies" ], "host_permissions": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "action": { "default_icon": "img\/avion-icon.png" }, "background": { "service_worker": "worker.js" }, "content_scripts": [ { "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "run_at": "document_start", "js": [ "browser-polyfill.min.js", "content.js" ] } ], "web_accessible_resources": [ { "resources": [ "img\/*", "fonts\/*" ], "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ] }, { "resources": [ "oauth.html" ], "matches": [ " |