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开发的Chrome扩展程序,该扩展的主要功能是“Secure and easy way to manage your team's passwords.”。

扩展截图

screenshot
screenshot

下载PlusIdentity - Password Manager for Startups扩展crx文件

下载PlusIdentity - Password Manager for Startups扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

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