Givebacks Genie
Get automatic cashback for you and your favorite cause while you shop!
Givebacks Genie란 무엇입니까?
Givebacks Genie은(는) https://givebacks.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Get automatic cashback for you and your favorite cause while you shop!"입니다.
확장 프로그램 스크린샷
Givebacks Genie 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Earn free donations for your favorite nonprofit, cause, or place of worship with the Givebacks Chrome Extension. Every time you shop online at over 15,000 participating brands, a portion of your qualifying purchase goes to support the cause of your choice—at no extra cost to you! Our store partners fund your donations, so there’s never an extra cost to you to support the causes you love. Trusted by tens of thousands of shoppers to do good every day without doing extra. Add the Givebacks Chrome Extension today, and start making a difference with every purchase! By using this browser extension, you agree to the Givebacks Terms & Conditions and Privacy Policy. Terms & Conditions: https://www.givebacks.com/privacy Privacy Policy: https://www.givebacks.com/terms Disclaimer: This extension uses Google Analytics to collect extension usage statistics to help improve user experience. If you want to opt-out of Google Analytics tracking, please visit http://tools.google.com/dlpage/gaoptout or you can set up an ad blocking filter. This is a white-label extension made for Givebacks.
확장 프로그램 기본 정보
이름 | Givebacks Genie |
ID | djidapogageiehhmihamgimggepbnojp |
공식 URL | https://chromewebstore.google.com/detail/givebacks-genie/djidapogageiehhmihamgimggepbnojp |
설명 | Get automatic cashback for you and your favorite cause while you shop! |
파일 크기 | 1.97 MB |
설치 횟수 | 15,050 |
현재 버전 | 2.5.6 |
최근 업데이트 | 2024-01-08 |
출시 날짜 | 2022-04-19 |
평점 | 5.00/5 총 12 개의 평점 |
개발자 | https://givebacks.com |
이메일 | [email protected] |
결제 유형 | free |
확장 프로그램 웹 사이트 | https://www.givebacks.com |
도움말 페이지 URL | https://support.givebacks.com/ |
개인정보 보호 정책 페이지 URL | https://www.givebacks.com/privacy |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "version": "2.5.6", "name": "Givebacks Genie", "description": "Get automatic cashback for you and your favorite cause while you shop!", "icons": { "128": "img\/icon.png" }, "permissions": [ "storage", "tabs", "notifications", "background", "webRequest", "unlimitedStorage" ], "host_permissions": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "action": { "default_icon": "img\/icon-disabled.png" }, "background": { "service_worker": "worker.js" }, "content_scripts": [ { "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "run_at": "document_start", "js": [ "browser-polyfill.min.js", "content.js" ] }, { "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "run_at": "document_start", "js": [ "browser-polyfill.min.js", "checkout.js" ], "all_frames": true } ], "externally_connectable": { "matches": [ "https:\/\/*.givebacks.com\/*" ] }, "web_accessible_resources": [ { "resources": [ "img\/*" ], "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ] }, { "resources": [ "earnings.html", "oauth.html", "fonts\/*" ], "matches": [ " |