Team Password Manager
Autofill login forms and store web passwords in Team Password Manager
Co to jest Team Password Manager?
Team Password Manager to rozszerzenie Chrome opracowane przez https://teampasswordmanager.com, a jego główną funkcją jest „Autofill login forms and store web passwords in Team Password Manager”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Team Password Manager
Pobierz pliki rozszerzeń Team Password Manager w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
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.
Podstawowe informacje o rozszerzeniu
Nazwa | Team Password Manager |
ID | gplomcegacfeolmacnhpopbindboipfl |
Oficjalny URL | https://chromewebstore.google.com/detail/team-password-manager/gplomcegacfeolmacnhpopbindboipfl |
Opis | Autofill login forms and store web passwords in Team Password Manager |
Rozmiar pliku | 316 KB |
Liczba instalacji | 8,049 |
Aktualna Wersja | 4.21.19 |
Ostatnia Aktualizacja | 2022-11-25 |
Data Publikacji | 2021-05-03 |
Ocena | 4.13/5 Łącznie 8 Oceny |
Deweloper | https://teampasswordmanager.com |
[email protected] | |
Typ Płatności | free |
Strona Rozszerzenia | https://teampasswordmanager.com/ |
Adres URL Strony Pomocy | https://teampasswordmanager.com/support/ |
Adres URL Strony Polityki Prywatności | https://teampasswordmanager.com/privacy |
Obsługiwane Języki | 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\/*" ] } |