Build With Elementor
Find if this site built with elementor
What is Build With Elementor?
Build With Elementor is a Chrome extension developed by buildwithelementor.com, and its main feature is "Find if this site built with elementor".
Extension Screenshots
Download Build With Elementor Extension CRX File
Download Build With Elementor extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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
Extension Basic Information
Name | Build With Elementor |
ID | jnbecailhoakifjnaglmmlfjkadiebkh |
Official URL | https://chromewebstore.google.com/detail/build-with-elementor/jnbecailhoakifjnaglmmlfjkadiebkh |
Description | Find if this site built with elementor |
File Size | 10.4 KB |
Installation Count | 883 |
Current Version | 1.0.4 |
Last Updated | 2022-10-22 |
Publish Date | 2022-03-13 |
Developer | buildwithelementor.com |
[email protected] | |
Payment Type | free |
Extension Website | https://buildwithelementor.com |
Help Page URL | https://buildwithelementor.com |
Privacy Policy Page URL | https://buildwithelementor.com/privacy-policy |
Supported Languages | 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:\/\/*\/" ] } |