Landify

Reveal the secret landing pages that Shopify stores are running.

Cos'è Landify?

Landify è un'estensione di Chrome sviluppata da SwipeBuilder.io, e la sua funzione principale è "Reveal the secret landing pages that Shopify stores are running.".

Screenshot dell'Estensione

screenshot
screenshot

Scarica il file CRX dell'estensione Landify

Scarica i file di estensione Landify in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

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

Informazioni di Base sull'Estensione

Nome Landify Landify
ID llaapgmbhekjlcmhcefdblbfdpjnmhog
URL Ufficiale https://chromewebstore.google.com/detail/landify/llaapgmbhekjlcmhcefdblbfdpjnmhog
Descrizione Reveal the secret landing pages that Shopify stores are running.
Dimensione del File 1.62 MB
Conteggio Installazioni 125
Versione Corrente 1.0
Ultimo Aggiornamento 2023-05-26
Data di Pubblicazione 2023-05-26
Valutazione 5.00/5 Totale 1 Valutazioni
Sviluppatore SwipeBuilder.io
Email [email protected]
Tipo di Pagamento free
URL della Pagina della Politica sulla Privacy https://wifimoneyllcprivatepolicy.carrd.co
Lingue Supportate 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": [
                ""
            ]
        }
    ]
}