Cognizant Intelligent Test Scripter

Spy,Heal and Recorder Extension for Cognizant Intelligent Test Scripter

Cognizant Intelligent Test Scripter란 무엇입니까?

Cognizant Intelligent Test Scripter은(는) https://cognizantqahub.github.io/Cognizant-Intelligent-Test-Scripter-Helpdoc에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Spy,Heal and Recorder Extension for Cognizant Intelligent Test Scripter"입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot

Cognizant Intelligent Test Scripter 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        To automate web application in script less approach                    

확장 프로그램 기본 정보

이름 Cognizant Intelligent Test Scripter Cognizant Intelligent Test Scripter
ID eghfogfdhadandcigjcccdfhlohcgljn
공식 URL https://chromewebstore.google.com/detail/cognizant-intelligent-tes/eghfogfdhadandcigjcccdfhlohcgljn
설명 Spy,Heal and Recorder Extension for Cognizant Intelligent Test Scripter
파일 크기 178 KB
설치 횟수 1,606
현재 버전 0.0.0.5
최근 업데이트 2022-07-28
출시 날짜 2020-01-09
평점 4.75/5 총 8 개의 평점
개발자 https://cognizantqahub.github.io/Cognizant-Intelligent-Test-Scripter-Helpdoc
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://github.com/CognizantQAHub/Cognizant-Intelligent-Test-Scripter-Chrome-Extension/
도움말 페이지 URL https://github.com/CognizantQAHub/Cognizant-Intelligent-Test-Scripter-Chrome-Extension/
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Cognizant Intelligent Test Scripter",
    "description": "Spy,Heal and Recorder Extension for Cognizant Intelligent Test Scripter",
    "version": "0.0.0.5",
    "icons": {
        "16": "logo-16.png",
        "32": "logo-32.png",
        "64": "logo-64.png",
        "128": "logo-128.png"
    },
    "options_ui": {
        "page": "Options\/index.html",
        "chrome_style": false,
        "open_in_tab": true
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "preference.js",
                "locatorBuilders.js",
                "util.js",
                "object.js",
                "recorder.js",
                "spy.js",
                "heal.js",
                "main.js"
            ],
            "all_frames": true
        }
    ],
    "background": {
        "scripts": [
            "Background\/contextmenu.js",
            "Background\/contextMenuList.js",
            "Background\/background.js",
            "Background\/server.js"
        ]
    },
    "browser_action": {
        "default_icon": "logo-64.png"
    },
    "commands": {
        "_execute_browser_action": {
            "suggested_key": {
                "windows": "Ctrl+Shift+L",
                "mac": "Command+Shift+L",
                "chromeos": "Ctrl+Shift+L",
                "linux": "Ctrl+Shift+L"
            }
        },
        "Toggle Spy": {
            "suggested_key": {
                "windows": "Alt+S",
                "mac": "Alt+S",
                "chromeos": "Alt+S",
                "linux": "Alt+S"
            },
            "description": "Toggle Spy for Heal Mode"
        },
        "Open Options": {
            "suggested_key": {
                "windows": "Ctrl+Shift+O",
                "mac": "Command+Shift+O",
                "chromeos": "Ctrl+Shift+O",
                "linux": "Ctrl+Shift+O"
            },
            "description": "Open Addon Options"
        }
    },
    "permissions": [
        "activeTab",
        "storage",
        "contextMenus",
        "background",
        "notifications"
    ]
}