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
Eメール [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"
            ]
        }
    ]
}