Easeenet For Web Browsers
Make using the internet easy and secure by using the official Easeenet web browser extension.
Easeenet For Web Browsersคืออะไร?
Easeenet For Web Browsers เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://easeenet.com และคุณลักษณะหลักของมันคือ "Make using the internet easy and secure by using the official Easeenet web browser extension."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Easeenet For Web Browsers
ดาวน์โหลดไฟล์ส่วนขยาย Easeenet For Web Browsers ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Make “forgot my password” and “what’s that website again?” a thing of the past, and keep your loved ones from getting locked out of your online accounts if anything happens! Easeenet makes your online life easy to see, for you today and your loved ones tomorrow. Easeenet combines a simple, secure password manager, designed for non-techy users, with a digital vault, to effortlessly organize and preserve your online life, and seamlessly pass on your digital estate to your next of kin if anything happens to you. Our extension is available for Chrome, Firefox, and Edge, and will automatically recognize when you put in your login credentials for a website, and prompt you to store and categorize them in your Easeenet dashboard. Next time you visit that site, either by navigating directly to the site or clicking on your vault from your Easeenet dashboard, your credentials will autofill for you. Your Easeenet account also has a place to securely store and share documents, capture your memories and stories, and log the critical details that your next of kin will need if anything happens to you. Learn more at Easeenet.com
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | |
ID | jjllimldkgifclpeokoigimefkmjdkpm |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/easeenet-for-web-browsers/jjllimldkgifclpeokoigimefkmjdkpm |
คำอธิบาย | Make using the internet easy and secure by using the official Easeenet web browser extension. |
ขนาดไฟล์ | 5.81 MB |
จำนวนการติดตั้ง | 100 |
เวอร์ชันปัจจุบัน | 4.9 |
อัปเดตครั้งล่าสุด | 2022-11-05 |
วันที่เผยแพร่ | 2020-07-02 |
คะแนน | 5.00/5 รวมทั้งหมด 2 คะแนน |
ผู้พัฒนา | https://easeenet.com |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | https://easeenet.com |
URL หน้าช่วยเหลือ | https://easeenet.com/faq |
URL หน้านโยบายความเป็นส่วนตัว | https://easeenet.com/privacy |
ภาษาที่รองรับ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Easeenet For Web Browsers", "version": "4.9", "description": "Make using the internet easy and secure by using the official Easeenet web browser extension.", "applications": { "gecko": { "id": "[email protected]" } }, "background": { "scripts": [ "\/assets\/js\/chunk-vendors.js", "\/assets\/js\/background\/main.js" ], "persistent": true }, "content_scripts": [ { "matches": [ "*:\/\/*\/*" ], "js": [ "\/assets\/js\/chunk-vendors.js", "\/assets\/js\/content\/main.js" ], "all_frames": true, "run_at": "document_end" } ], "manifest_version": 2, "browser_action": { "default_popup": "views\/popup.html", "default_icon": "assets\/img\/tab-icon.png", "default_title": "Easeenet.com" }, "icons": { "16": "assets\/img\/icon16.png", "48": "assets\/img\/icon48.png", "128": "assets\/img\/icon128.png" }, "permissions": [ "activeTab", "webRequest", "storage", "https:\/\/*\/*", "http:\/\/*\/*" ], "web_accessible_resources": [ "\/views\/www\/*", "\/assets\/*" ], "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'" } |