Landify

Reveal the secret landing pages that Shopify stores are running.

Qu'est-ce que Landify ?

Landify est une extension Chrome développée par SwipeBuilder.io, et sa fonction principale est "Reveal the secret landing pages that Shopify stores are running.".

Captures d'Écran de l'Extension

screenshot
screenshot

Télécharger le fichier CRX de l'extension Landify

Téléchargez les fichiers d'extension Landify au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

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

Informations de Base sur l'Extension

Nom Landify Landify
ID llaapgmbhekjlcmhcefdblbfdpjnmhog
URL Officiel https://chromewebstore.google.com/detail/landify/llaapgmbhekjlcmhcefdblbfdpjnmhog
Description Reveal the secret landing pages that Shopify stores are running.
Taille du Fichier 1.62 MB
Nombre d'Installations 125
Version Actuelle 1.0
Dernière Mise à Jour 2023-05-26
Date de Publication 2023-05-26
Évaluation 5.00/5 Total 1 Évaluations
Développeur SwipeBuilder.io
Email [email protected]
Type de Paiement free
URL de la Page de Politique de Confidentialité https://wifimoneyllcprivatepolicy.carrd.co
Langues Prises en Charge 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": [
                ""
            ]
        }
    ]
}