Build With Elementor

Find if this site built with elementor

O que é Build With Elementor?

Build With Elementor é uma extensão do Chrome desenvolvida por buildwithelementor.com, e sua principal característica é "Find if this site built with elementor".

Capturas de Tela da Extensão

screenshot
screenshot

Baixar o arquivo CRX da Extensão Build With Elementor

Baixe arquivos de extensão Build With Elementor 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

                        You what to figure out if site built with elementor? one click and we scan site and tell you
more then 11 millions websites built with elementor all over the world                    

Informações Básicas da Extensão

Nome Build With Elementor Build With Elementor
ID jnbecailhoakifjnaglmmlfjkadiebkh
URL Oficial https://chromewebstore.google.com/detail/build-with-elementor/jnbecailhoakifjnaglmmlfjkadiebkh
Descrição Find if this site built with elementor
Tamanho do Arquivo 10.4 KB
Contagem de Instalações 883
Versão Atual 1.0.4
Última Atualização 2022-10-22
Data de Publicação 2022-03-13
Desenvolvedor buildwithelementor.com
Email [email protected]
Tipo de Pagamento free
Site da Extensão https://buildwithelementor.com
URL da Página de Ajuda https://buildwithelementor.com
URL da Página de Política de Privacidade https://buildwithelementor.com/privacy-policy
Idiomas Suportados en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Build With Elementor",
    "description": "Find if this site built with elementor",
    "version": "1.0.4",
    "manifest_version": 3,
    "background": {
        "service_worker": "background.js"
    },
    "action": {
        "default_icon": {
            "128": "icon128.png"
        }
    },
    "permissions": [
        "activeTab",
        "scripting"
    ],
    "host_permissions": [
        "https:\/\/*\/"
    ]
}