Pearmill Pixel Helper
Chrome extension to help debug LinkedIn Insight Tag installations by Pearmill.
Что такое Pearmill Pixel Helper?
Pearmill Pixel Helper - это расширение Chrome, разработанное https://pearmill.com, и его основная функция - "Chrome extension to help debug LinkedIn Insight Tag installations by Pearmill.".
Снимки экрана расширения
Скачать файл CRX расширения Pearmill Pixel Helper
Скачайте файлы расширений Pearmill Pixel Helper в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.
Инструкции по использованию расширения
Paermill's Pixel Helper helps troubleshoot installation of LinkedIn's Insight Tag and Event Pixels for tracking the success of LinkedIn Ads. It helps you verify that you have installed LinkedIn Insight tags correctly on your site. Just navigate to any page and Pearmill's Pixel Helper will tell you which Insight Tag and/or Event Pixels are present, and report any errors if the tag isn't being sent correctly.
Основная информация о расширении
Название | Pearmill Pixel Helper |
ID | ahgjbbnglgnladgimapeecjmhlhmacgg |
Официальный URL | https://chromewebstore.google.com/detail/pearmill-pixel-helper/ahgjbbnglgnladgimapeecjmhlhmacgg |
Описание | Chrome extension to help debug LinkedIn Insight Tag installations by Pearmill. |
Размер файла | 63.26 KB |
Количество установок | 499 |
Текущая Версия | 0.0.2 |
Последнее Обновление | 2023-06-03 |
Дата публикации | 2023-06-03 |
Рейтинг | 5.00/5 Всего 4 оценок |
Разработчик | https://pearmill.com |
Электронная почта | [email protected] |
Тип оплаты | free |
Официальный сайт расширения | https://pearmill.com/linkedin-pixel-helper |
Поддерживаемые языки | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Pearmill Pixel Helper", "description": "Chrome extension to help debug LinkedIn Insight Tag installations by Pearmill.", "version": "0.0.2", "background": { "service_worker": "js\/background.js" }, "action": { "default_popup": "popup.html", "default_icon": "icon-34.png" }, "chrome_url_overrides": [], "icons": { "34": "icon-34.png", "128": "icon-128.png" }, "content_scripts": [], "permissions": [ "webRequest", "webNavigation", "storage" ], "host_permissions": [ " |