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 с друзьями, чтобы легко установить расширения Chrome.

Инструкции по использованию расширения

                        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"
    }
}