SmileGive - Amazon Smile Redirect
Redirect you to smile.amazon.com automatically. Free Amazon Smile Redirect Tool!
SmileGive - Amazon Smile Redirect란 무엇입니까?
SmileGive - Amazon Smile Redirect은(는) https://www.couponbirds.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Redirect you to smile.amazon.com automatically. Free Amazon Smile Redirect Tool!"입니다.
확장 프로그램 스크린샷
SmileGive - Amazon Smile Redirect 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
😊SmileGive is a free Amazon Smile extension that helps you donate to your favorite charities for a good cause through your everyday shopping on Amazon! By installing this extension, it will be easier for you to donate at AmazonSmile automatically when opening Amazon’s purchase links, and also remind you to donate to your ideal charity. It supports amazon.com and amazon.co.uk automatic redirects. No manual clicks, no ads, no data collection. Totally free. With SmileGive, you can not only be redirected automatically to AmazonSmile to donate to your ideal charity for your good cause, but also remind you to make sure to never miss to donate to your favorite charity! By installing SmileGive, it will help you set your ideal charity as default and remind you when it's not your default one! For charities, SmileGive helps your supporters to donate to you only! For customers, SmileGive helps you seize every opportunity to donate to your favorite charity! If you need any help or expect more features, you can learn more at https://www.couponbirds.com/smilegive. Or contact us at [email protected].
확장 프로그램 기본 정보
이름 | |
ID | nhhfjkbdfdcjfaddnfoiocamclacajjb |
공식 URL | https://chrome.google.com/webstore/detail/smilegive-amazon-smile-re/nhhfjkbdfdcjfaddnfoiocamclacajjb |
설명 | Redirect you to smile.amazon.com automatically. Free Amazon Smile Redirect Tool! |
파일 크기 | 1.98 MB |
설치 횟수 | 65 |
현재 버전 | 3.0 |
최근 업데이트 | 2022-10-21 |
출시 날짜 | 2021-08-24 |
평점 | 5.00/5 총 5 개의 평점 |
개발자 | https://www.couponbirds.com |
이메일 | [email protected] |
결제 유형 | free |
확장 프로그램 웹 사이트 | https://www.couponbirds.com/smilegive |
도움말 페이지 URL | https://www.couponbirds.com/us/contact-us |
개인정보 보호 정책 페이지 URL | https://www.couponbirds.com/us/privacy-policy |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "SmileGive - Amazon Smile Redirect", "description": "Redirect you to smile.amazon.com automatically. Free Amazon Smile Redirect Tool!", "version": "3.0", "manifest_version": 3, "background": { "service_worker": "background.js" }, "permissions": [ "storage", "webRequest", "declarativeNetRequest" ], "host_permissions": [ "*:\/\/www.amazon.com\/*", "*:\/\/www.amazon.co.uk\/*", "*:\/\/smile.amazon.com\/*", "*:\/\/smile.amazon.co.uk\/*" ], "declarative_net_request": { "rule_resources": [ { "id": "ruleset_1", "enabled": true, "path": "rules.json" } ] }, "icons": { "16": "\/images\/color_logo_16.png", "32": "\/images\/color_logo_32.png", "48": "\/images\/color_logo_48.png", "128": "\/images\/color_logo_128.png" }, "action": { "default_popup": "index.html" }, "content_scripts": [ { "matches": [ "*:\/\/smile.amazon.com\/*", "*:\/\/smile.amazon.co.uk\/*" ], "js": [ "\/dist\/js\/jquery.js", "\/dist\/js\/content-script.js" ], "css": [ "\/dist\/css\/content-script.css" ], "run_at": "document_end" } ], "web_accessible_resources": [ { "resources": [ ".\/dist\/js\/inject.js" ], "matches": [ "*:\/\/*\/*" ] } ] } |