S4T Aesop SSO
Enables TheSource to populate Aesop login
What is S4T Aesop SSO?
S4T Aesop SSO is a Chrome extension developed by ESSInformationTechnology, and its main feature is "Enables TheSource to populate Aesop login".
Extension Screenshots
Download S4T Aesop SSO Extension CRX File
Download S4T Aesop SSO extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
This chrome extension enables TheSource web site to populate logins to Aesop web site.
Extension Basic Information
Name | S4T Aesop SSO |
ID | lhjcggedamgnendmpmkdpkmokpllaaem |
Official URL | https://chromewebstore.google.com/detail/s4t-aesop-sso/lhjcggedamgnendmpmkdpkmokpllaaem |
Description | Enables TheSource to populate Aesop login |
File Size | 4.3 KB |
Installation Count | 249 |
Current Version | 16 |
Last Updated | 2019-10-22 |
Publish Date | 2019-10-22 |
Rating | 3.67/5 Total 3 Ratings |
Developer | ESSInformationTechnology |
[email protected] | |
Payment Type | free |
Supported Languages | 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" ] } ] } |