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文件

下載Cognizant Intelligent Test Scripter擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        To automate web application in script less approach                    

擴展基本資訊

名稱 Cognizant Intelligent Test Scripter Cognizant Intelligent Test Scripter
ID eghfogfdhadandcigjcccdfhlohcgljn
官方網址 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"
    ]
}