Avatier for Chrome

Avatier for Chrome

什麼是Avatier for Chrome?

Avatier for Chrome是由Avatier.com開發的Chrome擴展程式,該擴展的主要功能是“Avatier for Chrome”。

擴展截圖

screenshot
screenshot
screenshot
screenshot
screenshot

下載Avatier for Chrome擴展crx文件

下載Avatier for Chrome擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        Modernize your digital workforce with Avatier for Chrome.  Discover a breakthrough seamless collaborative self-service IT experience and automation for the entire enterprise without compromising privacy and security using Chrome.

Get more done with the Chrome and Avatier Now more simple, secure, and faster than ever - with Google’s smarts built-in. Utilizing the Avatier for Chrome extension allows users to customize their browser experience.

Introducing Avatier for Chrome which integrates with the leading MFA solutions in the industry to provide a true-passwordless secure Identity Management experience.  Leverage Avatier OTP SMS/Email or phoneless MFA, Duo Security, Google Authenticator, Okta Verify, Ping Identity, Radius, RSA SecureID, Symantec VIP, and many other FIDO2 WebAuthn compliant solutions.

Discover all you can do with Avatier for Chrome:

* Single Sign-on for Chrome. 
Modern SSO solutions need to support a diverse workforce with a choice of how and where they would like to securely consume cloud access.   Avatier for Chrome Extension enables access when your workforce needs it the most while surfing the web.  With Just-in-Time (JIT) cloud app user provisioning/deprovisioning it has never been easier to onboard your workforce across your cloud applications.

* Self-Service Group Management for Chrome.  
Microsoft/Azure group membership is paramount as it controls your role in the company, access to files, and even cloud application access via leading SSO solutions like Avatier.  Avatier for Chrome allows self-service group membership requests with push notification for workflow approval.  Now you can request creation, deletion, renaming and even group ownership conveniently using Chrome. 

* Certification Campaigns for Chrome.  
Verifying workforce granular access has never been this easy.  Avatier for Chrome ensures access governance is continuously being met by empowering managers to approve, deny, allow an exception, or re-assign certifications to a co-worker.

* Universal Workflow Approval for Chrome.  
Push notification instantly alerts you to urgent matters that require your attention. Using Chrome with Avatier don't ever miss an important workforce request for roles, access, assets, or even generic change control.  Approve/Deny ServiceNow and Workdays using Avatier's Universal Workflow Platform(TM). 

* User Management for Chrome.  
Never panic when its time to disable or delete user access.  Avatier for Chrome you can request disabling user access now and schedule deleting the user later.

* Self-Service Password Management for Chrome.
Your workforce needs self-service password reset and synchronization without requiring an expensive call the help desk.  Your service desk needs a secure friendly assisted password reset form anywhere.  Avatier for Chrome gives your workforce the seamless ability to perform these actions wherever they are by securely authenticating with a variety of flexible authentication MFA options.  Avatier's Password Policy Manager will also ensure that your password meets the enterprise password policy and maintain strong passwords across all systems.

Achieve more together with Avatier for Chrome.

If you are ready to see Avatier for Chrome in action we are offering an exclusive FREE trial to qualified organizations.  Schedule yours today: 

https://calendly.com/avatier-cloudtrial/avatier-for-chrome-kickoff-meeting?month=2020-06                    

擴展基本資訊

名稱 Avatier for Chrome Avatier for Chrome
ID egoildcolmabebmfabhjmljegldgndgl
官方網址 https://chromewebstore.google.com/detail/avatier-for-chrome/egoildcolmabebmfabhjmljegldgndgl
簡介 Avatier for Chrome
檔案大小 19.08 KB
安裝次數 70
目前版本 1.1
更新時間 2020-07-02
上架時間 2020-07-02
開發者 Avatier.com
電子郵箱 [email protected]
付費類型 free
擴展官網 https://avatier.com
說明頁面URL https://www.avatier.com/support/
隱私政策頁面URL https://www.avatier.com/privacy
支援的語言 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Avatier for Chrome",
    "version": "1.1",
    "description": "Avatier for Chrome",
    "permissions": [
        "activeTab",
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "content_scripts": [
        {
            "all_frames": false,
            "js": [
                "Scripts\/iframe.js"
            ],
            "matches": [
                ""
            ],
            "run_at": "document_end"
        }
    ],
    "browser_action": {
        "default_icon": {
            "16": "images\/Icon16.png",
            "32": "images\/Icon32.png",
            "48": "images\/Icon48.png",
            "64": "images\/Icon64.png",
            "80": "images\/Icon80.png",
            "128": "images\/Icon128.png"
        },
        "default_title": "Avatier for Chrome"
    },
    "icons": {
        "16": "images\/Icon16.png",
        "32": "images\/Icon32.png",
        "48": "images\/Icon48.png",
        "64": "images\/Icon64.png",
        "80": "images\/Icon80.png",
        "128": "images\/Icon128.png"
    },
    "manifest_version": 2,
    "web_accessible_resources": []
}