Cerby's browser extension

The Cerby extension allows you to quickly and easily manage your accounts.

Cerby's browser extension क्या है?

Cerby's browser extension Cerby, Inc. द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "The Cerby extension allows you to quickly and easily manage your accounts."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Cerby's browser extension एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        The Cerby Chrome extension allows you to quickly and easily manage your accounts. 

Cerby extends the reach of existing Identity solutions like Okta, enabling Security and IT teams to bring non-conforming “Consumer” apps (Social Media accounts, Bank accounts, etc) into a secure management domain. We make it so even the most difficult to integrate applications - those with no SAML support, are non-directory based, have many-to-one or many-to-few access models - can safely co-exist alongside other traditional Enterprise apps. The minimally invasive way we secure these apps significantly reduces the footprint of Shadow IT while also minimizing the surface area for common hacking and attack vectors.                    

एक्सटेंशन की मूल जानकारी

नाम Cerby's browser extension Cerby's browser extension
ID clccplmaaeihbagbefjinmclielobnkb
आधिकारिक URL https://chromewebstore.google.com/detail/cerbys-browser-extension/clccplmaaeihbagbefjinmclielobnkb
विवरण The Cerby extension allows you to quickly and easily manage your accounts.
फ़ाइल का आकार 4.99 MB
स्थापना संख्या 6,000
वर्तमान संस्करण 1.0.283
अंतिम अपडेट 2024-03-05
प्रकाशन तिथि 2021-04-07
रेटिंग 5.00/5 कुल 15 रेटिंग्स
डेवलपर Cerby, Inc.
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://cerby.com
गोपनीयता नीति पृष्ठ URL https://www.cerby.com/privacy
समर्थित भाषाएँ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Cerby's browser extension",
    "author": "Cerby inc.",
    "version": "1.0.283",
    "manifest_version": 3,
    "description": "The Cerby extension allows you to quickly and easily manage your accounts.",
    "icons": {
        "16": "icons\/icon_on_16px.png",
        "32": "icons\/icon_on_32px.png",
        "48": "icons\/icon_on_48px.png",
        "128": "icons\/icon_on_128px.png",
        "512": "icons\/icon_on_512px.png"
    },
    "action": {
        "default_icon": "icons\/icon_on_48px.png",
        "default_popup": "index.html"
    },
    "background": {
        "service_worker": "build\/background.js"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*\/*",
                "http:\/\/*\/*"
            ],
            "js": [
                "build\/contentScript.js"
            ]
        },
        {
            "matches": [
                "https:\/\/*\/*",
                "http:\/\/*\/*"
            ],
            "js": [
                "build\/collectV2.js"
            ],
            "all_frames": true,
            "run_at": "document_end"
        },
        {
            "matches": [
                "https:\/\/*.cerby.com\/*"
            ],
            "js": [
                "build\/cerbyCS.js"
            ],
            "run_at": "document_end"
        },
        {
            "matches": [
                "https:\/\/*\/*",
                "http:\/\/*\/*"
            ],
            "js": [
                "build\/inContextNotifications.js"
            ],
            "run_at": "document_end"
        }
    ],
    "permissions": [
        "storage",
        "unlimitedStorage",
        "cookies",
        "tabs",
        "webNavigation",
        "contextMenus",
        "webRequest",
        "scripting"
    ],
    "host_permissions": [
        "https:\/\/*\/",
        "http:\/\/*\/",
        ""
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "menu.html",
                "in-context-notifications.html",
                "feedback-loop-notifications.html",
                "capture-and-create-notifications.html",
                "ui-module-dialog.html",
                "create-account.html",
                "suggest-request-seat.html",
                "\/oauth2\/*",
                "assets\/*",
                "fonts\/*",
                "icons\/cerby.svg",
                "icons\/ic_any_error.svg",
                "build\/unsafeClick.js",
                "signup-menu.html"
            ],
            "matches": [
                "https:\/\/*\/*",
                "http:\/\/*\/*"
            ]
        }
    ]
}