Trinity Radar
Trinity Radar extension for recording automated website tests.
What is Trinity Radar?
Trinity Radar is a Chrome extension developed by https://trinityradar.com, and its main feature is "Trinity Radar extension for recording automated website tests.".
Extension Screenshots
Download Trinity Radar Extension CRX File
Download Trinity Radar 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
Trinity Radar extension helps to record automated browser tests.
Extension Basic Information
Name | |
ID | kaeiodnnnppkeigajcclncalmcggagdg |
Official URL | https://chromewebstore.google.com/detail/trinity-radar/kaeiodnnnppkeigajcclncalmcggagdg |
Description | Trinity Radar extension for recording automated website tests. |
File Size | 1.15 MB |
Installation Count | 16 |
Current Version | 1.0.0 |
Last Updated | 2017-10-13 |
Publish Date | 2017-10-13 |
Rating | 5.00/5 Total 8 Ratings |
Developer | https://trinityradar.com |
Payment Type | free |
Extension Website | http://www.trinityradar.com |
Help Page URL | http://docs.trinityradar.com/ |
Supported Languages | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Trinity Radar", "description": "Trinity Radar extension for recording automated website tests.", "version": "1.0.0", "homepage_url": "http:\/\/app.trinityradar.com", "web_accessible_resources": [ "inject.html", "css\/inject.css" ], "icons": { "16": "img\/trinity_default-16.png", "48": "img\/trinity_default-48.png", "128": "img\/trinity_default-128.png" }, "browser_action": { "default_title": "Trinity Radar", "default_icon": "img\/trinity_default.png", "default_popup": "popup.html" }, "content_scripts": [ { "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "match_about_blank": true, "all_frames": true, "js": [ "js\/inject_1.0.0.bundle.js" ] } ], "background": { "page": "background.html" }, "content_security_policy": "default-src 'self'; script-src https:\/\/www.youtube.com https:\/\/s.ytimg.com 'unsafe-eval'; connect-src https:\/\/api.honeybadger.io http:\/\/api.honeybadger.io https:\/\/app.trinityradar.com http:\/\/app.trinityradar.com; style-src * 'unsafe-inline'; font-src https:\/\/fonts.gstatic.com\/; frame-src https:\/\/www.youtube.com ; img-src 'self' data:;", "permissions": [ "contextMenus", "tabs", "activeTab", "storage", "*:\/\/*\/", "webNavigation" ], "incognito": "split" } |