NeoCertified Messaging (MED1)
Send emails securely using NeoCertified
NeoCertified Messaging (MED1)คืออะไร?
NeoCertified Messaging (MED1) เป็นส่วนขยายของ Chrome ที่พัฒนาโดย peter และคุณลักษณะหลักของมันคือ "Send emails securely using NeoCertified"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย NeoCertified Messaging (MED1)
ดาวน์โหลดไฟล์ส่วนขยาย NeoCertified Messaging (MED1) ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
NeoCertified has been a leading secure email provider since 2002. We protect individuals, SMB & enterprise organizations with secure email solutions.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | NeoCertified Messaging (MED1) |
ID | hhalonfpifdlmcplmlpaembinpjcbjmo |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/neocertified-messaging-me/hhalonfpifdlmcplmlpaembinpjcbjmo |
คำอธิบาย | Send emails securely using NeoCertified |
ขนาดไฟล์ | 816 KB |
จำนวนการติดตั้ง | 900 |
เวอร์ชันปัจจุบัน | 3.0.0 |
อัปเดตครั้งล่าสุด | 2023-11-16 |
วันที่เผยแพร่ | 2019-01-17 |
คะแนน | 5.00/5 รวมทั้งหมด 1 คะแนน |
ผู้พัฒนา | peter |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | https://neocertified.com/ |
URL หน้าช่วยเหลือ | https://neocertified.com/support-and-faqs/ |
URL หน้านโยบายความเป็นส่วนตัว | https://neocertified.com/privacy-policy |
ภาษาที่รองรับ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "NeoCertified Messaging (MED1)", "short_name": "NCM (MED1)", "description": "Send emails securely using NeoCertified", "version": "3.0.0", "icons": { "16": "images\/icon16.png", "48": "images\/icon48.png", "128": "images\/icon128.png" }, "action": { "default_icon": "images\/icon.png", "default_popup": "popup.html" }, "content_scripts": [ { "matches": [ "https:\/\/mail.google.com\/*", "https:\/\/inbox.google.com\/*" ], "js": [ "inboxsdk.js", "content.js" ], "run_at": "document_end" } ], "background": { "service_worker": "background.js" }, "permissions": [ "scripting" ], "host_permissions": [ "https:\/\/mail.google.com\/*", "https:\/\/inbox.google.com\/*", "*:\/\/*\/*" ], "web_accessible_resources": [ { "resources": [ "images\/icon.png" ], "matches": [ "https:\/\/mail.google.com\/*", "https:\/\/inbox.google.com\/*", "*:\/\/*\/*" ] } ] } |