Transitiv - Ad Preview
Ad Preview and Screenshot Download for Testing Ad Placement Tags
¿Qué es Transitiv - Ad Preview?
Transitiv - Ad Preview es una extensión de Chrome desarrollada por https://transitiv.io, y su función principal es "Ad Preview and Screenshot Download for Testing Ad Placement Tags".
Capturas de Pantalla de la Extensión
Descargar Archivo CRX de la Extensión Transitiv - Ad Preview
Descarga archivos de extensión Transitiv - Ad Preview en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.
Instrucciones de Uso de la Extensión
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!
Información Básica de la Extensión
Nombre | Transitiv - Ad Preview |
ID | fkimcedplddnajbcichfkonmblgljffa |
URL Oficial | https://chromewebstore.google.com/detail/transitiv-ad-preview/fkimcedplddnajbcichfkonmblgljffa |
Descripción | Ad Preview and Screenshot Download for Testing Ad Placement Tags |
Tamaño del Archivo | 11.78 KB |
Cantidad de Instalaciones | 55 |
Versión Actual | 0.0.0.3 |
Última Actualización | 2017-10-17 |
Fecha de Publicación | 2017-10-16 |
Desarrollador | https://transitiv.io |
Correo electrónico | [email protected] |
Tipo de Pago | free |
Sitio Web de la Extensión | https://transitiv.io |
URL de la Página de Política de Privacidad | https://transitiv.io/terms |
Idiomas Soportados | 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 } |