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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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"
            ]
        }
    ]
}