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
Eメール [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"
        ]
    }
}