Password Tote
Assists with logging into websites/services.
Wat is Password Tote?
Password Tote is een Chrome-extensie ontwikkeld door https://www.passwordtote.com, en de belangrijkste functie is "Assists with logging into websites/services.".
Extensie Screenshots
Download het CRX-bestand van de extensie Password Tote
Download Password Tote-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
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.
Basisinformatie over de Extensie
Naam | Password Tote |
ID | jicglelpanknddlcpkflelfbaciblgdk |
Officiële URL | https://chromewebstore.google.com/detail/password-tote/jicglelpanknddlcpkflelfbaciblgdk |
Beschrijving | Assists with logging into websites/services. |
Bestandsgrootte | 125 KB |
Aantal Installaties | 1,734 |
Huidige Versie | 1.0.6.15 |
Laatst Bijgewerkt | 2023-02-16 |
Publicatiedatum | 2016-09-23 |
Beoordeling | 4.60/5 Totaal 10 Beoordelingen |
Ontwikkelaar | https://www.passwordtote.com |
[email protected] | |
Betalingswijze | free |
Extensiewebsite | https://www.passwordtote.com |
URL van de Privacybeleid Pagina | https://www.passwordtote.com/privacy.aspx |
Ondersteunde Talen | 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" ] } ] } |