EuSonLito - Password Manager
Easy Connect from Chrome with your own Password Manager Platform
EuSonLito - Password Manager là gì?
EuSonLito - Password Manager là một tiện ích mở rộng Chrome được phát triển bởi eordes, và tính năng chính của nó là "Easy Connect from Chrome with your own Password Manager Platform".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng EuSonLito - Password Manager
Tải xuống các tệp mở rộng EuSonLito - Password Manager dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
This Chrome extension connects with Password Manager Platform https://github.com/eusonlito/Password-Manager to allow access to passwords directly from any website. Source Code published in https://github.com/eusonlito/Password-Manager-Chrome
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | EuSonLito - Password Manager |
ID | mkbgfbjaoibojobjpimpkaofckkgknhi |
URL Chính Thức | https://chromewebstore.google.com/detail/eusonlito-password-manage/mkbgfbjaoibojobjpimpkaofckkgknhi |
Mô tả | Easy Connect from Chrome with your own Password Manager Platform |
Kích Thước Tệp | 23.47 KB |
Số Lần Cài Đặt | 52 |
Phiên Bản Hiện Tại | 0.0.2 |
Cập Nhật Lần Cuối | 2023-09-13 |
Ngày Phát Hành | 2022-04-07 |
Nhà Phát Triển | eordes |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://github.com/eusonlito/Password-Manager-Chrome |
URL Trang Trợ Giúp | https://github.com/eusonlito/Password-Manager |
Ngôn Ngữ Được Hỗ Trợ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "EuSonLito - Password Manager", "description": "Easy Connect from Chrome with your own Password Manager Platform", "version": "0.0.2", "manifest_version": 3, "author": "Lito", "icons": { "128": "icon.png" }, "action": { "default_title": "Password Manager", "default_icon": "icon.png" }, "background": { "service_worker": "background.js" }, "options_ui": { "page": "options.html", "open_in_tab": false }, "permissions": [ "activeTab", "tabs", "scripting", "storage" ], "host_permissions": [ "http:\/\/*\/*", "https:\/\/*\/*" ] } |