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은(는) Royal Bank of Canada에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Cash back deals from thousands of retailers, so you can save up to 40% wherever you shop."입니다.
확장 프로그램 스크린샷
Avion Rewards ShopPlus 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
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": [ " |