Avatier Single Sign On

Avatier's single sign on logs you in to your web sites! No more remembering complex passwords and post-it notes on your monitor!

Avatier Single Sign Onคืออะไร?

Avatier Single Sign On เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://ssostore.com และคุณลักษณะหลักของมันคือ "Avatier's single sign on logs you in to your web sites! No more remembering complex passwords and post-it notes on your monitor!"

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

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Avatier Single Sign On

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

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

                        The Avatier Single Sign-On (SSO) Chrome extension connects your SSO Store to cloud applications, systems and platforms. 

With the Avatier SSO app, you can:
• Leverage your native on-premise accounts and passwords for your cloud SSO solution.
• Stop paying for unused software licenses.
• Automate SSO app provisioning.
• Force users to agree to enterprise terms prior to using cloud application.
• Track and report end user compliance.
• Force users to sign on to a SSO virtual desktop when accessing cloud apps from outside your firewall.
• Automatically synchronize SSO passwords when directory passwords change.
• Enable SSO from any web browser. 
• Enable SSO on iOS, Andriod, and Microsoft Mobile OS phones and tablets.
• Tailor your SSO Interface based on native groups, organizational units and users.
• Configure applications to automatically launch when users sign on.
• Configure applications to automatically logoff when users sign off.
• Force two-factor authentication for privileged accounts.
• Receive 24x7x356 live support.
• Choose from hundreds of categorized SSO cloud applications.
• Perform bulk SSO administration.
• Switch from icon mode to detailed description view of your cloud applications.
• Launch SSO SAML enabled cloud apps from any browser on any web tablet or mobile phone.

Getting Started:
The Avatier SSO app requires your company to be an Avatier customer for you to be an authorized user. See Avatier Application License Agreement for details.

About Avatier:
Avatier is the identity management company designed for business users. Founded in 1997, Avatier automates workflow and unifies enterprise operations and compliance reviews by standardizing business processes with an IT store. Avatier’s easily extensible identity management system lowers operational costs and provides corporate governance visibility.                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Avatier Single Sign On Avatier Single Sign On
ID ccglkmhnihjbfkdabhnnpadiibhfaojl
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/avatier-single-sign-on/ccglkmhnihjbfkdabhnnpadiibhfaojl
คำอธิบาย Avatier's single sign on logs you in to your web sites! No more remembering complex passwords and post-it notes on your monitor!
ขนาดไฟล์ 148 KB
จำนวนการติดตั้ง 242
เวอร์ชันปัจจุบัน 2.0.0.14
อัปเดตครั้งล่าสุด 2023-10-18
วันที่เผยแพร่ 2020-06-27
คะแนน 5.00/5 รวมทั้งหมด 1 คะแนน
ผู้พัฒนา https://ssostore.com
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย http://www.avatier.com/products/identity-management/password-management/single-sign-on/
URL หน้าช่วยเหลือ http://www.avatier.com/support/
URL หน้านโยบายความเป็นส่วนตัว https://www.avatier.com/privacy
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Avatier Single Sign On",
    "short_name": "Avatier SSO",
    "version": "2.0.0.14",
    "description": "Avatier's single sign on logs you in to your web sites! No more remembering complex passwords and post-it notes on your monitor!",
    "homepage_url": "http:\/\/www.avatier.com",
    "manifest_version": 2,
    "content_security_policy": "script-src 'self'; object-src 'self'",
    "author": "Thomas Lee",
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "all_frames": true,
            "run_at": "document_idle",
            "js": [
                "js\/jquery.js",
                "js\/aes.js",
                "js\/jsHash.js",
                "js\/cryptoHelpers.js",
                "js\/bililiteRange.js",
                "js\/jquery.simulate.js",
                "js\/jquery.simulate.ext.js",
                "js\/jquery.simulate.key-sequence.js",
                "js\/jquery.sendkeys.js",
                "js\/vars.js",
                "js\/login.js",
                "js\/navigation.js",
                "js\/content.js"
            ]
        }
    ],
    "background": {
        "persistent": false,
        "page": "background.htm"
    },
    "web_accessible_resources": [
        "js\/*",
        "icons\/*",
        "avatier_connecting.html"
    ],
    "externally_connectable": {
        "ids": [
            "cdijbbemihbdkhhkfplcjlmmclljfeln",
            "ccglkmhnihjbfkdabhnnpadiibhfaojl"
        ]
    },
    "permissions": [
        "activeTab",
        "tabs",
        "background",
        "*:\/\/*\/*"
    ],
    "icons": {
        "128": "icons\/icon128.png",
        "48": "icons\/icon48.png",
        "16": "icons\/button.png"
    }
}