Build With Elementor

Find if this site built with elementor

Build With Elementor란 무엇입니까?

Build With Elementor은(는) buildwithelementor.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Find if this site built with elementor"입니다.

확장 프로그램 스크린샷

screenshot
screenshot

Build With Elementor 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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                    

확장 프로그램 기본 정보

이름 Build With Elementor Build With Elementor
ID jnbecailhoakifjnaglmmlfjkadiebkh
공식 URL https://chromewebstore.google.com/detail/build-with-elementor/jnbecailhoakifjnaglmmlfjkadiebkh
설명 Find if this site built with elementor
파일 크기 10.4 KB
설치 횟수 883
현재 버전 1.0.4
최근 업데이트 2022-10-22
출시 날짜 2022-03-13
개발자 buildwithelementor.com
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://buildwithelementor.com
도움말 페이지 URL https://buildwithelementor.com
개인정보 보호 정책 페이지 URL https://buildwithelementor.com/privacy-policy
지원되는 언어 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:\/\/*\/"
    ]
}