5250 Web Terminal Add-on
Browser extension for Green Screens 5250 Web Terminal to improve user experience by enabling local user settings.
What is 5250 Web Terminal Add-on?
5250 Web Terminal Add-on is a Chrome extension developed by Green Screens Ltd., and its main feature is "Browser extension for Green Screens 5250 Web Terminal to improve user experience by enabling local user settings.".
Extension Screenshots
Download 5250 Web Terminal Add-on Extension CRX File
Download 5250 Web Terminal Add-on 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
Green Screens Web Terminal Plugin enable terminal macros and user based UI customization. This extension is not a web terminal itself. It is add-on to store and keep user preferences across browser cache cleanup.
Extension Basic Information
Name | 5250 Web Terminal Add-on |
ID | heoadinjonfifkebpcpmnkhlanbfgkem |
Official URL | https://chromewebstore.google.com/detail/5250-web-terminal-add-on/heoadinjonfifkebpcpmnkhlanbfgkem |
Description | Browser extension for Green Screens 5250 Web Terminal to improve user experience by enabling local user settings. |
File Size | 270 KB |
Installation Count | 371 |
Current Version | 6.1.0.122 |
Last Updated | 2023-10-25 |
Publish Date | 2020-05-21 |
Rating | 3.00/5 Total 2 Ratings |
Developer | Green Screens Ltd. |
[email protected] | |
Payment Type | free |
Extension Website | https://www.greenscreens.io |
Help Page URL | https://www.greenscreens.io/doc/manual/Green%20Screens%20Browser%20Extension%20Manual.pdf |
Privacy Policy Page URL | https://www.greenscreens.io/privacy-policy.html |
Supported Languages | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "description": "Browser extension for Green Screens 5250 Web Terminal to improve user experience by enabling local user settings.", "author": "Green Screens Ltd.", "name": "5250 Web Terminal Add-on", "homepage_url": "http:\/\/www.greenscreens.io", "version": "6.1.0.122", "manifest_version": 3, "icons": { "16": "icons\/icon16.png", "48": "icons\/icon48.png", "128": "icons\/icon128.png" }, "permissions": [ "nativeMessaging", "tabs", "storage", "activeTab", "scripting", "contextMenus", "notifications", "declarativeContent" ], "host_permissions": [ "http:\/\/*\/lite\/*", "https:\/\/*\/lite\/*", "http:\/\/*\/terminal\/*", "https:\/\/*\/terminal\/*" ], "omnibox": { "keyword": "webterm" }, "background": { "service_worker": "assets\/backend\/app.min.js", "type": "module" }, "content_security_policy": { "extension_pages": "default-src 'self'; script-src 'self'; object-src 'self'; img-src 'self' data:" }, "content_scripts": [ { "js": [ "assets\/bridge\/bridge.min.js" ], "matches": [ "http:\/\/*\/lite\/*", "https:\/\/*\/lite\/*", "http:\/\/*\/terminal\/*", "https:\/\/*\/terminal\/*" ], "run_at": "document_start" } ], "options_page": "assets\/options\/index.html", "options_ui": { "open_in_tab": true, "page": "assets\/options\/index.html" }, "action": { "default_icon": "icons\/icon19.png", "default_popup": "assets\/popup\/index.html", "default_title": "Macros" }, "web_accessible_resources": [ { "resources": [ "assets\/colors\/style.less", "assets\/colors\/style.tpl" ], "matches": [ " |