Landify

Reveal the secret landing pages that Shopify stores are running.

Hvad er Landify?

Landify er en Chrome-udvidelse udviklet af SwipeBuilder.io, og dens hovedfunktion er "Reveal the secret landing pages that Shopify stores are running.".

Udvidelsesskærmbilleder

screenshot
screenshot

Download Landify-udvidelses-CRX-fil

Download Landify-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

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

Grundlæggende oplysninger om udvidelsen

Navn Landify Landify
ID llaapgmbhekjlcmhcefdblbfdpjnmhog
Officiel URL https://chromewebstore.google.com/detail/landify/llaapgmbhekjlcmhcefdblbfdpjnmhog
Beskrivelse Reveal the secret landing pages that Shopify stores are running.
Filstørrelse 1.62 MB
Antal Installationer 125
Nuværende Version 1.0
Senest Opdateret 2023-05-26
Udgivelsesdato 2023-05-26
Bedømmelse 5.00/5 Samlet 1 Bedømmelser
Udvikler SwipeBuilder.io
E-mail [email protected]
Betalingsmetode free
URL til Fortrolighedspolitik Side https://wifimoneyllcprivatepolicy.carrd.co
Understøttede Sprog 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": [
                ""
            ]
        }
    ]
}