AddUp | Credit Card Rewards + Online Shopping
AddUp makes it easy to maximize your credit card rewards while shopping online
AddUp | Credit Card Rewards + Online Shoppingคืออะไร?
AddUp | Credit Card Rewards + Online Shopping เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://adduprewards.com และคุณลักษณะหลักของมันคือ "AddUp makes it easy to maximize your credit card rewards while shopping online"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย AddUp | Credit Card Rewards + Online Shopping
ดาวน์โหลดไฟล์ส่วนขยาย AddUp | Credit Card Rewards + Online Shopping ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
AddUp now supports shopping portals that are not associated with credit cards, such as airline and hotel reward portals! To see the rewards you could earn by shopping via a portal, simply add the portal to your account as you would a credit card. ➕⬆ About AddUp ➕⬆ Credit card rewards are a great way to earn extra cash, but it can be challenging to keep track and know which card to use. This extension takes the guesswork out of credit card rewards by notifying you of opportunities to earn while you shop online. 100% free and setup takes less than a minute, so start earning more today with AddUp Rewards! ➕⬆ How it works ➕⬆ After you've added AddUp to Chrome, simply create an account and select your credit cards from a list (no sensitive card or account information is required). Then when you shop online, you'll receive notifications you of opportunities to maximize your credit card rewards. This means more cash in your wallet! Open the extension anytime to view retailer-specific reward comparisons, explore reward overviews for your selected cards, or update your card selections or notification preferences. ➕⬆ Uses ➕⬆ ‣ Daily online shopping: see reward rates for your cards at the retailers you visit. ‣ Retailer Search: allows you to see what each of your cards would earn at a retailer without visiting their website. ‣ Shopping Portals: some credit card issuers offer extra rewards for specific retailers when you activate via their portal. For supported portals, AddUp will notify you of these opportunities when you visit the retailer's website. ‣ Payment Processors: if any of your cards offers extra rewards for using a payment processor (such as PayPal), get notified at checkout when that payment processor is available.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | |
ID | dbankcfkhcbaagbmljfplpmfenkdfifl |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/addup-credit-card-rewards/dbankcfkhcbaagbmljfplpmfenkdfifl |
คำอธิบาย | AddUp makes it easy to maximize your credit card rewards while shopping online |
ขนาดไฟล์ | 1.43 MB |
จำนวนการติดตั้ง | 147 |
เวอร์ชันปัจจุบัน | 2.10.114 |
อัปเดตครั้งล่าสุด | 2023-11-23 |
วันที่เผยแพร่ | 2021-06-02 |
คะแนน | 4.75/5 รวมทั้งหมด 8 คะแนน |
ผู้พัฒนา | https://adduprewards.com |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | https://www.adduprewards.com/ |
URL หน้าช่วยเหลือ | https://www.adduprewards.com/contact-us/ |
URL หน้านโยบายความเป็นส่วนตัว | https://adduprewards.com/privacy-policy |
ภาษาที่รองรับ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "short_name": "AddUp", "name": "AddUp | Credit Card Rewards + Online Shopping", "author": "AddUp Rewards LLC", "version": "2.10.114", "description": "AddUp makes it easy to maximize your credit card rewards while shopping online", "icons": { "16": "Icons\/icon-16.png", "48": "Icons\/icon-48.png", "128": "Icons\/icon-128.png" }, "content_scripts": [ { "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "js": [ ".\/static\/js\/content.js" ], "all_frames": false, "run_at": "document_end" } ], "web_accessible_resources": [ { "resources": [ "icon-128.png" ], "matches": [ "*:\/\/*\/*" ] } ], "permissions": [ "tabs", "storage", "notifications", "cookies" ], "host_permissions": [ "https:\/\/api.adduprewards.com\/" ], "manifest_version": 3, "background": { "service_worker": ".\/background.js" }, "action": { "default_popup": ".\/index.html", "default_title": "View your credit card reward details" } } |