Landify

Reveal the secret landing pages that Shopify stores are running.

Was ist Landify?

Landify ist eine Chrome-Erweiterung, die von SwipeBuilder.io entwickelt wurde, und ihr Hauptmerkmal ist "Reveal the secret landing pages that Shopify stores are running.".

Erweiterungsscreenshots

screenshot
screenshot

Landify-Erweiterungs-CRX-Datei herunterladen

Laden Sie Landify-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

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

Grundlegende Informationen zur Erweiterung

Name Landify Landify
ID llaapgmbhekjlcmhcefdblbfdpjnmhog
Offizielle URL https://chromewebstore.google.com/detail/landify/llaapgmbhekjlcmhcefdblbfdpjnmhog
Beschreibung Reveal the secret landing pages that Shopify stores are running.
Dateigröße 1.62 MB
Installationsanzahl 125
Aktuelle Version 1.0
Letztes Update 2023-05-26
Veröffentlichungsdatum 2023-05-26
Bewertung 5.00/5 Insgesamt 1 Bewertungen
Entwickler SwipeBuilder.io
E-Mail [email protected]
Zahlungsart free
URL der Datenschutzrichtlinien-Seite https://wifimoneyllcprivatepolicy.carrd.co
Unterstützte Sprachen 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": [
                ""
            ]
        }
    ]
}