Tideways Profiler
This extension allows to trigger PHP callgraph profiling using Tideways.
Was ist Tideways Profiler?
Tideways Profiler ist eine Chrome-Erweiterung, die von https://tideways.com entwickelt wurde, und ihr Hauptmerkmal ist "This extension allows to trigger PHP callgraph profiling using Tideways.".
Erweiterungsscreenshots
Tideways Profiler-Erweiterungs-CRX-Datei herunterladen
Laden Sie Tideways Profiler-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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
Grundlegende Informationen zur Erweiterung
Name | Tideways Profiler |
ID | gmffhaalpgfdplaajakbhfklbdfhnlog |
Offizielle URL | https://chromewebstore.google.com/detail/tideways-profiler/gmffhaalpgfdplaajakbhfklbdfhnlog |
Beschreibung | This extension allows to trigger PHP callgraph profiling using Tideways. |
Dateigröße | 111 KB |
Installationsanzahl | 1,812 |
Aktuelle Version | 1.5.6 |
Letztes Update | 2023-05-03 |
Veröffentlichungsdatum | 2017-09-20 |
Bewertung | 5.00/5 Insgesamt 1 Bewertungen |
Entwickler | https://tideways.com |
[email protected] | |
Zahlungsart | free |
Erweiterungswebsite | https://tideways.com/ |
Hilfeseite URL | https://support.tideways.com |
URL der Datenschutzrichtlinien-Seite | https://tideways.com/privacy |
Unterstützte Sprachen | 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" } } |