Synthetics Formatter for Selenium IDE

Chrome extension for incorporating New Relic Synthetics exporter for Selenium IDE

What is Synthetics Formatter for Selenium IDE?

Synthetics Formatter for Selenium IDE is a Chrome extension developed by Benedicto Tan, and its main feature is "Chrome extension for incorporating New Relic Synthetics exporter for Selenium IDE".

Extension Screenshots

screenshot

Download Synthetics Formatter for Selenium IDE Extension CRX File

Download Synthetics Formatter for Selenium IDE 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 plugin adds a  New Relic Synthetics export feature to the Selenium IDE supported language export.

How to use
1. Install the Selenium IDE web extension.
2. Install this web extension.
3. Start the Selenium IDE and start recording or load an existing project
4. Select the test or test suite to export.
5. Select export option this will open a dialog with New Relic Synthetics as one of the export option.                    

Extension Basic Information

Name Synthetics Formatter for Selenium IDE Synthetics Formatter for Selenium IDE
ID agedeoibceidbaeajbehgiejlekicbfd
Official URL https://chromewebstore.google.com/detail/synthetics-formatter-for/agedeoibceidbaeajbehgiejlekicbfd
Description Chrome extension for incorporating New Relic Synthetics exporter for Selenium IDE
File Size 106 KB
Installation Count 3,676
Current Version 1.0.8
Last Updated 2020-08-17
Publish Date 2020-02-15
Rating 5.00/5 Total 3 Ratings
Developer Benedicto Tan
Email [email protected]
Payment Type free
Extension Website https://github.com/tanben/nrsynthetics-for-seleniumide
Help Page URL https://github.com/tanben/nrsynthetics-for-seleniumide/issues
Supported Languages en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Synthetics Formatter for Selenium IDE",
    "version": "1.0.8",
    "version_name": "1.0.8",
    "description": "Chrome extension for incorporating New Relic Synthetics exporter for Selenium IDE",
    "homepage_url": "https:\/\/github.com\/tanben\/nrsynthetics-for-seleniumide",
    "icons": {
        "16": "icons\/nr16.png",
        "32": "icons\/nr32.png",
        "64": "icons\/nr64.png",
        "54": "icons\/nr56.png"
    },
    "permissions": [
        "activeTab"
    ],
    "content_security_policy": "script-src 'self'; object-src 'self'",
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "assets\/content.js"
            ],
            "match_about_blank": true,
            "all_frames": true
        }
    ],
    "background": {
        "scripts": [
            "assets\/background.js"
        ]
    }
}