Cryptonify
Browser extension for the password manager application Cryptonify
Cryptonify là gì?
Cryptonify là một tiện ích mở rộng Chrome được phát triển bởi https://www.marcel-carle.de, và tính năng chính của nó là "Browser extension for the password manager application Cryptonify".
Ả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 Cryptonify
Tải xuống các tệp mở rộng Cryptonify 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
The browser extension for the password manager Cryptonify is here! You do not know about Cryptonify? It is a free password managing tool supporting all major operation systems! You can download it from this web page: http://www.marcel-carle.de/software/cryptonify/ Save yourself the hassle of copy between Cryptonify and your browser! The extension automatically shows, if Cryptonify has some entries for the current web page. Just click on the extension icon and select the desired login. The extension will automatically enter the user and password in the fields on the current web page.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Cryptonify |
ID | niajmakogjdmabgpfdnmlnfimkakiblf |
URL Chính Thức | https://chromewebstore.google.com/detail/cryptonify/niajmakogjdmabgpfdnmlnfimkakiblf |
Mô tả | Browser extension for the password manager application Cryptonify |
Kích Thước Tệp | 114 KB |
Số Lần Cài Đặt | 56 |
Phiên Bản Hiện Tại | 2.2.0.4 |
Cập Nhật Lần Cuối | 2022-08-23 |
Ngày Phát Hành | 2019-03-08 |
Đánh Giá | 4.00/5 Tổng số 6 Đánh Giá |
Nhà Phát Triển | https://www.marcel-carle.de |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://www.marcel-carle.de/software/cryptonify/ |
URL Trang Trợ Giúp | https://www.marcel-carle.de/software/cryptonify/ |
Ngôn Ngữ Được Hỗ Trợ | de,en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "__MSG_extensionName__", "version": "2.2.0.4", "author": "Marcel Carl\u00e9", "manifest_version": 2, "description": "__MSG_extensionDesc__", "homepage_url": "https:\/\/marcel-carle.de\/software\/cryptonify\/", "icons": { "16": "icons\/icon16.png", "19": "icons\/icon19.png", "32": "icons\/icon32.png", "38": "icons\/icon38.png", "48": "icons\/icon48.png", "64": "icons\/icon64.png", "128": "icons\/icon128.png" }, "default_locale": "en", "background": { "scripts": [ "lib\/jquery-3.1.0.min.js", "lib\/bowser.min.js", "src\/bg\/background-helper.js", "src\/js\/log-helper.js", "lib\/jsencrypt.min.js", "lib\/sha512.js", "src\/js\/crypto-helper.js", "src\/keys.js", "src\/bg\/background.js" ] }, "browser_action": { "default_icon": { "19": "icons\/icon19.png", "38": "icons\/icon38.png" }, "default_title": "__MSG_extensionName__", "default_popup": "src\/popup\/popup.html" }, "permissions": [ "storage", "*:\/\/*\/*" ], "content_scripts": [ { "matches": [ "*:\/\/*\/*" ], "css": [ "src\/inject\/inject.css" ], "js": [ "lib\/jquery-3.1.0.min.js", "src\/js\/log-helper.js", "src\/inject\/inject-helper.js", "src\/inject\/inject.js" ] } ], "web_accessible_resources": [ "icons\/icon128.png" ] } |