Landify

Reveal the secret landing pages that Shopify stores are running.

Что такое Landify?

Landify - это расширение Chrome, разработанное SwipeBuilder.io, и его основная функция - "Reveal the secret landing pages that Shopify stores are running.".

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

screenshot
screenshot

Скачать файл CRX расширения Landify

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

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

                        This extension will reveal all of the hidden landing pages that a Shopify store is using to run ads.                    

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

Название Landify Landify
ID llaapgmbhekjlcmhcefdblbfdpjnmhog
Официальный URL https://chromewebstore.google.com/detail/landify/llaapgmbhekjlcmhcefdblbfdpjnmhog
Описание Reveal the secret landing pages that Shopify stores are running.
Размер файла 1.62 MB
Количество установок 125
Текущая Версия 1.0
Последнее Обновление 2023-05-26
Дата публикации 2023-05-26
Рейтинг 5.00/5 Всего 1 оценок
Разработчик SwipeBuilder.io
Электронная почта [email protected]
Тип оплаты free
URL страницы политики конфиденциальности https://wifimoneyllcprivatepolicy.carrd.co
Поддерживаемые языки en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Landify",
    "description": "Reveal the secret landing pages that Shopify stores are running.",
    "version": "1.0",
    "permissions": [
        "activeTab",
        "",
        "scripting"
    ],
    "background": {
        "service_worker": "background.js"
    },
    "action": {
        "default_title": "Landify",
        "default_popup": "popup.html",
        "default_icon": {
            "16": "images\/icon16.png",
            "48": "images\/icon48.png",
            "128": "images\/icon128.png"
        }
    },
    "icons": {
        "16": "images\/icon16.png",
        "48": "images\/icon48.png",
        "128": "images\/icon128.png"
    },
    "web_accessible_resources": [
        {
            "resources": [
                "popup.js",
                "fetchSitemap.js"
            ],
            "matches": [
                ""
            ]
        }
    ]
}