PointSpree
Compare rates across different rewards providers to get the most cash back on your purchases.
PointSpree란 무엇입니까?
PointSpree은(는) travelarrowplugin에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Compare rates across different rewards providers to get the most cash back on your purchases."입니다.
확장 프로그램 스크린샷
PointSpree 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Pointspree is your shopping companion. We help you earn maximum cashback when you shop at your favorite stores online. Our incredible features include: 🎁 CASHBACK PORTAL COMPARISON You might be familiar with online cashback sites like Honey and Rakuten, but did you know there are over 25+ sites that all offer different cashback rates at different stores? Pointspree compares rates across all cashback portals to help you redeem the highest rate. Why settle for 2% back from Macy's when you could be earning 10%!? ⭐ CREDIT CARD POINTS OPTIMIZER (coming soon) Pointspree will tell you which credit card to use to earn maximum points at different online stores. Chase Sapphire preferred earns you 3x on dining while Capital One Venture X earns you 2x. Don't worry about using the right card, Pointspree will tell you exactly which one to use!
확장 프로그램 기본 정보
이름 | PointSpree |
ID | fblmnfojgbbdcnielejjablhacldfddn |
공식 URL | https://chromewebstore.google.com/detail/pointspree/fblmnfojgbbdcnielejjablhacldfddn |
설명 | Compare rates across different rewards providers to get the most cash back on your purchases. |
파일 크기 | 105 KB |
설치 횟수 | 554 |
현재 버전 | Release 1.1.0 |
최근 업데이트 | 2023-04-03 |
출시 날짜 | 2022-12-24 |
평점 | 5.00/5 총 2 개의 평점 |
개발자 | travelarrowplugin |
이메일 | [email protected] |
결제 유형 | free |
개인정보 보호 정책 페이지 URL | https://travelarrow.io/privacy |
지원되는 언어 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "version": "1.1.0", "version_name": "Release 1.1.0", "name": "PointSpree", "description": "Compare rates across different rewards providers to get the most cash back on your purchases.", "icons": { "16": "src\/assets\/icons\/16.png", "48": "src\/assets\/icons\/48.png", "128": "src\/assets\/icons\/128.png" }, "action": { "default_popup": "src\/popup\/index.html", "default_icon": "src\/assets\/icons\/16.png", "default_title": "PointSpree - Maximize Your Cashback" }, "background": { "service_worker": "service-worker-loader.js", "type": "module" }, "content_scripts": [ { "js": [ "assets\/index.tsx-loader-24a3a052.js" ], "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "all_frames": true } ], "web_accessible_resources": [ { "matches": [ " |