Transitiv - Ad Preview
Ad Preview and Screenshot Download for Testing Ad Placement Tags
Transitiv - Ad Previewคืออะไร?
Transitiv - Ad Preview เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://transitiv.io และคุณลักษณะหลักของมันคือ "Ad Preview and Screenshot Download for Testing Ad Placement Tags"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Transitiv - Ad Preview
ดาวน์โหลดไฟล์ส่วนขยาย Transitiv - Ad Preview ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Transitiv Ad Preview gives you the power and flexibility to quickly verify what your ad tag will look like on your favorite publisher's website and also capture a screenshot with two clicks of a mouse. No need for fancy graphics program/skills, advanced html/javascript/css knowledge, or bugging a trafficker/adops team member, or media buyer, and definitely no more time wasted hitting refresh hoping that your ad finally shows up while wasting real money on wasted impressions just to test that an ad-tag renders correctly on a placement. We love feedback, so let us know what you think!
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Transitiv - Ad Preview |
ID | fkimcedplddnajbcichfkonmblgljffa |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/transitiv-ad-preview/fkimcedplddnajbcichfkonmblgljffa |
คำอธิบาย | Ad Preview and Screenshot Download for Testing Ad Placement Tags |
ขนาดไฟล์ | 11.78 KB |
จำนวนการติดตั้ง | 55 |
เวอร์ชันปัจจุบัน | 0.0.0.3 |
อัปเดตครั้งล่าสุด | 2017-10-17 |
วันที่เผยแพร่ | 2017-10-16 |
ผู้พัฒนา | https://transitiv.io |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | https://transitiv.io |
URL หน้านโยบายความเป็นส่วนตัว | https://transitiv.io/terms |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Transitiv - Ad Preview", "version": "0.0.0.3", "description": "Ad Preview and Screenshot Download for Testing Ad Placement Tags", "icons": { "16": "TransitivExtIcon.png", "128": "TransitivExtIcon128.png" }, "content_security_policy": "script-src 'self' https:\/\/www.google-analytics.com; object-src 'self'", "browser_action": { "default_icon": "TransitivExtIcon.png", "default_title": "Transitiv Ad Preview", "default_popup": "mainPopUp.html" }, "background": { "scripts": [ "background.js" ], "persistent": true }, "permissions": [ "downloads", "activeTab", "tabs", "http:\/\/*\/*", "https:\/\/*\/*", "webRequest", "webRequestBlocking" ], "manifest_version": 2 } |