JumpCloud Password Manager

Securely manage and share passwords & 2FA with your team

ما هو JumpCloud Password Manager؟

JumpCloud Password Manager هو إضافة Chrome تم تطويرها بواسطة JumpCloud، والميزة الرئيسية لها هي "Securely manage and share passwords & 2FA with your team".

لقطات شاشة التمديد

screenshot
screenshot
screenshot
screenshot
screenshot

تحميل ملف CRX للإضافة JumpCloud Password Manager

قم بتنزيل ملفات الامتداد JumpCloud Password Manager بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        The JumpCloud Password Manager enables your team to securely manage and share passwords & 2FA and share while providing you with full visibility and control over passwords used across your organization. Below are some of the features of Password Manager:

• Passwords and other types of secrets are stored locally across your organization's devices and are synced and shared in an end-to-end encrypted way through JumpCloud relay servers. This removes the need for a master password and offers your end users a seamless login experience.

• Password & 2FA auto-fill in browsers and native applications removes the need for users to create, remember, and manually input credentials.

• Password & 2FA sharing between users and groups reduces the risks involved with users sharing passwords in an insecure way while providing you with visibility and control over who has access to what credentials.

• Strong and unique password generation reduces the likelihood of your company passwords being guessed and compromised by hackers.

• Centralized admin management through the JumpCloud admin console in a fully integrated way allows you to manage identity, access, and devices from a single console.                    

معلومات أساسية عن التمديد

الاسم JumpCloud Password Manager JumpCloud Password Manager
ID dakjaeligofcdjlcoifkiappabgladep
عنوان URL الرسمي https://chromewebstore.google.com/detail/jumpcloud-password-manage/dakjaeligofcdjlcoifkiappabgladep
الوصف Securely manage and share passwords & 2FA with your team
حجم الملف 10.51 MB
عدد التثبيتات 24,377
النسخة الحالية 2.0.4
آخر تحديث 2024-03-04
تاريخ النشر 2022-09-03
تقييم 2.53/5 مجموع تقييمات 15
المطور JumpCloud
البريد الإلكتروني [email protected]
نوع الدفع free
موقع الإضافة https://jumpcloud.com/
عنوان صفحة المساعدة https://support.jumpcloud.com/
عنوان صفحة سياسة الخصوصية https://jumpcloud.com/privacy
اللغات المدعومة en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "JumpCloud Password Manager",
    "author": "JumpCloud Inc.",
    "short_name": "JumpCloud",
    "description": "Securely manage and share passwords & 2FA with your team",
    "version": "2.0.4",
    "icons": {
        "16": "images\/logo\/icon_16.png",
        "32": "images\/logo\/icon_32.png",
        "128": "images\/logo\/icon_128.png"
    },
    "permissions": [
        "contextMenus",
        "downloads",
        "webNavigation",
        "tabs",
        "storage",
        "cookies",
        "notifications",
        "unlimitedStorage",
        "nativeMessaging",
        "privacy"
    ],
    "background": {
        "service_worker": "background.min.js"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "exclude_matches": [
                "http:\/\/*\/*.xml",
                "https:\/\/*\/*.xml"
            ],
            "all_frames": true,
            "match_about_blank": true,
            "js": [
                "content\/content.min.js"
            ]
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "content\/pages\/login.html",
                "content\/pages\/twofa.html",
                "content\/pages\/addupdate.html",
                "content\/pages\/mobile.html",
                "content\/pages\/passwordgenerator.html",
                "images\/logo\/icon_180.svg",
                "images\/logo\/logo_icon_grey_180.svg",
                "images\/exclamation.png",
                "images\/logo\/icon_38.png",
                "images\/logo\/logo_512.png",
                "images\/phone-outline.png",
                "images\/phone-icon.svg",
                "images\/desktop-icon.svg",
                "images\/ring.svg",
                "images\/ring-white.svg",
                "images\/password-generator.png",
                "images\/credit_cards\/MasterCard.png",
                "images\/credit_cards\/Visa.png",
                "images\/credit_cards\/Amex.png",
                "images\/credit_cards\/Discover.png",
                "images\/credit_cards\/Other.png",
                "images\/close.png",
                "images\/company.png",
                "images\/lock-icon.png",
                "images\/lock-icon-32.png",
                "images\/lock-icon.svg",
                "fonts\/RedHatDisplay-Black.otf",
                "fonts\/RedHatDisplay-BlackItalic.otf",
                "fonts\/RedHatDisplay-Bold.otf",
                "fonts\/RedHatDisplay-BoldItalic.otf",
                "fonts\/RedHatDisplay-Italic.otf",
                "fonts\/RedHatDisplay-Medium.otf",
                "fonts\/RedHatDisplay-MediumItalic.otf",
                "fonts\/RedHatDisplay-Regular.otf"
            ],
            "matches": [
                ""
            ],
            "extension_ids": [
                "bmikpgodpkclnkgmnpphehdgcimmided"
            ]
        }
    ],
    "incognito": "spanning",
    "action": {
        "browser_style": true,
        "default_icon": "images\/logo\/icon_32.png",
        "default_popup": "popup\/index.html"
    },
    "host_permissions": [
        "http:\/\/*\/",
        "https:\/\/*\/"
    ]
}