Password Tote

Assists with logging into websites/services.

Password Tote क्या है?

Password Tote https://www.passwordtote.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Assists with logging into websites/services."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Password Tote एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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 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"
            ]
        }
    ]
}