Landify

Reveal the secret landing pages that Shopify stores are running.

Co to jest Landify?

Landify to rozszerzenie Chrome opracowane przez SwipeBuilder.io, a jego główną funkcją jest „Reveal the secret landing pages that Shopify stores are running.”.

Zrzuty ekranu rozszerzenia

screenshot
screenshot

Pobierz plik CRX rozszerzenia Landify

Pobierz pliki rozszerzeń Landify w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

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

Podstawowe informacje o rozszerzeniu

Nazwa Landify Landify
ID llaapgmbhekjlcmhcefdblbfdpjnmhog
Oficjalny URL https://chromewebstore.google.com/detail/landify/llaapgmbhekjlcmhcefdblbfdpjnmhog
Opis Reveal the secret landing pages that Shopify stores are running.
Rozmiar pliku 1.62 MB
Liczba instalacji 125
Aktualna Wersja 1.0
Ostatnia Aktualizacja 2023-05-26
Data Publikacji 2023-05-26
Ocena 5.00/5 Łącznie 1 Oceny
Deweloper SwipeBuilder.io
E-mail [email protected]
Typ Płatności free
Adres URL Strony Polityki Prywatności https://wifimoneyllcprivatepolicy.carrd.co
Obsługiwane Języki 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": [
                ""
            ]
        }
    ]
}