Passwork Auto Logon
Password manager for companies
What is Passwork Auto Logon?
Passwork Auto Logon is a Chrome extension developed by https://passwork.me, and its main feature is "Password manager for companies".
Extension Screenshots
Download Passwork Auto Logon Extension CRX File
Download Passwork Auto Logon extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
Team Password Manager For Your Business. Passwork makes corporate passwords easy. All of the data is stored safely, employees will quickly be able to find the right passwords. The administrator manages user rights and keeps track of all actions and changes.
Extension Basic Information
Name | Passwork Auto Logon |
ID | ipajmhlcmempmnedocmbalcbbmhgheca |
Official URL | https://chromewebstore.google.com/detail/passwork-auto-logon/ipajmhlcmempmnedocmbalcbbmhgheca |
Description | Password manager for companies |
File Size | 159 KB |
Installation Count | 11,646 |
Current Version | 0.6.1 |
Last Updated | 2020-10-28 |
Publish Date | 2019-11-21 |
Rating | 2.83/5 Total 18 Ratings |
Developer | https://passwork.me |
[email protected] | |
Payment Type | free |
Extension Website | https://passwork.me |
Help Page URL | https://passwork.me/help |
Supported Languages | en,ru |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Passwork Auto Logon", "homepage_url": "https:\/\/passwork.me", "description": "Password manager for companies", "version": "0.6.1", "icons": { "128": "icon.png" }, "default_locale": "en", "permissions": [ "tabs", "unlimitedStorage", "http:\/\/*\/", "https:\/\/*\/", "*:\/\/*\/*", "storage", "contextMenus", "cookies" ], "short_name": "Passwork", "optional_permissions": [], "background": { "scripts": [ "background.js" ] }, "browser_action": { "default_title": "Passwork", "default_icon": "icon.png", "default_popup": "www\/index.html" }, "web_accessible_resources": [ "www\/settings.html", "www\/formnotfound.html", "content.js", "own.js", "loader\/loader.html", "loader\/loader.js" ] } |