AppNexus Creative Insertion Tool
This extension enables dynamic insertion of creative formats within an HTML document
Co je AppNexus Creative Insertion Tool?
AppNexus Creative Insertion Tool je rozšíření Chrome vyvinuté Ben Kahan Development Services, a jeho hlavní funkcí je „This extension enables dynamic insertion of creative formats within an HTML document“.
Stáhnout soubor CRX rozšíření AppNexus Creative Insertion Tool
Stáhněte si soubory rozšíření AppNexus Creative Insertion Tool ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.
Pokyny pro Použití Rozšíření
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
Základní Informace o Rozšíření
Název | |
ID | ailiopjkbojmmdflhbcedndlomhmhkbk |
Oficiální URL | https://chrome.google.com/webstore/detail/appnexus-creative-inserti/ailiopjkbojmmdflhbcedndlomhmhkbk |
Popis | This extension enables dynamic insertion of creative formats within an HTML document |
Velikost souboru | 7.51 KB |
Počet instalací | 109 |
Aktuální Verze | 1.2 |
Poslední Aktualizace | 2015-11-17 |
Datum Vydání | 2015-11-17 |
Hodnocení | 5.00/5 Celkem 4 Hodnocení |
Vývojář | Ben Kahan Development Services |
Typ Platby | free |
Podporované Jazyky | 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" } } |