PlusIdentity - Password Manager for Startups

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

PlusIdentity - Password Manager for Startups là gì?

PlusIdentity - Password Manager for Startups là một tiện ích mở rộng Chrome được phát triển bởi https://plusidentity.com, và tính năng chính của nó là "Secure and easy way to manage your team's passwords.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng PlusIdentity - Password Manager for Startups

Tải xuống các tệp mở rộng PlusIdentity - Password Manager for Startups dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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).                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên PlusIdentity - Password Manager for Startups PlusIdentity - Password Manager for Startups
ID jnneeolecadopokmckbopeekdhaekkcm
URL Chính Thức https://chromewebstore.google.com/detail/plusidentity-password-man/jnneeolecadopokmckbopeekdhaekkcm
Mô tả Secure and easy way to manage your team's passwords.
Kích Thước Tệp 1.66 MB
Số Lần Cài Đặt 42
Phiên Bản Hiện Tại 0.0.3
Cập Nhật Lần Cuối 2022-07-07
Ngày Phát Hành 2022-05-12
Nhà Phát Triển https://plusidentity.com
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://www.plusidentity.com
URL Trang Trợ Giúp https://www.plusidentity.com/security
URL Trang Chính Sách Bảo Mật https://www.plusidentity.com/privacy
Ngôn Ngữ Được Hỗ Trợ 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"
    }
}