OneLogin for Google Chrome

Single Sign-On for cloud lovers.

OneLogin for Google Chromeคืออะไร?

OneLogin for Google Chrome เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://onelogin.com และคุณลักษณะหลักของมันคือ "Single Sign-On for cloud lovers."

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

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย OneLogin for Google Chrome

ดาวน์โหลดไฟล์ส่วนขยาย OneLogin for Google Chrome ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        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"
    ]
}