AppNexus Creative Insertion Tool
This extension enables dynamic insertion of creative formats within an HTML document
Qu'est-ce que AppNexus Creative Insertion Tool ?
AppNexus Creative Insertion Tool est une extension Chrome développée par Ben Kahan Development Services, et sa fonction principale est "This extension enables dynamic insertion of creative formats within an HTML document".
Télécharger le fichier CRX de l'extension AppNexus Creative Insertion Tool
Téléchargez les fichiers d'extension AppNexus Creative Insertion Tool au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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
Informations de Base sur l'Extension
Nom | |
ID | ailiopjkbojmmdflhbcedndlomhmhkbk |
URL Officiel | https://chrome.google.com/webstore/detail/appnexus-creative-inserti/ailiopjkbojmmdflhbcedndlomhmhkbk |
Description | This extension enables dynamic insertion of creative formats within an HTML document |
Taille du Fichier | 7.51 KB |
Nombre d'Installations | 109 |
Version Actuelle | 1.2 |
Dernière Mise à Jour | 2015-11-17 |
Date de Publication | 2015-11-17 |
Évaluation | 5.00/5 Total 4 Évaluations |
Développeur | Ben Kahan Development Services |
Type de Paiement | free |
Langues Prises en Charge | 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" } } |