Passky - Password Manager

Simple, modern, open source and secure password manager.

Passky - Password Manager क्या है?

Passky - Password Manager https://passky.org द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Simple, modern, open source and secure password manager."।

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

screenshot
screenshot
screenshot
screenshot

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

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

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

                        With Passky, you can easily and securely store all of your passwords in one place. Say goodbye to the hassle of remembering multiple complex passwords - with Passky, all you need is one master password to access all of your accounts. Passky uses advanced encryption technology to keep your passwords safe and secure, so you can have peace of mind knowing that your sensitive information is protected. Plus, Passky is easy to use and available on all of your devices, so you can access your passwords wherever you go. Try Passky today and take control of your online security!                    

एक्सटेंशन की मूल जानकारी

नाम Passky - Password Manager Passky - Password Manager
ID ngncpgfjhnkgfcjamgljadegplonbihi
आधिकारिक URL https://chromewebstore.google.com/detail/passky-password-manager/ngncpgfjhnkgfcjamgljadegplonbihi
विवरण Simple, modern, open source and secure password manager.
फ़ाइल का आकार 412 KB
स्थापना संख्या 612
वर्तमान संस्करण 8.1.1
अंतिम अपडेट 2023-01-28
प्रकाशन तिथि 2021-05-31
रेटिंग 4.20/5 कुल 5 रेटिंग्स
डेवलपर https://passky.org
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://passky.org
सहायता पृष्ठ URL https://github.com/Rabbit-Company
गोपनीयता नीति पृष्ठ URL https://passky.org/PrivacyPolicy.pdf
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Passky - Password Manager",
    "description": "Simple, modern, open source and secure password manager.",
    "version": "8.1.1",
    "manifest_version": 3,
    "author": "Rabbit Company LLC",
    "homepage_url": "https:\/\/passky.org",
    "permissions": [
        "clipboardWrite",
        "activeTab",
        "storage"
    ],
    "action": {
        "default_icon": "\/images\/logo32.png",
        "default_title": "Passky",
        "default_popup": "index.html"
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "js\/content-script.js"
            ],
            "run_at": "document_idle",
            "all_frames": false,
            "match_about_blank": false
        }
    ],
    "content_security_policy": {
        "extension_pages": "script-src 'self'; base-uri 'none'; object-src 'none'; form-action 'self'; frame-ancestors 'none'; worker-src 'self';"
    },
    "icons": {
        "16": "\/images\/logo16.png",
        "32": "\/images\/logo32.png",
        "48": "\/images\/logo48.png",
        "128": "\/images\/logo128.png"
    },
    "browser_specific_settings": {
        "gecko": {
            "id": "{c27461c5-20e7-47b4-9e82-9f48e8d5e005}"
        }
    }
}