Landify

Reveal the secret landing pages that Shopify stores are running.

Co je Landify?

Landify je rozšíření Chrome vyvinuté SwipeBuilder.io, a jeho hlavní funkcí je „Reveal the secret landing pages that Shopify stores are running.“.

Snímky obrazovky rozšíření

screenshot
screenshot

Stáhnout soubor CRX rozšíření Landify

Stáhněte si soubory rozšíření Landify ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

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

Základní Informace o Rozšíření

Název Landify Landify
ID llaapgmbhekjlcmhcefdblbfdpjnmhog
Oficiální URL https://chromewebstore.google.com/detail/landify/llaapgmbhekjlcmhcefdblbfdpjnmhog
Popis Reveal the secret landing pages that Shopify stores are running.
Velikost souboru 1.62 MB
Počet instalací 125
Aktuální Verze 1.0
Poslední Aktualizace 2023-05-26
Datum Vydání 2023-05-26
Hodnocení 5.00/5 Celkem 1 Hodnocení
Vývojář SwipeBuilder.io
E-mail [email protected]
Typ Platby free
URL Stránky Zásad Ochrany Soukromí https://wifimoneyllcprivatepolicy.carrd.co
Podporované Jazyky 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": [
                ""
            ]
        }
    ]
}