Password Tote

Assists with logging into websites/services.

Co to jest Password Tote?

Password Tote to rozszerzenie Chrome opracowane przez https://www.passwordtote.com, a jego główną funkcją jest „Assists with logging into websites/services.”.

Zrzuty ekranu rozszerzenia

screenshot
screenshot

Pobierz plik CRX rozszerzenia Password Tote

Pobierz pliki rozszerzeń Password Tote 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

                        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.                    

Podstawowe informacje o rozszerzeniu

Nazwa Password Tote Password Tote
ID jicglelpanknddlcpkflelfbaciblgdk
Oficjalny URL https://chromewebstore.google.com/detail/password-tote/jicglelpanknddlcpkflelfbaciblgdk
Opis Assists with logging into websites/services.
Rozmiar pliku 125 KB
Liczba instalacji 1,734
Aktualna Wersja 1.0.6.15
Ostatnia Aktualizacja 2023-02-16
Data Publikacji 2016-09-23
Ocena 4.60/5 Łącznie 10 Oceny
Deweloper https://www.passwordtote.com
E-mail [email protected]
Typ Płatności free
Strona Rozszerzenia https://www.passwordtote.com
Adres URL Strony Polityki Prywatności https://www.passwordtote.com/privacy.aspx
Obsługiwane Języki 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"
            ]
        }
    ]
}