Build With Elementor

Find if this site built with elementor

Vad är Build With Elementor?

Build With Elementor är en Chrome-tillägg utvecklad av buildwithelementor.com, och dess huvudfunktion är "Find if this site built with elementor".

Tilläggsskärmbilder

screenshot
screenshot

Ladda ner Build With Elementor-förlängningens CRX-fil

Ladda ner Build With Elementor-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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äggande Information om Tillägg

Namn Build With Elementor Build With Elementor
ID jnbecailhoakifjnaglmmlfjkadiebkh
Officiell webbadress https://chromewebstore.google.com/detail/build-with-elementor/jnbecailhoakifjnaglmmlfjkadiebkh
Beskrivning Find if this site built with elementor
Filstorlek 10.4 KB
Antal Installationer 883
Aktuell Version 1.0.4
Senast Uppdaterad 2022-10-22
Publiceringsdatum 2022-03-13
Utvecklare buildwithelementor.com
E-post [email protected]
Betalningssätt free
Tilläggswebbplats https://buildwithelementor.com
Hjälpsida URL https://buildwithelementor.com
URL till Sekretesspolicy Sidan https://buildwithelementor.com/privacy-policy
Stödda Språk 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:\/\/*\/"
    ]
}