Build With Elementor
Find if this site built with elementor
Cos'è Build With Elementor?
Build With Elementor è un'estensione di Chrome sviluppata da buildwithelementor.com, e la sua funzione principale è "Find if this site built with elementor".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Build With Elementor
Scarica i file di estensione Build With Elementor in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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
Informazioni di Base sull'Estensione
Nome | Build With Elementor |
ID | jnbecailhoakifjnaglmmlfjkadiebkh |
URL Ufficiale | https://chromewebstore.google.com/detail/build-with-elementor/jnbecailhoakifjnaglmmlfjkadiebkh |
Descrizione | Find if this site built with elementor |
Dimensione del File | 10.4 KB |
Conteggio Installazioni | 883 |
Versione Corrente | 1.0.4 |
Ultimo Aggiornamento | 2022-10-22 |
Data di Pubblicazione | 2022-03-13 |
Sviluppatore | buildwithelementor.com |
[email protected] | |
Tipo di Pagamento | free |
Sito Web dell'Estensione | https://buildwithelementor.com |
URL della Pagina di Aiuto | https://buildwithelementor.com |
URL della Pagina della Politica sulla Privacy | https://buildwithelementor.com/privacy-policy |
Lingue Supportate | 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:\/\/*\/" ] } |