Mail Shield
Additional protection layer for your email address.
什麼是Mail Shield?
Mail Shield是由http://mailshld.com開發的Chrome擴展程式,該擴展的主要功能是“Additional protection layer for your email address.”。
擴展截圖
下載Mail Shield擴展crx文件
下載Mail Shield擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
In short, Mail Shield creates random, unique and replaceable email aliases (or shields as I’m calling them) which delivers the messages straight to your Gmail inbox. It helps you not giving up of your real email address when applying to online services. Get more PRIVACY and less SPAM! Mail Shield is completely FREE while in Open Beta. Try it out! New on version 1.1.0: • Search your existing shields by label/ service name.
擴展基本資訊
名稱 | |
ID | lfkohicgnhmbnbchpdlikgpdpkphfjag |
官方網址 | https://chrome.google.com/webstore/detail/mail-shield/lfkohicgnhmbnbchpdlikgpdpkphfjag |
簡介 | Additional protection layer for your email address. |
檔案大小 | 267 KB |
安裝次數 | 59 |
目前版本 | 1.1.0 |
更新時間 | 2019-11-27 |
上架時間 | 2019-11-27 |
評分 | 5.00/5 共 1 次評分 |
開發者 | http://mailshld.com |
電子郵箱 | [email protected] |
付費類型 | free |
擴展官網 | https://mailshld.com |
說明頁面URL | https://trello.com/c/a8G6WDjs/15-%F0%9F%90%9E-comment-to-report-bugs |
支援的語言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Mail Shield", "description": "Additional protection layer for your email address.", "version": "1.1.0", "web_accessible_resources": [ "img\/*" ], "icons": { "16": "img\/shield.png", "48": "img\/shield.png", "128": "img\/[email protected]" }, "browser_action": { "default_icon": "img\/shield.png", "default_popup": "index.html", "default_title": "Mail Shield, by Rogerio Taques" }, "content_scripts": [ { "matches": [ "*:\/\/*\/*" ], "css": [ "css\/onpageload.css" ], "js": [ "js\/common.js", "js\/onpageload.js" ], "run_at": "document_end" } ], "permissions": [ "storage", "webRequest", "webRequestBlocking", " |