Passwork Self-Hosted
One-click authorization on sites with convenient search, add and generate functions
Passwork Self-Hosted là gì?
Passwork Self-Hosted là một tiện ích mở rộng Chrome được phát triển bởi https://passwork.pro, và tính năng chính của nó là "One-click authorization on sites with convenient search, add and generate functions".
Ả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 Passwork Self-Hosted
Tải xuống các tệp mở rộng Passwork Self-Hosted 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 password manager for business. Passwork makes dealing with corporate passwords easy. Employees can quickly find the right passwords, with all of the data safely stored on your server, while user rights, actions and changes are all managed by the administrator.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Passwork Self-Hosted |
ID | ibiipnmmlnehmeonnhbdajcfagcgihkl |
URL Chính Thức | https://chromewebstore.google.com/detail/passwork-self-hosted/ibiipnmmlnehmeonnhbdajcfagcgihkl |
Mô tả | One-click authorization on sites with convenient search, add and generate functions |
Kích Thước Tệp | 1.87 MB |
Số Lần Cài Đặt | 10,000 |
Phiên Bản Hiện Tại | 2.0.11 |
Cập Nhật Lần Cuối | 2024-02-18 |
Ngày Phát Hành | 2021-06-10 |
Đánh Giá | 3.96/5 Tổng số 24 Đánh Giá |
Nhà Phát Triển | https://passwork.pro |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://passwork.pro/ |
URL Trang Trợ Giúp | https://passwork.pro/help |
Ngôn Ngữ Được Hỗ Trợ | de,en,fr,es,ru |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "__MSG_appName__", "version": "2.0.11", "homepage_url": "https:\/\/passwork.pro", "description": "__MSG_appDesc__", "default_locale": "en", "content_security_policy": { "extension_pages": "script-src 'self'; object-src 'self'" }, "permissions": [ "storage", "activeTab", "tabs", "contextMenus", "clipboardWrite", "scripting" ], "host_permissions": [ "*:\/\/*\/*" ], "icons": { "16": "icons\/16.png", "48": "icons\/48.png", "128": "icons\/128.png" }, "content_scripts": [ { "matches": [ "*:\/\/*\/*" ], "js": [ "contentScript.js" ] }, { "matches": [ "*:\/\/*\/*" ], "js": [ "iframeAuth.js" ], "all_frames": true } ], "background": { "service_worker": "background.js" }, "web_accessible_resources": [ { "resources": [ "fonts\/MuseoSansCyrl_300.otf", "fonts\/MuseoSansCyrl_500.otf", "fonts\/MuseoSansCyrl_700.otf", "img\/gray-x-mark-icon-2.svg", "img\/chevron-down.svg", "img\/triangle.svg", "img\/search-icon.svg", "img\/check-circle_green.svg", "img\/password-enter-icon.svg", "img\/blue-folder-icon.svg", "img\/gray-folder-icon.svg", "img\/shortcutIconBlack.svg", "img\/shortcutIconRed.svg" ], "matches": [ "*:\/\/*\/*" ] } ], "action": { "default_popup": "popup.html", "default_title": "Passwork", "default_icon": { "19": "icons\/19.png", "38": "icons\/38.png" } } } |