Never Not Smile

Never forget to send a portion of your Amazon purchases to a charity ever again.

Never Not Smile란 무엇입니까?

Never Not Smile은(는) https://nevernotsmile.org에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Never forget to send a portion of your Amazon purchases to a charity ever again."입니다.

확장 프로그램 스크린샷

screenshot

Never Not Smile 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        Don't let donations go to waste because you forgot to switch to the Smile website before making a purchase on Amazon. We'll do all of the remembering for you - just switch on our extension and we'll automatically make sure you checkout with Smile so that you always send a portion of your purchase to your favorite charity.                    

확장 프로그램 기본 정보

이름 Never Not Smile Never Not Smile
ID jkedlekjmjljhhjckdjbiefjbkalpckc
공식 URL https://chromewebstore.google.com/detail/never-not-smile/jkedlekjmjljhhjckdjbiefjbkalpckc
설명 Never forget to send a portion of your Amazon purchases to a charity ever again.
파일 크기 275 KB
설치 횟수 34
현재 버전 1.0.0
최근 업데이트 2019-04-17
출시 날짜 2019-04-17
평점 5.00/5 총 5 개의 평점
개발자 https://nevernotsmile.org
결제 유형 free
확장 프로그램 웹 사이트 https://nevernotsmile.org/
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "description": "Never forget to send a portion of your Amazon purchases to a charity ever again.",
    "version": "1.0.0",
    "background": {
        "page": "html\/background.html"
    },
    "browser_action": {
        "default_icon": {
            "32": "img\/active_32.png",
            "38": "img\/active_38.png",
            "64": "img\/active_64.png",
            "128": "img\/active_128.png",
            "256": "img\/active_256.png"
        },
        "default_popup": "html\/popup.html",
        "default_title": "Never Not Smile"
    },
    "icons": {
        "32": "img\/active_32.png",
        "38": "img\/active_38.png",
        "64": "img\/active_64.png",
        "128": "img\/active_128.png",
        "256": "img\/active_256.png"
    },
    "manifest_version": 2,
    "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'",
    "name": "Never Not Smile",
    "permissions": [
        "storage",
        "webRequest",
        "webRequestBlocking",
        "*:\/\/www.amazon.com\/*",
        "*:\/\/www.amazon.de\/*",
        "*:\/\/www.amazon.co.uk\/*"
    ]
}