Just Unsubscribe

Upgrade Gmail. Install the missing button to just unsubscribe.

Just Unsubscribe란 무엇입니까?

Just Unsubscribe은(는) https://justunsubscribe.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Upgrade Gmail. Install the missing button to just unsubscribe."입니다.

확장 프로그램 스크린샷

screenshot

Just Unsubscribe 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        Stop wasting your time hunting for unsubscribe links. Install this extension to add the missing unsubscribe button to Gmail. Click the button and we’ll find the fastest way for you to opt out. Oh, and your emails never leave Gmail – secure and private all the way.                    

확장 프로그램 기본 정보

이름 Just Unsubscribe Just Unsubscribe
ID kcciakdnngbpmkkegddmimdejdekiomm
공식 URL https://chromewebstore.google.com/detail/just-unsubscribe/kcciakdnngbpmkkegddmimdejdekiomm
설명 Upgrade Gmail. Install the missing button to just unsubscribe.
파일 크기 107 KB
설치 횟수 229
현재 버전 1.0.0
최근 업데이트 2021-05-26
출시 날짜 2021-05-25
평점 4.00/5 총 2 개의 평점
개발자 https://justunsubscribe.com
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://justunsubscribe.com
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "1.0.0",
    "name": "Just Unsubscribe",
    "description": "Upgrade Gmail. Install the missing button to just unsubscribe.",
    "permissions": [
        "https:\/\/mail.google.com\/",
        "http:\/\/localhost:5000\/",
        "https:\/\/justunsubscribe.com\/"
    ],
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/mail.google.com\/*"
            ],
            "js": [
                "inboxsdk.js",
                "loader.js"
            ]
        }
    ],
    "icons": {
        "16": "icons\/16.png",
        "48": "icons\/48.png",
        "128": "icons\/128.png"
    },
    "web_accessible_resources": [
        "icons\/unsubscribe.svg"
    ],
    "manifest_version": 2
}