Landify

Reveal the secret landing pages that Shopify stores are running.

O que é Landify?

Landify é uma extensão do Chrome desenvolvida por SwipeBuilder.io, e sua principal característica é "Reveal the secret landing pages that Shopify stores are running.".

Capturas de Tela da Extensão

screenshot
screenshot

Baixar o arquivo CRX da Extensão Landify

Baixe arquivos de extensão Landify no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

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

Informações Básicas da Extensão

Nome Landify Landify
ID llaapgmbhekjlcmhcefdblbfdpjnmhog
URL Oficial https://chromewebstore.google.com/detail/landify/llaapgmbhekjlcmhcefdblbfdpjnmhog
Descrição Reveal the secret landing pages that Shopify stores are running.
Tamanho do Arquivo 1.62 MB
Contagem de Instalações 125
Versão Atual 1.0
Última Atualização 2023-05-26
Data de Publicação 2023-05-26
Classificação 5.00/5 Total de 1 Avaliações
Desenvolvedor SwipeBuilder.io
Email [email protected]
Tipo de Pagamento free
URL da Página de Política de Privacidade https://wifimoneyllcprivatepolicy.carrd.co
Idiomas Suportados 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": [
                ""
            ]
        }
    ]
}