AppNexus Creative Insertion Tool
This extension enables dynamic insertion of creative formats within an HTML document
¿Qué es AppNexus Creative Insertion Tool?
AppNexus Creative Insertion Tool es una extensión de Chrome desarrollada por Ben Kahan Development Services, y su función principal es "This extension enables dynamic insertion of creative formats within an HTML document".
Descargar Archivo CRX de la Extensión AppNexus Creative Insertion Tool
Descarga archivos de extensión AppNexus Creative Insertion Tool 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
This extension enables dynamic insertion of creative formats within an HTML document. How to use: 1. Load the site on which you wish to preview the creative 2. Click the AppNexus Creative Insertion Tool icon to the right of the URL bar 3. Click on a preexisting creative with a matching size on the website 4. Paste the AppNexus Creative ID and press Enter
Información Básica de la Extensión
Nombre | |
ID | ailiopjkbojmmdflhbcedndlomhmhkbk |
URL Oficial | https://chrome.google.com/webstore/detail/appnexus-creative-inserti/ailiopjkbojmmdflhbcedndlomhmhkbk |
Descripción | This extension enables dynamic insertion of creative formats within an HTML document |
Tamaño del Archivo | 7.51 KB |
Cantidad de Instalaciones | 109 |
Versión Actual | 1.2 |
Última Actualización | 2015-11-17 |
Fecha de Publicación | 2015-11-17 |
Calificación | 5.00/5 Total de 4 Calificaciones |
Desarrollador | Ben Kahan Development Services |
Tipo de Pago | free |
Idiomas Soportados | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "background": { "scripts": [ "background.js" ] }, "browser_action": { "default_icon": "icon128.png", "name": "Use Screenshot Tool" }, "description": "This extension enables dynamic insertion of creative formats within an HTML document", "manifest_version": 2, "name": "AppNexus Creative Insertion Tool", "permissions": [ "tabs", "*:\/\/*\/*" ], "version": "1.2", "icons": { "128": "icon128.png", "96": "icon96.png" } } |