Passwork Self-Hosted
One-click authorization on sites with convenient search, add and generate functions
Passwork Self-Hostedとは何ですか?
Passwork Self-Hostedはhttps://passwork.proによって開発されたChromeの拡張機能で、その主な機能は「One-click authorization on sites with convenient search, add and generate functions」です。
拡張機能のスクリーンショット
Passwork Self-Hosted拡張機能のCRXファイルをダウンロード
Passwork Self-Hosted拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
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.
拡張機能の基本情報
名前 | Passwork Self-Hosted |
ID | ibiipnmmlnehmeonnhbdajcfagcgihkl |
公式URL | https://chromewebstore.google.com/detail/passwork-self-hosted/ibiipnmmlnehmeonnhbdajcfagcgihkl |
説明 | One-click authorization on sites with convenient search, add and generate functions |
ファイルサイズ | 1.87 MB |
インストール数 | 10,000 |
現在のバージョン | 2.0.11 |
最終更新日 | 2024-02-18 |
公開日 | 2021-06-10 |
評価 | 3.96/5 合計 24 レビュー |
開発者 | https://passwork.pro |
Eメール | [email protected] |
支払い方法 | free |
拡張機能のウェブサイト | https://passwork.pro/ |
ヘルプページのURL | https://passwork.pro/help |
対応言語 | 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" } } } |