Mail Shield
Additional protection layer for your email address.
ما هو Mail Shield؟
Mail Shield هو إضافة Chrome تم تطويرها بواسطة http://mailshld.com، والميزة الرئيسية لها هي "Additional protection layer for your email address.".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Mail Shield
قم بتنزيل ملفات الامتداد Mail Shield بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
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 |
عنوان URL الرسمي | 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 |
عنوان صفحة المساعدة | 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", " |