OneLogin for Google Chrome

Single Sign-On for cloud lovers.

OneLogin for Google Chrome क्या है?

OneLogin for Google Chrome https://onelogin.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Single Sign-On for cloud lovers."।

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

screenshot

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

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

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

                        OneLogin provides single sign-on and identity management for organizations that embrace cloud computing. Because OneLogin itself is hosted in the cloud, you can get up and running in a matter of minutes.

OneLogin is pre-integrated with popular business applications such as Salesforce.com, NetSuite, Google Apps, Zoho, Sugar CRM, GoToMeeting, Yammer as well as personal applications like Facebook and Twitter.

Install the extension and signup for free at https://www.onelogin.com                    

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

नाम OneLogin for Google Chrome OneLogin for Google Chrome
ID ioalpmibngobedobkmbhgmadaphocjdn
आधिकारिक URL https://chromewebstore.google.com/detail/onelogin-for-google-chrom/ioalpmibngobedobkmbhgmadaphocjdn
विवरण Single Sign-On for cloud lovers.
फ़ाइल का आकार 5.77 MB
स्थापना संख्या 1,134,369
वर्तमान संस्करण 3.5.2
अंतिम अपडेट 2024-02-29
प्रकाशन तिथि 2020-07-01
रेटिंग 3.22/5 कुल 81 रेटिंग्स
डेवलपर https://onelogin.com
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://www.onelogin.com
सहायता पृष्ठ URL https://support.onelogin.com
गोपनीयता नीति पृष्ठ URL https://www.onelogin.com/privacy
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "OneLogin for Google Chrome",
    "version": "3.5.2",
    "manifest_version": 2,
    "description": "Single Sign-On for cloud lovers.",
    "minimum_chrome_version": "22.0.0.0",
    "incognito": "split",
    "icons": {
        "16": "icons\/normal\/Icon-16.png",
        "48": "icons\/normal\/Icon-48.png",
        "128": "icons\/normal\/Icon-128.png"
    },
    "background": {
        "scripts": [
            "background.bundle.js",
            "integrationTest.bundle.js"
        ]
    },
    "options_page": "options\/options.html",
    "options_ui": {
        "page": "options\/options.html",
        "chrome_style": true
    },
    "browser_action": {
        "default_title": "OneLogin for Google Chrome",
        "default_icon": {
            "19": "icons\/normal\/Icon-19.png",
            "38": "icons\/normal\/Icon-38.png"
        }
    },
    "commands": {
        "unit_test": {
            "suggested_key": {
                "default": "Ctrl+Shift+U",
                "mac": "Command+Shift+U"
            },
            "description": "Run unit tests"
        }
    },
    "content_scripts": [
        {
            "js": [
                "contentAll.bundle.js"
            ],
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "run_at": "document_end"
        },
        {
            "js": [
                "contentAllDocStart.bundle.js"
            ],
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "run_at": "document_start"
        },
        {
            "js": [
                "contentPortal.bundle.js"
            ],
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "include_globs": [
                "http:\/\/localhost:*\/*",
                "http:\/\/*.onelogin*\/*",
                "https:\/\/*.onelogin*\/*"
            ],
            "run_at": "document_start",
            "all_frames": true
        }
    ],
    "web_accessible_resources": [
        "ui\/saveNewAppDialog.html",
        "ui\/updateAppDialog.html"
    ],
    "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'",
    "permissions": [
        "storage",
        "webRequest",
        "webRequestBlocking",
        "tabs",
        "http:\/\/*\/*",
        "https:\/\/*\/*",
        "cookies",
        "webNavigation"
    ]
}