Build With Elementor
Find if this site built with elementor
¿Qué es Build With Elementor?
Build With Elementor es una extensión de Chrome desarrollada por buildwithelementor.com, y su función principal es "Find if this site built with elementor".
Capturas de Pantalla de la Extensión
Descargar Archivo CRX de la Extensión Build With Elementor
Descarga archivos de extensión Build With Elementor en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.
Instrucciones de Uso de la Extensión
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
Información Básica de la Extensión
Nombre | Build With Elementor |
ID | jnbecailhoakifjnaglmmlfjkadiebkh |
URL Oficial | https://chromewebstore.google.com/detail/build-with-elementor/jnbecailhoakifjnaglmmlfjkadiebkh |
Descripción | Find if this site built with elementor |
Tamaño del Archivo | 10.4 KB |
Cantidad de Instalaciones | 883 |
Versión Actual | 1.0.4 |
Última Actualización | 2022-10-22 |
Fecha de Publicación | 2022-03-13 |
Desarrollador | buildwithelementor.com |
Correo electrónico | [email protected] |
Tipo de Pago | free |
Sitio Web de la Extensión | https://buildwithelementor.com |
URL de la Página de Ayuda | https://buildwithelementor.com |
URL de la Página de Política de Privacidad | https://buildwithelementor.com/privacy-policy |
Idiomas Soportados | 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:\/\/*\/" ] } |