AppNexus Creative Insertion Tool

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

What is AppNexus Creative Insertion Tool?

AppNexus Creative Insertion Tool is a Chrome extension developed by Ben Kahan Development Services, and its main feature is "This extension enables dynamic insertion of creative formats within an HTML document".

Download AppNexus Creative Insertion Tool Extension CRX File

Download AppNexus Creative Insertion Tool extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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                    

Extension Basic Information

Name AppNexus Creative Insertion Tool AppNexus Creative Insertion Tool
ID ailiopjkbojmmdflhbcedndlomhmhkbk
Official URL https://chrome.google.com/webstore/detail/appnexus-creative-inserti/ailiopjkbojmmdflhbcedndlomhmhkbk
Description This extension enables dynamic insertion of creative formats within an HTML document
File Size 7.51 KB
Installation Count 109
Current Version 1.2
Last Updated 2015-11-17
Publish Date 2015-11-17
Rating 5.00/5 Total 4 Ratings
Developer Ben Kahan Development Services
Payment Type free
Supported Languages 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"
    }
}