Password Tote
Assists with logging into websites/services.
Was ist Password Tote?
Password Tote ist eine Chrome-Erweiterung, die von https://www.passwordtote.com entwickelt wurde, und ihr Hauptmerkmal ist "Assists with logging into websites/services.".
Erweiterungsscreenshots
Password Tote-Erweiterungs-CRX-Datei herunterladen
Laden Sie Password Tote-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
The Password Tote extension allows you to auto fill your website logins with passwords that are stored in Password Tote. It enables you to keep very secure passwords stored securely and instantly login to your websites without having to remember the passwords. Password Tote is accessible on multiple platforms including Windows, Mac OS X, iOS and Android. Please visit https://www.passwordtote.com for more information.
Grundlegende Informationen zur Erweiterung
Name | Password Tote |
ID | jicglelpanknddlcpkflelfbaciblgdk |
Offizielle URL | https://chromewebstore.google.com/detail/password-tote/jicglelpanknddlcpkflelfbaciblgdk |
Beschreibung | Assists with logging into websites/services. |
Dateigröße | 125 KB |
Installationsanzahl | 1,734 |
Aktuelle Version | 1.0.6.15 |
Letztes Update | 2023-02-16 |
Veröffentlichungsdatum | 2016-09-23 |
Bewertung | 4.60/5 Insgesamt 10 Bewertungen |
Entwickler | https://www.passwordtote.com |
[email protected] | |
Zahlungsart | free |
Erweiterungswebsite | https://www.passwordtote.com |
URL der Datenschutzrichtlinien-Seite | https://www.passwordtote.com/privacy.aspx |
Unterstützte Sprachen | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Password Tote", "version": "1.0.6.15", "manifest_version": 2, "description": "Assists with logging into websites\/services.", "icons": { "128": "ptote128logo.png", "48": "ptote48logo.png", "16": "ptote16logo.png" }, "background": { "page": "background.html" }, "browser_action": { "default_icon": "ptote24logo.png", "default_title": "Password Tote", "default_popup": "main.html" }, "permissions": [ "chrome:\/\/favicon\/", "tabs", "https:\/\/*\/*" ], "content_scripts": [ { "matches": [ "https:\/\/www.passwordtote.com\/online\/passwords.aspx" ], "js": [ "jquery-1.7.2.min.js", "exists.js" ] } ] } |