Pixel Helper for LinkedIn

A simple plugin that checks websites for installed LinkedIn Insight Tags.

Что такое Pixel Helper for LinkedIn?

Pixel Helper for LinkedIn - это расширение Chrome, разработанное https://jens.marketing, и его основная функция - "A simple plugin that checks websites for installed LinkedIn Insight Tags.".

Снимки экрана расширения

screenshot

Скачать файл CRX расширения Pixel Helper for LinkedIn

Скачайте файлы расширений Pixel Helper for LinkedIn в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.

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

                        This plugin inspects the correct implementation of the LinkedIn Insight tag.

This plugin is not an official Plugin by Linkedin. Its rather inspired by the Plugin by Pearmill.                    

Основная информация о расширении

Название Pixel Helper for LinkedIn Pixel Helper for LinkedIn
ID adbhmmjkppnhjjiapocjgjaknpigdoaa
Официальный URL https://chromewebstore.google.com/detail/pixel-helper-for-linkedin/adbhmmjkppnhjjiapocjgjaknpigdoaa
Описание A simple plugin that checks websites for installed LinkedIn Insight Tags.
Размер файла 63.7 KB
Количество установок 12,627
Текущая Версия 1.0.0
Последнее Обновление 2022-09-01
Дата публикации 2022-09-01
Разработчик https://jens.marketing
Электронная почта [email protected]
Тип оплаты free
Официальный сайт расширения https://jens.marketing/tool/linkedin-pixel-helper/
URL страницы помощи https://jens.marketing/tool/linkedin-pixel-helper/
Поддерживаемые языки en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Pixel Helper for LinkedIn",
    "description": "A simple plugin that checks websites for installed LinkedIn Insight Tags.",
    "version": "1.0.0",
    "manifest_version": 3,
    "background": {
        "service_worker": "js\/sw.js"
    },
    "action": {
        "default_popup": "popup.html"
    },
    "icons": {
        "16": "icons\/16.png",
        "24": "icons\/24.png",
        "32": "icons\/32.png",
        "48": "icons\/48.png",
        "64": "icons\/64.png",
        "128": "icons\/128.png",
        "256": "icons\/256.png",
        "512": "icons\/512.png"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "js\/content.js"
            ],
            "run_at": "document_start"
        }
    ],
    "host_permissions": [
        ""
    ],
    "permissions": [
        "webRequest"
    ]
}