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
官方網址 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"
        ]
    }
}