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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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"
        ]
    }
}