Tideways Profiler
This extension allows to trigger PHP callgraph profiling using Tideways.
Vad är Tideways Profiler?
Tideways Profiler är en Chrome-tillägg utvecklad av https://tideways.com, och dess huvudfunktion är "This extension allows to trigger PHP callgraph profiling using Tideways.".
Tilläggsskärmbilder
Ladda ner Tideways Profiler-förlängningens CRX-fil
Ladda ner Tideways Profiler-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
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
Grundläggande Information om Tillägg
Namn | Tideways Profiler |
ID | gmffhaalpgfdplaajakbhfklbdfhnlog |
Officiell webbadress | https://chromewebstore.google.com/detail/tideways-profiler/gmffhaalpgfdplaajakbhfklbdfhnlog |
Beskrivning | This extension allows to trigger PHP callgraph profiling using Tideways. |
Filstorlek | 111 KB |
Antal Installationer | 1,812 |
Aktuell Version | 1.5.6 |
Senast Uppdaterad | 2023-05-03 |
Publiceringsdatum | 2017-09-20 |
Betyg | 5.00/5 Totalt 1 Betyg |
Utvecklare | https://tideways.com |
E-post | [email protected] |
Betalningssätt | free |
Tilläggswebbplats | https://tideways.com/ |
Hjälpsida URL | https://support.tideways.com |
URL till Sekretesspolicy Sidan | https://tideways.com/privacy |
Stödda Språk | 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" } } |