Password Tote
Assists with logging into websites/services.
Что такое Password Tote?
Password Tote - это расширение Chrome, разработанное https://www.passwordtote.com, и его основная функция - "Assists with logging into websites/services.".
Снимки экрана расширения
Скачать файл CRX расширения Password Tote
Скачайте файлы расширений Password Tote в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.
Инструкции по использованию расширения
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.
Основная информация о расширении
Название | Password Tote |
ID | jicglelpanknddlcpkflelfbaciblgdk |
Официальный URL | https://chromewebstore.google.com/detail/password-tote/jicglelpanknddlcpkflelfbaciblgdk |
Описание | Assists with logging into websites/services. |
Размер файла | 125 KB |
Количество установок | 1,734 |
Текущая Версия | 1.0.6.15 |
Последнее Обновление | 2023-02-16 |
Дата публикации | 2016-09-23 |
Рейтинг | 4.60/5 Всего 10 оценок |
Разработчик | https://www.passwordtote.com |
Электронная почта | [email protected] |
Тип оплаты | free |
Официальный сайт расширения | https://www.passwordtote.com |
URL страницы политики конфиденциальности | https://www.passwordtote.com/privacy.aspx |
Поддерживаемые языки | 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" ] } ] } |