AppNexus Creative Insertion Tool

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

Was ist AppNexus Creative Insertion Tool?

AppNexus Creative Insertion Tool ist eine Chrome-Erweiterung, die von Ben Kahan Development Services entwickelt wurde, und ihr Hauptmerkmal ist "This extension enables dynamic insertion of creative formats within an HTML document".

AppNexus Creative Insertion Tool-Erweiterungs-CRX-Datei herunterladen

Laden Sie AppNexus Creative Insertion Tool-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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                    

Grundlegende Informationen zur Erweiterung

Name AppNexus Creative Insertion Tool AppNexus Creative Insertion Tool
ID ailiopjkbojmmdflhbcedndlomhmhkbk
Offizielle URL https://chrome.google.com/webstore/detail/appnexus-creative-inserti/ailiopjkbojmmdflhbcedndlomhmhkbk
Beschreibung This extension enables dynamic insertion of creative formats within an HTML document
Dateigröße 7.51 KB
Installationsanzahl 109
Aktuelle Version 1.2
Letztes Update 2015-11-17
Veröffentlichungsdatum 2015-11-17
Bewertung 5.00/5 Insgesamt 4 Bewertungen
Entwickler Ben Kahan Development Services
Zahlungsart free
Unterstützte Sprachen 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"
    }
}