Tideways Profiler

This extension allows to trigger PHP callgraph profiling using Tideways.

Co je Tideways Profiler?

Tideways Profiler je rozšíření Chrome vyvinuté https://tideways.com, a jeho hlavní funkcí je „This extension allows to trigger PHP callgraph profiling using Tideways.“.

Snímky obrazovky rozšíření

screenshot
screenshot
screenshot

Stáhnout soubor CRX rozšíření Tideways Profiler

Stáhněte si soubory rozšíření Tideways Profiler ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        The Tideways Profiler provides function-level insights into your PHP applications. With the Chrome Extension it is possible to trigger the collection of traces for development and production servers that are connected with the Profiler.

To use the extension you need an account for Tideways. You can register on https://tideways.com                    

Základní Informace o Rozšíření

Název Tideways Profiler Tideways Profiler
ID gmffhaalpgfdplaajakbhfklbdfhnlog
Oficiální URL https://chromewebstore.google.com/detail/tideways-profiler/gmffhaalpgfdplaajakbhfklbdfhnlog
Popis This extension allows to trigger PHP callgraph profiling using Tideways.
Velikost souboru 111 KB
Počet instalací 1,812
Aktuální Verze 1.5.6
Poslední Aktualizace 2023-05-03
Datum Vydání 2017-09-20
Hodnocení 5.00/5 Celkem 1 Hodnocení
Vývojář https://tideways.com
E-mail [email protected]
Typ Platby free
Webové stránky Rozšíření https://tideways.com/
URL Stránky Nápovědy https://support.tideways.com
URL Stránky Zásad Ochrany Soukromí https://tideways.com/privacy
Podporované Jazyky en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Tideways Profiler",
    "short_name": "tideways",
    "description": "This extension allows to trigger PHP callgraph profiling using Tideways.",
    "version": "1.5.6",
    "author": "Tideways GmbH",
    "homepage_url": "https:\/\/tideways.com",
    "icons": {
        "128": "img\/tideways_128.png"
    },
    "permissions": [
        "activeTab",
        "cookies",
        "storage",
        "alarms"
    ],
    "host_permissions": [
        "https:\/\/app.tideways.io\/*",
        "https:\/\/app.tideways.local\/*",
        "*:\/\/*\/*"
    ],
    "action": {
        "default_icon": "img\/tideways_128.png",
        "default_popup": "profiler.html"
    },
    "background": {
        "service_worker": "background.js"
    }
}