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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 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"
    }
}