Tideways Profiler

This extension allows to trigger PHP callgraph profiling using Tideways.

ما هو Tideways Profiler؟

Tideways Profiler هو إضافة Chrome تم تطويرها بواسطة https://tideways.com، والميزة الرئيسية لها هي "This extension allows to trigger PHP callgraph profiling using Tideways.".

لقطات شاشة التمديد

screenshot
screenshot
screenshot

تحميل ملف CRX للإضافة Tideways Profiler

قم بتنزيل ملفات الامتداد Tideways Profiler بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات 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/
عنوان صفحة المساعدة https://support.tideways.com
عنوان صفحة سياسة الخصوصية 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"
    }
}