Testissimo

Testissimo, automated e2e testing tool

什麼是Testissimo?

Testissimo是由https://testissimo.io開發的Chrome擴展程式,該擴展的主要功能是“Testissimo, automated e2e testing tool”。

擴展截圖

screenshot

下載Testissimo擴展crx文件

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

擴展使用說明

                        Testissimo client script injector - helps to test apps where you have not access to html code.                    

擴展基本資訊

名稱 Testissimo Testissimo
ID kbndfdpfemdihkbgpaggicjhmfaeeobh
官方網址 https://chromewebstore.google.com/detail/testissimo/kbndfdpfemdihkbgpaggicjhmfaeeobh
簡介 Testissimo, automated e2e testing tool
檔案大小 40.7 KB
安裝次數 23
目前版本 0.5.5
更新時間 2019-09-18
上架時間 2019-09-18
評分 5.00/5 共 2 次評分
開發者 https://testissimo.io
付費類型 free
擴展官網 https://testissimo.io/
支援的語言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Testissimo",
    "version": "0.5.5",
    "manifest_version": 2,
    "description": "Testissimo, automated e2e testing tool",
    "homepage_url": "https:\/\/testissimo.io",
    "default_locale": "en",
    "icons": {
        "16": "icons\/inactive\/icon16.png",
        "19": "icons\/inactive\/icon19.png",
        "48": "icons\/inactive\/icon48.png",
        "128": "icons\/inactive\/icon128.png"
    },
    "browser_action": {
        "default_title": "Testissimo - click to activate"
    },
    "background": {
        "page": "src\/background-page.html",
        "persistent": true
    },
    "permissions": [
        "tabs",
        "webRequest",
        "webRequestBlocking",
        "debugger",
        ""
    ],
    "content_scripts": [
        {
            "all_frames": true,
            "matches": [
                ""
            ],
            "js": [
                "src\/inject.js"
            ],
            "run_at": "document_start"
        }
    ]
}