Ezoic
View and create Ezoic Ad Tester placeholders and learn how to improve the speed of your site
Ezoicคืออะไร?
Ezoic เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Ezoic และคุณลักษณะหลักของมันคือ "View and create Ezoic Ad Tester placeholders and learn how to improve the speed of your site"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Ezoic
ดาวน์โหลดไฟล์ส่วนขยาย Ezoic ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Ezoic can help you earn more ad revenue without any extra work! All you need to do is click on a location where you'd like an ad to show and choose the sizes to test. Ezoic will serve ads from the Google Ad Exchange, which has many ad networks competing against each other for your ad inventory. That increased competition can have a big impact on your revenue. The combination of well placed ads and Google AdX ads converts to increases in revenue from 60%-250%! Slow site? Ezoic chrome extension will help you make your site faster by showing you exactly where your site is failing in Core Web Vitals. To use Ezoic chrome extension tool you will first need to create an account at https://www.ezoic.com/join.php and integrate with Ezoic.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Ezoic |
ID | nbccjeeblefkmoohdiipbghgikopimnd |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/ezoic/nbccjeeblefkmoohdiipbghgikopimnd |
คำอธิบาย | View and create Ezoic Ad Tester placeholders and learn how to improve the speed of your site |
ขนาดไฟล์ | 3.25 MB |
จำนวนการติดตั้ง | 25,232 |
เวอร์ชันปัจจุบัน | 4.1.19 |
อัปเดตครั้งล่าสุด | 2024-01-04 |
วันที่เผยแพร่ | 2020-06-08 |
คะแนน | 2.96/5 รวมทั้งหมด 51 คะแนน |
ผู้พัฒนา | Ezoic |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
URL หน้านโยบายความเป็นส่วนตัว | https://www.ezoic.com/privacy-policy |
ภาษาที่รองรับ | de,en,fr |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "__MSG_extension_name__", "version": "4.1.19", "manifest_version": 3, "description": "__MSG_extension_description__", "background": { "service_worker": "src\/service-worker\/index.js" }, "icons": { "16": "assets\/icons\/icon16.png", "48": "assets\/icons\/icon48.png", "96": "assets\/icons\/icon96.png", "128": "assets\/icons\/icon128.png" }, "action": { "default_title": "Ezoic", "default_popup": "src\/popup\/index.html", "default_icon": { "1": "assets\/icons\/icon128_red.png", "2": "assets\/icons\/icon128.png", "3": "assets\/icons\/icon128_gray.png" } }, "content_scripts": [ { "matches": [ "https:\/\/pubdash.ezoic.com\/leap\/measure\/overview" ], "js": [ "assets\/js\/set_installation_attribute.js" ] } ], "web_accessible_resources": [ { "resources": [ "assets\/*", "src\/*" ], "matches": [ " |