Testissimo

Testissimo, automated e2e testing tool

Vad är Testissimo?

Testissimo är en Chrome-tillägg utvecklad av https://testissimo.io, och dess huvudfunktion är "Testissimo, automated e2e testing tool".

Tilläggsskärmbilder

screenshot

Ladda ner Testissimo-förlängningens CRX-fil

Ladda ner Testissimo-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

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

Grundläggande Information om Tillägg

Namn Testissimo Testissimo
ID kbndfdpfemdihkbgpaggicjhmfaeeobh
Officiell webbadress https://chromewebstore.google.com/detail/testissimo/kbndfdpfemdihkbgpaggicjhmfaeeobh
Beskrivning Testissimo, automated e2e testing tool
Filstorlek 40.7 KB
Antal Installationer 23
Aktuell Version 0.5.5
Senast Uppdaterad 2019-09-18
Publiceringsdatum 2019-09-18
Betyg 5.00/5 Totalt 2 Betyg
Utvecklare https://testissimo.io
Betalningssätt free
Tilläggswebbplats https://testissimo.io/
Stödda Språk 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"
        }
    ]
}