Testissimo

Testissimo, automated e2e testing tool

Testissimoคืออะไร?

Testissimo เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://testissimo.io และคุณลักษณะหลักของมันคือ "Testissimo, automated e2e testing tool"

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Testissimo

ดาวน์โหลดไฟล์ส่วนขยาย 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
URL อย่างเป็นทางการ 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"
        }
    ]
}