Landify

Reveal the secret landing pages that Shopify stores are running.

Wat is Landify?

Landify is een Chrome-extensie ontwikkeld door SwipeBuilder.io, en de belangrijkste functie is "Reveal the secret landing pages that Shopify stores are running.".

Extensie Screenshots

screenshot
screenshot

Download het CRX-bestand van de extensie Landify

Download Landify-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

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

Basisinformatie over de Extensie

Naam Landify Landify
ID llaapgmbhekjlcmhcefdblbfdpjnmhog
Officiële URL https://chromewebstore.google.com/detail/landify/llaapgmbhekjlcmhcefdblbfdpjnmhog
Beschrijving Reveal the secret landing pages that Shopify stores are running.
Bestandsgrootte 1.62 MB
Aantal Installaties 125
Huidige Versie 1.0
Laatst Bijgewerkt 2023-05-26
Publicatiedatum 2023-05-26
Beoordeling 5.00/5 Totaal 1 Beoordelingen
Ontwikkelaar SwipeBuilder.io
E-mail [email protected]
Betalingswijze free
URL van de Privacybeleid Pagina https://wifimoneyllcprivatepolicy.carrd.co
Ondersteunde Talen 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": [
                ""
            ]
        }
    ]
}