Tideways Profiler

This extension allows to trigger PHP callgraph profiling using Tideways.

Qu'est-ce que Tideways Profiler ?

Tideways Profiler est une extension Chrome développée par https://tideways.com, et sa fonction principale est "This extension allows to trigger PHP callgraph profiling using Tideways.".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot

Télécharger le fichier CRX de l'extension Tideways Profiler

Téléchargez les fichiers d'extension Tideways Profiler au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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                    

Informations de Base sur l'Extension

Nom Tideways Profiler Tideways Profiler
ID gmffhaalpgfdplaajakbhfklbdfhnlog
URL Officiel https://chromewebstore.google.com/detail/tideways-profiler/gmffhaalpgfdplaajakbhfklbdfhnlog
Description This extension allows to trigger PHP callgraph profiling using Tideways.
Taille du Fichier 111 KB
Nombre d'Installations 1,812
Version Actuelle 1.5.6
Dernière Mise à Jour 2023-05-03
Date de Publication 2017-09-20
Évaluation 5.00/5 Total 1 Évaluations
Développeur https://tideways.com
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://tideways.com/
URL de la Page d'Aide https://support.tideways.com
URL de la Page de Politique de Confidentialité https://tideways.com/privacy
Langues Prises en Charge 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"
    }
}