MailBlock
Disable tracking from Gmail
MailBlock란 무엇입니까?
MailBlock은(는) Ruby.co에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Disable tracking from Gmail"입니다.
확장 프로그램 스크린샷
MailBlock 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Stop people tracking your email opens on Gmail. 90% of all marketing emails and 20% of all personal emails have embedded tracking. This lets the sender how many times you open their email and your location when you opened it. MailBlock stops almost 100 different vendors from tracking your email opens. We maintain the largest block list and update the list every week.
확장 프로그램 기본 정보
이름 | MailBlock |
ID | kpkdnknkibkomaciedabmbnoijaejdjg |
공식 URL | https://chromewebstore.google.com/detail/mailblock/kpkdnknkibkomaciedabmbnoijaejdjg |
설명 | Disable tracking from Gmail |
파일 크기 | 124 KB |
설치 횟수 | 19 |
현재 버전 | 0.0.5 |
최근 업데이트 | 2019-04-17 |
출시 날짜 | 2019-04-17 |
평점 | 5.00/5 총 1 개의 평점 |
개발자 | Ruby.co |
이메일 | [email protected] |
결제 유형 | free |
확장 프로그램 웹 사이트 | https://mailblock.io |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "MailBlock", "description": "Disable tracking from Gmail", "version": "0.0.5", "browser_action": [], "web_accessible_resources": [ "images\/*", "welcome.html", "settings.html", "css\/bootstrap.min.css" ], "background": { "scripts": [ "vendor\/jquery.min.js", "js\/background.js", "js\/common.js" ] }, "content_scripts": [ { "matches": [ "https:\/\/mail.google.com\/*" ], "js": [ "vendor\/inboxsdk.js", "vendor\/jquery.min.js", "js\/content.js", "js\/common.js" ], "css": [ "css\/style.css" ] } ], "icons": { "128": "images\/icon-128.png", "16": "images\/icon-16.png", "19": "images\/icon-19.png", "48": "images\/icon-48.png" }, "permissions": [ "activeTab", "tabs", "https:\/\/mail.google.com\/*", "webRequest", "webRequestBlocking", "*:\/\/*.googleusercontent.com\/*", "storage", "https:\/\/*.mailblock.io\/*" ], "manifest_version": 2 } |