Build With Elementor

Find if this site built with elementor

Hvad er Build With Elementor?

Build With Elementor er en Chrome-udvidelse udviklet af buildwithelementor.com, og dens hovedfunktion er "Find if this site built with elementor".

Udvidelsesskærmbilleder

screenshot
screenshot

Download Build With Elementor-udvidelses-CRX-fil

Download Build With Elementor-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

                        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                    

Grundlæggende oplysninger om udvidelsen

Navn Build With Elementor Build With Elementor
ID jnbecailhoakifjnaglmmlfjkadiebkh
Officiel URL https://chromewebstore.google.com/detail/build-with-elementor/jnbecailhoakifjnaglmmlfjkadiebkh
Beskrivelse Find if this site built with elementor
Filstørrelse 10.4 KB
Antal Installationer 883
Nuværende Version 1.0.4
Senest Opdateret 2022-10-22
Udgivelsesdato 2022-03-13
Udvikler buildwithelementor.com
E-mail [email protected]
Betalingsmetode free
Udvidelseswebsted https://buildwithelementor.com
Hjælpeside-URL https://buildwithelementor.com
URL til Fortrolighedspolitik Side https://buildwithelementor.com/privacy-policy
Understøttede Sprog 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:\/\/*\/"
    ]
}