AppNexus Creative Insertion Tool
This extension enables dynamic insertion of creative formats within an HTML document
Co to jest AppNexus Creative Insertion Tool?
AppNexus Creative Insertion Tool to rozszerzenie Chrome opracowane przez Ben Kahan Development Services, a jego główną funkcją jest „This extension enables dynamic insertion of creative formats within an HTML document”.
Pobierz plik CRX rozszerzenia AppNexus Creative Insertion Tool
Pobierz pliki rozszerzeń AppNexus Creative Insertion Tool w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
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
Podstawowe informacje o rozszerzeniu
Nazwa | |
ID | ailiopjkbojmmdflhbcedndlomhmhkbk |
Oficjalny URL | https://chrome.google.com/webstore/detail/appnexus-creative-inserti/ailiopjkbojmmdflhbcedndlomhmhkbk |
Opis | This extension enables dynamic insertion of creative formats within an HTML document |
Rozmiar pliku | 7.51 KB |
Liczba instalacji | 109 |
Aktualna Wersja | 1.2 |
Ostatnia Aktualizacja | 2015-11-17 |
Data Publikacji | 2015-11-17 |
Ocena | 5.00/5 Łącznie 4 Oceny |
Deweloper | Ben Kahan Development Services |
Typ Płatności | free |
Obsługiwane Języki | 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" } } |