Synthetics Formatter for Selenium IDE

Chrome extension for incorporating New Relic Synthetics exporter for Selenium IDE

什么是Synthetics Formatter for Selenium IDE?

Synthetics Formatter for Selenium IDE是由Benedicto Tan开发的Chrome扩展程序,该扩展的主要功能是“Chrome extension for incorporating New Relic Synthetics exporter for Selenium IDE”。

扩展截图

screenshot

下载Synthetics Formatter for Selenium IDE扩展crx文件

下载Synthetics Formatter for Selenium IDE扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        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.                    

扩展基本信息

名称 Synthetics Formatter for Selenium IDE Synthetics Formatter for Selenium IDE
ID agedeoibceidbaeajbehgiejlekicbfd
官方URL https://chromewebstore.google.com/detail/synthetics-formatter-for/agedeoibceidbaeajbehgiejlekicbfd
简介 Chrome extension for incorporating New Relic Synthetics exporter for Selenium IDE
文件大小 106 KB
安装次数 3,676
当前版本 1.0.8
更新时间 2020-08-17
上架时间 2020-02-15
评分 5.00/5 共3次评分
开发者 Benedicto Tan
电子邮箱 [email protected]
付费类型 free
扩展官网 https://github.com/tanben/nrsynthetics-for-seleniumide
帮助页面URL https://github.com/tanben/nrsynthetics-for-seleniumide/issues
支持的语言 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"
        ]
    }
}