Password Tote

Assists with logging into websites/services.

Vad är Password Tote?

Password Tote är en Chrome-tillägg utvecklad av https://www.passwordtote.com, och dess huvudfunktion är "Assists with logging into websites/services.".

Tilläggsskärmbilder

screenshot
screenshot

Ladda ner Password Tote-förlängningens CRX-fil

Ladda ner Password Tote-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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.                    

Grundläggande Information om Tillägg

Namn Password Tote Password Tote
ID jicglelpanknddlcpkflelfbaciblgdk
Officiell webbadress https://chromewebstore.google.com/detail/password-tote/jicglelpanknddlcpkflelfbaciblgdk
Beskrivning Assists with logging into websites/services.
Filstorlek 125 KB
Antal Installationer 1,734
Aktuell Version 1.0.6.15
Senast Uppdaterad 2023-02-16
Publiceringsdatum 2016-09-23
Betyg 4.60/5 Totalt 10 Betyg
Utvecklare https://www.passwordtote.com
E-post [email protected]
Betalningssätt free
Tilläggswebbplats https://www.passwordtote.com
URL till Sekretesspolicy Sidan https://www.passwordtote.com/privacy.aspx
Stödda Språk 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"
            ]
        }
    ]
}