Password Tote
Assists with logging into websites/services.
Cos'è Password Tote?
Password Tote è un'estensione di Chrome sviluppata da https://www.passwordtote.com, e la sua funzione principale è "Assists with logging into websites/services.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Password Tote
Scarica i file di estensione Password Tote in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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.
Informazioni di Base sull'Estensione
Nome | Password Tote |
ID | jicglelpanknddlcpkflelfbaciblgdk |
URL Ufficiale | https://chromewebstore.google.com/detail/password-tote/jicglelpanknddlcpkflelfbaciblgdk |
Descrizione | Assists with logging into websites/services. |
Dimensione del File | 125 KB |
Conteggio Installazioni | 1,734 |
Versione Corrente | 1.0.6.15 |
Ultimo Aggiornamento | 2023-02-16 |
Data di Pubblicazione | 2016-09-23 |
Valutazione | 4.60/5 Totale 10 Valutazioni |
Sviluppatore | https://www.passwordtote.com |
[email protected] | |
Tipo di Pagamento | free |
Sito Web dell'Estensione | https://www.passwordtote.com |
URL della Pagina della Politica sulla Privacy | https://www.passwordtote.com/privacy.aspx |
Lingue Supportate | 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" ] } ] } |