AppNexus Creative Insertion Tool
This extension enables dynamic insertion of creative formats within an HTML document
Hvad er AppNexus Creative Insertion Tool?
AppNexus Creative Insertion Tool er en Chrome-udvidelse udviklet af Ben Kahan Development Services, og dens hovedfunktion er "This extension enables dynamic insertion of creative formats within an HTML document".
Download AppNexus Creative Insertion Tool-udvidelses-CRX-fil
Download AppNexus Creative Insertion Tool-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
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
Grundlæggende oplysninger om udvidelsen
Navn | |
ID | ailiopjkbojmmdflhbcedndlomhmhkbk |
Officiel URL | https://chrome.google.com/webstore/detail/appnexus-creative-inserti/ailiopjkbojmmdflhbcedndlomhmhkbk |
Beskrivelse | This extension enables dynamic insertion of creative formats within an HTML document |
Filstørrelse | 7.51 KB |
Antal Installationer | 109 |
Nuværende Version | 1.2 |
Senest Opdateret | 2015-11-17 |
Udgivelsesdato | 2015-11-17 |
Bedømmelse | 5.00/5 Samlet 4 Bedømmelser |
Udvikler | Ben Kahan Development Services |
Betalingsmetode | free |
Understøttede Sprog | 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" } } |