Landify

Reveal the secret landing pages that Shopify stores are running.

Apa itu Landify?

Landify adalah ekstensi Chrome yang dikembangkan oleh SwipeBuilder.io, dan fitur utamanya adalah "Reveal the secret landing pages that Shopify stores are running.".

Screenshot Ekstensi

screenshot
screenshot

Unduh Berkas CRX Ekstensi Landify

Unduh file ekstensi Landify dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

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

Informasi Dasar Ekstensi

Nama Landify Landify
ID llaapgmbhekjlcmhcefdblbfdpjnmhog
URL Resmi https://chromewebstore.google.com/detail/landify/llaapgmbhekjlcmhcefdblbfdpjnmhog
Deskripsi Reveal the secret landing pages that Shopify stores are running.
Ukuran File 1.62 MB
Jumlah Instalasi 125
Versi Saat Ini 1.0
Terakhir Diperbarui 2023-05-26
Tanggal Publikasi 2023-05-26
Penilaian 5.00/5 Total 1 Penilaian
Pengembang SwipeBuilder.io
Email [email protected]
Tipe Pembayaran free
URL Halaman Kebijakan Privasi https://wifimoneyllcprivatepolicy.carrd.co
Bahasa yang Didukung 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": [
                ""
            ]
        }
    ]
}