AppNexus Creative Insertion Tool

This extension enables dynamic insertion of creative formats within an HTML document

Cos'è AppNexus Creative Insertion Tool?

AppNexus Creative Insertion Tool è un'estensione di Chrome sviluppata da Ben Kahan Development Services, e la sua funzione principale è "This extension enables dynamic insertion of creative formats within an HTML document".

Scarica il file CRX dell'estensione AppNexus Creative Insertion Tool

Scarica i file di estensione AppNexus Creative Insertion Tool in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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                    

Informazioni di Base sull'Estensione

Nome AppNexus Creative Insertion Tool AppNexus Creative Insertion Tool
ID ailiopjkbojmmdflhbcedndlomhmhkbk
URL Ufficiale https://chrome.google.com/webstore/detail/appnexus-creative-inserti/ailiopjkbojmmdflhbcedndlomhmhkbk
Descrizione This extension enables dynamic insertion of creative formats within an HTML document
Dimensione del File 7.51 KB
Conteggio Installazioni 109
Versione Corrente 1.2
Ultimo Aggiornamento 2015-11-17
Data di Pubblicazione 2015-11-17
Valutazione 5.00/5 Totale 4 Valutazioni
Sviluppatore Ben Kahan Development Services
Tipo di Pagamento free
Lingue Supportate 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"
    }
}