AppNexus Creative Insertion Tool
This extension enables dynamic insertion of creative formats within an HTML document
Vad är AppNexus Creative Insertion Tool?
AppNexus Creative Insertion Tool är en Chrome-tillägg utvecklad av Ben Kahan Development Services, och dess huvudfunktion är "This extension enables dynamic insertion of creative formats within an HTML document".
Ladda ner AppNexus Creative Insertion Tool-förlängningens CRX-fil
Ladda ner AppNexus Creative Insertion Tool-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
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äggande Information om Tillägg
Namn | |
ID | ailiopjkbojmmdflhbcedndlomhmhkbk |
Officiell webbadress | https://chrome.google.com/webstore/detail/appnexus-creative-inserti/ailiopjkbojmmdflhbcedndlomhmhkbk |
Beskrivning | This extension enables dynamic insertion of creative formats within an HTML document |
Filstorlek | 7.51 KB |
Antal Installationer | 109 |
Aktuell Version | 1.2 |
Senast Uppdaterad | 2015-11-17 |
Publiceringsdatum | 2015-11-17 |
Betyg | 5.00/5 Totalt 4 Betyg |
Utvecklare | Ben Kahan Development Services |
Betalningssätt | free |
Stödda Språk | 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" } } |