SuperChromePass
Generate secure, per-domain password based on an original master password, with the click of a button
SuperChromePass là gì?
SuperChromePass là một tiện ích mở rộng Chrome được phát triển bởi https://70apps.com, và tính năng chính của nó là "Generate secure, per-domain password based on an original master password, with the click of a button".
Ả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 SuperChromePass
Tải xuống các tệp mở rộng SuperChromePass 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
A SuperGenPass Google Chrome Extension How It Works Step 1 Click on the SuperGenPass extension button. Step 2 Type your master password and Enter. Step 3 Your password is generated and fill on input field. Do you know SuperGenPass? SuperGenPass is a useful bookmarklet. You can make unique strong secured password for each websites and No Need to remember. For more information, visit http://supergenpass.com.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | SuperChromePass |
ID | dcdaiabaidgglbdapfdaengffpdpicbk |
URL Chính Thức | https://chromewebstore.google.com/detail/superchromepass/dcdaiabaidgglbdapfdaengffpdpicbk |
Mô tả | Generate secure, per-domain password based on an original master password, with the click of a button |
Kích Thước Tệp | 91.02 KB |
Số Lần Cài Đặt | 148 |
Phiên Bản Hiện Tại | 3.0.3 |
Cập Nhật Lần Cuối | 2020-05-18 |
Ngày Phát Hành | 2020-05-16 |
Đánh Giá | 4.67/5 Tổng số 3 Đánh Giá |
Nhà Phát Triển | https://70apps.com |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://www.70apps.com/supergenpass/ |
URL Trang Trợ Giúp | https://www.70apps.com/supergenpass/ |
Ngôn Ngữ Được Hỗ Trợ | en,zh-CN |
manifest.json | |
{ "manifest_version": 2, "name": "SuperChromePass", "options_page": "scp_options.html", "options_ui": { "page": "scp_options.html" }, "permissions": [ "tabs", "http:\/\/*\/*", "https:\/\/*\/*" ], "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx", "version": "3.0.3", "background": { "page": "scp_background.html" }, "browser_action": { "default_icon": "images\/icon_19.png", "default_popup": "scp_popup.html", "default_title": "SuperChromePass" }, "content_scripts": [ { "css": [ "css\/scp.css" ], "js": [ "js\/jquery.js", "js\/superchromepass.js", "js\/supergenpass.js" ], "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ] } ], "description": "Generate secure, per-domain password based on an original master password, with the click of a button", "icons": { "128": "images\/icon_128.png", "16": "images\/icon_16.png", "48": "images\/icon_48.png" }, "key": "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQDAlLX3Arr4AgLYLpO4t\/HN6jZI7jS9VPDS4WSWWUczuvhVMJgv5DOJIFtJtDwndHscHZywV47QJwvtKgeVGt2iFIfBH7GsWwP4IUP\/mvMPTZQ8CdF0hVFzZEdaYpawWcAGVTnMDWaxcpFqAC6izi+L8gW7C4daaC63h3obYaiAPQIDAQAB", "default_locale": "en" } |