AppNexus Creative Insertion Tool
This extension enables dynamic insertion of creative formats within an HTML document
O que é AppNexus Creative Insertion Tool?
AppNexus Creative Insertion Tool é uma extensão do Chrome desenvolvida por Ben Kahan Development Services, e sua principal característica é "This extension enables dynamic insertion of creative formats within an HTML document".
Baixar o arquivo CRX da Extensão AppNexus Creative Insertion Tool
Baixe arquivos de extensão AppNexus Creative Insertion Tool no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.
Instruções de Uso da Extensão
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
Informações Básicas da Extensão
Nome | |
ID | ailiopjkbojmmdflhbcedndlomhmhkbk |
URL Oficial | https://chrome.google.com/webstore/detail/appnexus-creative-inserti/ailiopjkbojmmdflhbcedndlomhmhkbk |
Descrição | This extension enables dynamic insertion of creative formats within an HTML document |
Tamanho do Arquivo | 7.51 KB |
Contagem de Instalações | 109 |
Versão Atual | 1.2 |
Última Atualização | 2015-11-17 |
Data de Publicação | 2015-11-17 |
Classificação | 5.00/5 Total de 4 Avaliações |
Desenvolvedor | Ben Kahan Development Services |
Tipo de Pagamento | free |
Idiomas Suportados | 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" } } |