HTL Debug
View and analyze your ad configuration
HTL Debugคืออะไร?
HTL Debug เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://hashtag-labs.com และคุณลักษณะหลักของมันคือ "View and analyze your ad configuration"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย HTL Debug
ดาวน์โหลดไฟล์ส่วนขยาย HTL Debug ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
A powerful publisher ads debugging extension offered by Hashtag Labs for analyzing Google ad configuration (GAM / GPT), Prebid, HTLBID, Amazon header bidding, and consent management (CMP). ข้อมูลพื้นฐานของส่วนขยาย
| ชื่อ | |
| ID | nhijejfjieloehdlkicfakfjfmnkgnlf |
| URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/htl-debug/nhijejfjieloehdlkicfakfjfmnkgnlf |
| คำอธิบาย | View and analyze your ad configuration |
| ขนาดไฟล์ | 535 KB |
| จำนวนการติดตั้ง | 1,602 |
| เวอร์ชันปัจจุบัน | 2.5.1 |
| อัปเดตครั้งล่าสุด | 2024-02-20 |
| วันที่เผยแพร่ | 2022-01-13 |
| คะแนน | 5.00/5 รวมทั้งหมด 17 คะแนน |
| ผู้พัฒนา | https://hashtag-labs.com |
| อีเมล | [email protected] |
| ประเภทการชำระเงิน | free |
| เว็บไซต์ส่วนขยาย | https://hashtag-labs.com/ |
| URL หน้าช่วยเหลือ | https://hashtag-labs.com/contact-us.html |
| URL หน้านโยบายความเป็นส่วนตัว | https://hashtag-labs.com/privacy-policy.html |
| ภาษาที่รองรับ | en-US |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 3,
"name": "HTL Debug",
"description": "View and analyze your ad configuration",
"version": "2.5.1",
"content_security_policy": {
"extension_pages": "script-src 'self'; object-src 'self'"
},
"icons": {
"16": "extension\/img\/icon-16.png",
"48": "extension\/img\/icon-48.png",
"128": "extension\/img\/icon-128.png"
},
"action": {
"default_icon": "extension\/img\/icon-128.png",
"default_popup": "extension\/popup.html",
"default_title": "Open HTL Debug"
},
"background": {
"service_worker": "extension\/background.js"
},
"content_scripts": [
{
"matches": [
"http:\/\/*\/*",
"https:\/\/*\/*"
],
"js": [
"extension\/content_script.js"
],
"run_at": "document_start"
}
],
"web_accessible_resources": [
{
"resources": [
"extension\/bridge.js"
],
"matches": [
"http:\/\/*\/*",
"https:\/\/*\/*"
]
}
],
"devtools_page": "extension\/devtools.html",
"permissions": [
"storage",
"identity",
"identity.email",
"unlimitedStorage"
]
} | |