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
官方URL 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"
            ]
        }
    ]
}