Amazon Smile Auto Redirect

Redirects amazon.com to smile.amazon.com. Supports amazon.de and amazon.co.uk as well

Amazon Smile Auto Redirect란 무엇입니까?

Amazon Smile Auto Redirect은(는) Developer에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Redirects amazon.com to smile.amazon.com. Supports amazon.de and amazon.co.uk as well"입니다.

확장 프로그램 스크린샷

screenshot

Amazon Smile Auto Redirect 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        • Install this extension to automatically donate to charity.

• Amazon donates 0.5% of the price of your eligible purchases to the charitable organization of your choice when you shop at smile.amazon.com.

• AmazonSmile is the same Amazon you know with the added benefit of supporting charitable organizations.

• Support charitable organizations by starting your shopping at smile.amazon.com

Read more: https://smile.amazon.com/gp/chpf/about                    

확장 프로그램 기본 정보

이름 Amazon Smile Auto Redirect Amazon Smile Auto Redirect
ID mcklmkgdecdjnknfohnagekofdckmooh
공식 URL https://chromewebstore.google.com/detail/amazon-smile-auto-redirec/mcklmkgdecdjnknfohnagekofdckmooh
설명 Redirects amazon.com to smile.amazon.com. Supports amazon.de and amazon.co.uk as well
파일 크기 17.06 KB
설치 횟수 23
현재 버전 0.1
최근 업데이트 2017-12-26
출시 날짜 2017-12-26
개발자 Developer
결제 유형 free
지원되는 언어 en
manifest.json
{
    "background": {
        "scripts": [
            "smile.js"
        ]
    },
    "icons": {
        "128": "128.png",
        "48": "48.png",
        "16": "16.png"
    },
    "manifest_version": 2,
    "name": "Amazon Smile Auto Redirect",
    "short_name": "Amazon Smile",
    "description": "Redirects amazon.com to smile.amazon.com. Supports amazon.de and amazon.co.uk as well",
    "permissions": [
        "webRequest",
        "webRequestBlocking",
        "http:\/\/www.amazon.com\/*",
        "https:\/\/www.amazon.com\/*",
        "http:\/\/www.amazon.de\/*",
        "https:\/\/www.amazon.de\/*",
        "http:\/\/www.amazon.co.uk\/*",
        "https:\/\/www.amazon.co.uk\/*"
    ],
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "0.1"
}