Tideways Profiler
This extension allows to trigger PHP callgraph profiling using Tideways.
Co to jest Tideways Profiler?
Tideways Profiler to rozszerzenie Chrome opracowane przez https://tideways.com, a jego główną funkcją jest „This extension allows to trigger PHP callgraph profiling using Tideways.”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Tideways Profiler
Pobierz pliki rozszerzeń Tideways Profiler w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
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
Podstawowe informacje o rozszerzeniu
Nazwa | Tideways Profiler |
ID | gmffhaalpgfdplaajakbhfklbdfhnlog |
Oficjalny URL | https://chromewebstore.google.com/detail/tideways-profiler/gmffhaalpgfdplaajakbhfklbdfhnlog |
Opis | This extension allows to trigger PHP callgraph profiling using Tideways. |
Rozmiar pliku | 111 KB |
Liczba instalacji | 1,812 |
Aktualna Wersja | 1.5.6 |
Ostatnia Aktualizacja | 2023-05-03 |
Data Publikacji | 2017-09-20 |
Ocena | 5.00/5 Łącznie 1 Oceny |
Deweloper | https://tideways.com |
[email protected] | |
Typ Płatności | free |
Strona Rozszerzenia | https://tideways.com/ |
Adres URL Strony Pomocy | https://support.tideways.com |
Adres URL Strony Polityki Prywatności | https://tideways.com/privacy |
Obsługiwane Języki | 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" } } |