Tideways Profiler

This extension allows to trigger PHP callgraph profiling using Tideways.

Wat is Tideways Profiler?

Tideways Profiler is een Chrome-extensie ontwikkeld door https://tideways.com, en de belangrijkste functie is "This extension allows to trigger PHP callgraph profiling using Tideways.".

Extensie Screenshots

screenshot
screenshot
screenshot

Download het CRX-bestand van de extensie Tideways Profiler

Download Tideways Profiler-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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                    

Basisinformatie over de Extensie

Naam Tideways Profiler Tideways Profiler
ID gmffhaalpgfdplaajakbhfklbdfhnlog
Officiële URL https://chromewebstore.google.com/detail/tideways-profiler/gmffhaalpgfdplaajakbhfklbdfhnlog
Beschrijving This extension allows to trigger PHP callgraph profiling using Tideways.
Bestandsgrootte 111 KB
Aantal Installaties 1,812
Huidige Versie 1.5.6
Laatst Bijgewerkt 2023-05-03
Publicatiedatum 2017-09-20
Beoordeling 5.00/5 Totaal 1 Beoordelingen
Ontwikkelaar https://tideways.com
E-mail [email protected]
Betalingswijze free
Extensiewebsite https://tideways.com/
Help Pagina-URL https://support.tideways.com
URL van de Privacybeleid Pagina https://tideways.com/privacy
Ondersteunde Talen 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"
    }
}