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 เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://plusidentity.com และคุณลักษณะหลักของมันคือ "Secure and easy way to manage your team's passwords."

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย PlusIdentity - Password Manager for Startups

ดาวน์โหลดไฟล์ส่วนขยาย 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"
    }
}