Better Gmail Unsubscribe

Adds an unsubscribe link for when Gmail doesn't offer one

Better Gmail Unsubscribe란 무엇입니까?

Better Gmail Unsubscribe은(는) lox에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Adds an unsubscribe link for when Gmail doesn't offer one"입니다.

확장 프로그램 스크린샷

screenshot

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

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

확장 프로그램 사용 설명서

                        Gmail offers an unsubscribe link for emails with certain headers, unfortunately this doesn't apply to a lot of emails that I want to unsubscribe from.

When the gmail unsubscribe link is missing, this extension adds it and when clicked opens a new tab with any unsubscribe links found in the body of the message.                    

확장 프로그램 기본 정보

이름 Better Gmail Unsubscribe Better Gmail Unsubscribe
ID hdkbhdodcejjjicmnmhhibenjmlgmkfc
공식 URL https://chrome.google.com/webstore/detail/better-gmail-unsubscribe/hdkbhdodcejjjicmnmhhibenjmlgmkfc
설명 Adds an unsubscribe link for when Gmail doesn't offer one
파일 크기 10.02 KB
설치 횟수 939
현재 버전 1.1.0
최근 업데이트 2014-06-14
출시 날짜 2014-06-14
평점 2.75/5 총 12 개의 평점
개발자 lox
결제 유형 free
확장 프로그램 웹 사이트 https://github.com/lox/better-gmail-unsubscribe
도움말 페이지 URL https://github.com/lox/better-gmail-unsubscribe/issues
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Better Gmail Unsubscribe",
    "version": "1.1.0",
    "description": "Adds an unsubscribe link for when Gmail doesn't offer one",
    "short_name": "Adds an unsubscribe link for when Gmail doesn't offer one",
    "permissions": [
        "tabs",
        "https:\/\/mail.google.com\/"
    ],
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "icons": {
        "48": "icon.png"
    }
}