Team Password Manager
Autofill login forms and store web passwords in Team Password Manager
Wat is Team Password Manager?
Team Password Manager is een Chrome-extensie ontwikkeld door https://teampasswordmanager.com, en de belangrijkste functie is "Autofill login forms and store web passwords in Team Password Manager".
Extensie Screenshots
Download het CRX-bestand van de extensie Team Password Manager
Download Team Password Manager-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 Chrome Extension allows Chrome users to fill in login forms from credentials stored in Team Password Manager. This extension also allows to store web passwords in Team Password Manager. Team Password Manager is a self hosted web based password manager for groups.
Basisinformatie over de Extensie
Naam | Team Password Manager |
ID | gplomcegacfeolmacnhpopbindboipfl |
Officiële URL | https://chromewebstore.google.com/detail/team-password-manager/gplomcegacfeolmacnhpopbindboipfl |
Beschrijving | Autofill login forms and store web passwords in Team Password Manager |
Bestandsgrootte | 316 KB |
Aantal Installaties | 8,049 |
Huidige Versie | 4.21.19 |
Laatst Bijgewerkt | 2022-11-25 |
Publicatiedatum | 2021-05-03 |
Beoordeling | 4.13/5 Totaal 8 Beoordelingen |
Ontwikkelaar | https://teampasswordmanager.com |
[email protected] | |
Betalingswijze | free |
Extensiewebsite | https://teampasswordmanager.com/ |
Help Pagina-URL | https://teampasswordmanager.com/support/ |
URL van de Privacybeleid Pagina | https://teampasswordmanager.com/privacy |
Ondersteunde Talen | de,en,fr,es,pt-BR,pt-PT,cs |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Team Password Manager", "description": "__MSG_ManifestDescription__", "version": "4.21.19", "manifest_version": 2, "default_locale": "en", "icons": { "32": "img\/logo32.png", "48": "img\/logo48.png" }, "browser_action": { "default_icon": { "19": "img\/ba19g.png", "38": "img\/ba38g.png" }, "default_popup": "popup.html", "default_title": "Team Password Manager (__MSG_bgNotConnected__)" }, "content_scripts": [ { "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "js": [ "js\/jquery-3.5.1.min.js", "js\/contentscript.js", "js\/psl.js", "js\/jquery.sendkeys.js", "js\/bililiteRange.js" ], "run_at": "document_end", "all_frames": true } ], "background": { "page": "background.html" }, "permissions": [ "http:\/\/*\/*", "https:\/\/*\/*", "storage", "tabs", "clipboardWrite" ], "web_accessible_resources": [ "img\/*", "js\/login_selector\/*" ] } |