Transitiv - Ad Preview
Ad Preview and Screenshot Download for Testing Ad Placement Tags
什麼是Transitiv - Ad Preview?
Transitiv - Ad Preview是由https://transitiv.io開發的Chrome擴展程式,該擴展的主要功能是“Ad Preview and Screenshot Download for Testing Ad Placement Tags”。
擴展截圖
下載Transitiv - Ad Preview擴展crx文件
下載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 |
官方網址 | 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 } |