AppNexus Creative Insertion Tool
This extension enables dynamic insertion of creative formats within an HTML document
Wat is AppNexus Creative Insertion Tool?
AppNexus Creative Insertion Tool is een Chrome-extensie ontwikkeld door Ben Kahan Development Services, en de belangrijkste functie is "This extension enables dynamic insertion of creative formats within an HTML document".
Download het CRX-bestand van de extensie AppNexus Creative Insertion Tool
Download AppNexus Creative Insertion Tool-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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
Basisinformatie over de Extensie
Naam | |
ID | ailiopjkbojmmdflhbcedndlomhmhkbk |
Officiële URL | https://chrome.google.com/webstore/detail/appnexus-creative-inserti/ailiopjkbojmmdflhbcedndlomhmhkbk |
Beschrijving | This extension enables dynamic insertion of creative formats within an HTML document |
Bestandsgrootte | 7.51 KB |
Aantal Installaties | 109 |
Huidige Versie | 1.2 |
Laatst Bijgewerkt | 2015-11-17 |
Publicatiedatum | 2015-11-17 |
Beoordeling | 5.00/5 Totaal 4 Beoordelingen |
Ontwikkelaar | Ben Kahan Development Services |
Betalingswijze | free |
Ondersteunde Talen | 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" } } |