S4T Aesop SSO

Enables TheSource to populate Aesop login

什麼是S4T Aesop SSO?

S4T Aesop SSO是由ESSInformationTechnology開發的Chrome擴展程式,該擴展的主要功能是“Enables TheSource to populate Aesop login”。

擴展截圖

screenshot
screenshot
screenshot
screenshot

下載S4T Aesop SSO擴展crx文件

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

擴展使用說明

                        This chrome extension enables TheSource web site to populate logins to Aesop web site.                    

擴展基本資訊

名稱 S4T Aesop SSO S4T Aesop SSO
ID lhjcggedamgnendmpmkdpkmokpllaaem
官方網址 https://chromewebstore.google.com/detail/s4t-aesop-sso/lhjcggedamgnendmpmkdpkmokpllaaem
簡介 Enables TheSource to populate Aesop login
檔案大小 4.3 KB
安裝次數 249
目前版本 16
更新時間 2019-10-22
上架時間 2019-10-22
評分 3.67/5 共 3 次評分
開發者 ESSInformationTechnology
電子郵箱 [email protected]
付費類型 free
支援的語言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "S4T Aesop SSO",
    "description": "Enables TheSource to populate Aesop login",
    "version": "16",
    "manifest_version": 2,
    "permissions": [
        "storage"
    ],
    "content_scripts": [
        {
            "matches": [
                "http:\/\/vortex-win.data.microsoft.com\/*",
                "https:\/\/www.aesoponline.com\/navigator\/*",
                "https:\/\/login.frontlineeducation.com\/*",
                "http:\/\/thesource5.source4teachers.com\/*",
                "https:\/\/thesource.source4teachers.com\/*",
                "https:\/\/thesource.ess.com\/*",
                "http:\/\/sourceqa.source4teachers.com\/*",
                "http:\/\/localhost:50567\/*"
            ],
            "run_at": "document_end",
            "js": [
                "contentscript.js"
            ]
        }
    ]
}