Landify

Reveal the secret landing pages that Shopify stores are running.

Vad är Landify?

Landify är en Chrome-tillägg utvecklad av SwipeBuilder.io, och dess huvudfunktion är "Reveal the secret landing pages that Shopify stores are running.".

Tilläggsskärmbilder

screenshot
screenshot

Ladda ner Landify-förlängningens CRX-fil

Ladda ner Landify-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

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

Grundläggande Information om Tillägg

Namn Landify Landify
ID llaapgmbhekjlcmhcefdblbfdpjnmhog
Officiell webbadress https://chromewebstore.google.com/detail/landify/llaapgmbhekjlcmhcefdblbfdpjnmhog
Beskrivning Reveal the secret landing pages that Shopify stores are running.
Filstorlek 1.62 MB
Antal Installationer 125
Aktuell Version 1.0
Senast Uppdaterad 2023-05-26
Publiceringsdatum 2023-05-26
Betyg 5.00/5 Totalt 1 Betyg
Utvecklare SwipeBuilder.io
E-post [email protected]
Betalningssätt free
URL till Sekretesspolicy Sidan https://wifimoneyllcprivatepolicy.carrd.co
Stödda Språk 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": [
                ""
            ]
        }
    ]
}