Tideways Profiler

This extension allows to trigger PHP callgraph profiling using Tideways.

Tideways Profiler क्या है?

Tideways Profiler https://tideways.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "This extension allows to trigger PHP callgraph profiling using Tideways."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Tideways Profiler एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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                    

एक्सटेंशन की मूल जानकारी

नाम Tideways Profiler Tideways Profiler
ID gmffhaalpgfdplaajakbhfklbdfhnlog
आधिकारिक URL https://chromewebstore.google.com/detail/tideways-profiler/gmffhaalpgfdplaajakbhfklbdfhnlog
विवरण This extension allows to trigger PHP callgraph profiling using Tideways.
फ़ाइल का आकार 111 KB
स्थापना संख्या 1,812
वर्तमान संस्करण 1.5.6
अंतिम अपडेट 2023-05-03
प्रकाशन तिथि 2017-09-20
रेटिंग 5.00/5 कुल 1 रेटिंग्स
डेवलपर https://tideways.com
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://tideways.com/
सहायता पृष्ठ URL https://support.tideways.com
गोपनीयता नीति पृष्ठ URL https://tideways.com/privacy
समर्थित भाषाएँ 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"
    }
}