Build With Elementor
Find if this site built with elementor
Build With Elementorคืออะไร?
Build With Elementor เป็นส่วนขยายของ Chrome ที่พัฒนาโดย buildwithelementor.com และคุณลักษณะหลักของมันคือ "Find if this site built with elementor"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Build With Elementor
ดาวน์โหลดไฟล์ส่วนขยาย 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 |
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:\/\/*\/" ] } |