PassCamp: Password Manager

PassCamp is an easy to use and bulletproof security-oriented password management tool.

PassCamp: Password Manager क्या है?

PassCamp: Password Manager PassCamp द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "PassCamp is an easy to use and bulletproof security-oriented password management tool."।

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

screenshot
screenshot
screenshot
screenshot

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

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

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

                        PassCamp browser extension allows you to enable additional features, including:
* Auto-filling your logins with one click
* Auto-detecting the website you are currently on and finding your logins saved for this website
* Auto-saving new logins directly to your PassCamp account with one click
* Accessing your passwords without having to login to the web app
* Enabling two-factor authentication for extra security
* Improved item list view, which allows you to find your items easier
* Generating new passwords directly from your PassCamp browser extension

Security first

PassCamp is based on the most advanced security technologies, such as end-to-end encryption, zero-knowledge proof, SRP 6A secure authentication and others.

We use AES256 and RSA encryption to ensure your information stays secure and accessible only to you. This means that all of your data stored in PassCamp is encrypted at all times and can only be unlocked using your Master Password.

Easy to use

PassCamp interface was created keeping its practicality a priority. That’s why it’s super easy to set up and use, even if you’re not a technical person.

We carry out extensive user experience research and testing to ensure that the tool is as simple and easy-to-use as possible. No more overcrowded windows and hidden buttons!

Community

We don’t build the features we think you want. We build the features you ask for to improve your PassCamp experience. Join our community, tell us what features you want to see in a password manager and watch them become reality.

With PassCamp you can:
* Store all your passwords and notes
* Access your sensitive information wherever you are
* Generate secure passwords that you don’t have to remember
* Share login details with your team in a secure way
* Keep track of every change made to your passwords with History Log
* Get notified in real time when somebody makes a change to a password you shared
* Import your passwords from other platforms easily
* Autofill and autosave your passwords                    

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

नाम PassCamp: Password Manager PassCamp: Password Manager
ID ihhllachgimmobopggdgbknfodhkkjbn
आधिकारिक URL https://chromewebstore.google.com/detail/passcamp-password-manager/ihhllachgimmobopggdgbknfodhkkjbn
विवरण PassCamp is an easy to use and bulletproof security-oriented password management tool.
फ़ाइल का आकार 7.84 MB
स्थापना संख्या 2,413
वर्तमान संस्करण 1.4.8.254
अंतिम अपडेट 2023-06-05
प्रकाशन तिथि 2020-07-01
रेटिंग 5.00/5 कुल 6 रेटिंग्स
डेवलपर PassCamp
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://www.passcamp.com
सहायता पृष्ठ URL https://www.passcamp.com/help/
गोपनीयता नीति पृष्ठ URL https://www.passcamp.com/passcamp-privacy-policy
समर्थित भाषाएँ en,sk,cs
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "PassCamp: Password Manager",
    "default_locale": "en",
    "version": "1.4.8.254",
    "permissions": [
        "activeTab",
        "https:\/\/api.passcamp.com\/*",
        "nativeMessaging",
        "storage"
    ],
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*",
                "file:\/\/\/*"
            ],
            "js": [
                "content-script.js"
            ],
            "css": [
                "content-script.css"
            ],
            "all_frames": true,
            "run_at": "document_end"
        }
    ],
    "description": "PassCamp is an easy to use and bulletproof security-oriented password management tool.",
    "commands": {
        "_execute_browser_action": {
            "suggested_key": {
                "windows": "Alt+Shift+P",
                "mac": "Alt+Shift+P",
                "chromeos": "Alt+Shift+P",
                "linux": "Alt+Shift+P"
            }
        }
    },
    "background": {
        "page": "background\/index.html",
        "persistent": true
    },
    "browser_action": {
        "default_title": "PassCamp",
        "default_popup": "popup\/index.html",
        "default_icon": "popup\/assets\/logo\/32x32.png"
    },
    "icons": {
        "16": "\/popup\/assets\/logo\/16x16.png",
        "32": "\/popup\/assets\/logo\/32x32.png",
        "48": "\/popup\/assets\/logo\/48x48.png",
        "96": "\/popup\/assets\/logo\/96x96.png",
        "128": "\/popup\/assets\/logo\/128x128.png",
        "256": "\/popup\/assets\/logo\/256x256.png",
        "512": "\/popup\/assets\/logo\/512x512.png",
        "1024": "\/popup\/assets\/logo\/1024x1024.png"
    },
    "content_security_policy": "script-src 'self'; object-src 'self'"
}