Tideways Profiler

This extension allows to trigger PHP callgraph profiling using Tideways.

Cos'è Tideways Profiler?

Tideways Profiler è un'estensione di Chrome sviluppata da https://tideways.com, e la sua funzione principale è "This extension allows to trigger PHP callgraph profiling using Tideways.".

Screenshot dell'Estensione

screenshot
screenshot
screenshot

Scarica il file CRX dell'estensione Tideways Profiler

Scarica i file di estensione Tideways Profiler in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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                    

Informazioni di Base sull'Estensione

Nome Tideways Profiler Tideways Profiler
ID gmffhaalpgfdplaajakbhfklbdfhnlog
URL Ufficiale https://chromewebstore.google.com/detail/tideways-profiler/gmffhaalpgfdplaajakbhfklbdfhnlog
Descrizione This extension allows to trigger PHP callgraph profiling using Tideways.
Dimensione del File 111 KB
Conteggio Installazioni 1,812
Versione Corrente 1.5.6
Ultimo Aggiornamento 2023-05-03
Data di Pubblicazione 2017-09-20
Valutazione 5.00/5 Totale 1 Valutazioni
Sviluppatore https://tideways.com
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://tideways.com/
URL della Pagina di Aiuto https://support.tideways.com
URL della Pagina della Politica sulla Privacy https://tideways.com/privacy
Lingue Supportate 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"
    }
}