PlusIdentity - Password Manager for Startups

Secure and easy way to manage your team's passwords.

PlusIdentity - Password Manager for Startups क्या है?

PlusIdentity - Password Manager for Startups https://plusidentity.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Secure and easy way to manage your team's passwords."।

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

screenshot
screenshot

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

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

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

                        PlusIdentity is the best password manager for startups and small teams. PlusIdentity lives on your Slack workspace and is closely integrated with the way you do your work. After installing the Slack app from our website (https://www.identity.com) and going through our super quick onboarding, you can start using this browser extension to enhance your internet browsing & password managing experience!

The PlusIdentity browser extension allows you to do things like:

- Auto-login into your favorite websites
- Request access to accounts your teammates own
- Access your dashboard from anywhere on the internet

Check it out and let us know how it is by contacting Channy at [email protected] (he promises to answer you within 12 hours).                    

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

नाम PlusIdentity - Password Manager for Startups PlusIdentity - Password Manager for Startups
ID jnneeolecadopokmckbopeekdhaekkcm
आधिकारिक URL https://chromewebstore.google.com/detail/plusidentity-password-man/jnneeolecadopokmckbopeekdhaekkcm
विवरण Secure and easy way to manage your team's passwords.
फ़ाइल का आकार 1.66 MB
स्थापना संख्या 42
वर्तमान संस्करण 0.0.3
अंतिम अपडेट 2022-07-07
प्रकाशन तिथि 2022-05-12
डेवलपर https://plusidentity.com
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://www.plusidentity.com
सहायता पृष्ठ URL https://www.plusidentity.com/security
गोपनीयता नीति पृष्ठ URL https://www.plusidentity.com/privacy
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "PlusIdentity - Password Manager for Startups",
    "description": "Secure and easy way to manage your team's passwords.",
    "version": "0.0.3",
    "manifest_version": 3,
    "background": {
        "service_worker": "background.js"
    },
    "permissions": [
        "storage",
        "cookies",
        "tabs"
    ],
    "host_permissions": [
        ""
    ],
    "action": {
        "default_popup": "index.html",
        "default_icon": {
            "16": "\/media\/logos\/plusidentity\/default\/plusidentity16.png",
            "32": "\/media\/logos\/plusidentity\/default\/plusidentity32.png",
            "48": "\/media\/logos\/plusidentity\/default\/plusidentity48.png",
            "128": "\/media\/logos\/plusidentity\/default\/plusidentity128.png"
        }
    },
    "commands": {
        "_execute_action": {
            "suggested_key": {
                "default": "Ctrl+Shift+P",
                "windows": "Ctrl+Shift+P",
                "mac": "Command+Shift+P",
                "linux": "Ctrl+Shift+P"
            }
        }
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "jquery.js",
                "content.js"
            ]
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "*"
            ],
            "matches": [
                "*:\/\/*\/*"
            ]
        }
    ],
    "icons": {
        "16": "\/media\/logos\/plusidentity\/default\/plusidentity16.png",
        "32": "\/media\/logos\/plusidentity\/default\/plusidentity32.png",
        "48": "\/media\/logos\/plusidentity\/default\/plusidentity48.png",
        "128": "\/media\/logos\/plusidentity\/default\/plusidentity128.png"
    }
}