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”。
擴展截圖
下載Build With Elementor擴展crx文件
下載Build With Elementor擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
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 |
ID | jnbecailhoakifjnaglmmlfjkadiebkh |
官方網址 | 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:\/\/*\/" ] } |