Testissimo

Testissimo, automated e2e testing tool

Testissimo là gì?

Testissimo là một tiện ích mở rộng Chrome được phát triển bởi https://testissimo.io, và tính năng chính của nó là "Testissimo, automated e2e testing tool".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng Testissimo

Tải xuống các tệp mở rộng Testissimo dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

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

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Testissimo Testissimo
ID kbndfdpfemdihkbgpaggicjhmfaeeobh
URL Chính Thức https://chromewebstore.google.com/detail/testissimo/kbndfdpfemdihkbgpaggicjhmfaeeobh
Mô tả Testissimo, automated e2e testing tool
Kích Thước Tệp 40.7 KB
Số Lần Cài Đặt 23
Phiên Bản Hiện Tại 0.5.5
Cập Nhật Lần Cuối 2019-09-18
Ngày Phát Hành 2019-09-18
Đánh Giá 5.00/5 Tổng số 2 Đánh Giá
Nhà Phát Triển https://testissimo.io
Loại Thanh Toán free
Trang Web Mở Rộng https://testissimo.io/
Ngôn Ngữ Được Hỗ Trợ 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"
        }
    ]
}