Landify

Reveal the secret landing pages that Shopify stores are running.

What is Landify?

Landify is a Chrome extension developed by SwipeBuilder.io, and its main feature is "Reveal the secret landing pages that Shopify stores are running.".

Extension Screenshots

screenshot
screenshot

Download Landify Extension CRX File

Download Landify extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

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

Extension Basic Information

Name Landify Landify
ID llaapgmbhekjlcmhcefdblbfdpjnmhog
Official URL https://chromewebstore.google.com/detail/landify/llaapgmbhekjlcmhcefdblbfdpjnmhog
Description Reveal the secret landing pages that Shopify stores are running.
File Size 1.62 MB
Installation Count 125
Current Version 1.0
Last Updated 2023-05-26
Publish Date 2023-05-26
Rating 5.00/5 Total 1 Ratings
Developer SwipeBuilder.io
Email [email protected]
Payment Type free
Privacy Policy Page URL https://wifimoneyllcprivatepolicy.carrd.co
Supported Languages 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": [
                ""
            ]
        }
    ]
}