Passwork Auto Logon
Password manager for companies
Wat is Passwork Auto Logon?
Passwork Auto Logon is een Chrome-extensie ontwikkeld door https://passwork.me, en de belangrijkste functie is "Password manager for companies".
Extensie Screenshots
Download het CRX-bestand van de extensie Passwork Auto Logon
Download Passwork Auto Logon-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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.
Basisinformatie over de Extensie
Naam | Passwork Auto Logon |
ID | ipajmhlcmempmnedocmbalcbbmhgheca |
Officiële URL | https://chromewebstore.google.com/detail/passwork-auto-logon/ipajmhlcmempmnedocmbalcbbmhgheca |
Beschrijving | Password manager for companies |
Bestandsgrootte | 159 KB |
Aantal Installaties | 11,646 |
Huidige Versie | 0.6.1 |
Laatst Bijgewerkt | 2020-10-28 |
Publicatiedatum | 2019-11-21 |
Beoordeling | 2.83/5 Totaal 18 Beoordelingen |
Ontwikkelaar | https://passwork.me |
[email protected] | |
Betalingswijze | free |
Extensiewebsite | https://passwork.me |
Help Pagina-URL | https://passwork.me/help |
Ondersteunde Talen | 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" ] } |