Testissimo

Testissimo, automated e2e testing tool

What is Testissimo?

Testissimo is a Chrome extension developed by https://testissimo.io, and its main feature is "Testissimo, automated e2e testing tool".

Extension Screenshots

screenshot

Download Testissimo Extension CRX File

Download Testissimo extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

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

Extension Basic Information

Name Testissimo Testissimo
ID kbndfdpfemdihkbgpaggicjhmfaeeobh
Official URL https://chromewebstore.google.com/detail/testissimo/kbndfdpfemdihkbgpaggicjhmfaeeobh
Description Testissimo, automated e2e testing tool
File Size 40.7 KB
Installation Count 23
Current Version 0.5.5
Last Updated 2019-09-18
Publish Date 2019-09-18
Rating 5.00/5 Total 2 Ratings
Developer https://testissimo.io
Payment Type free
Extension Website https://testissimo.io/
Supported Languages 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"
        }
    ]
}