AppNexus Creative Insertion Tool

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

Что такое AppNexus Creative Insertion Tool?

AppNexus Creative Insertion Tool - это расширение Chrome, разработанное Ben Kahan Development Services, и его основная функция - "This extension enables dynamic insertion of creative formats within an HTML document".

Скачать файл CRX расширения AppNexus Creative Insertion Tool

Скачайте файлы расширений AppNexus Creative Insertion Tool в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.

Инструкции по использованию расширения

                        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                    

Основная информация о расширении

Название AppNexus Creative Insertion Tool AppNexus Creative Insertion Tool
ID ailiopjkbojmmdflhbcedndlomhmhkbk
Официальный URL https://chrome.google.com/webstore/detail/appnexus-creative-inserti/ailiopjkbojmmdflhbcedndlomhmhkbk
Описание This extension enables dynamic insertion of creative formats within an HTML document
Размер файла 7.51 KB
Количество установок 109
Текущая Версия 1.2
Последнее Обновление 2015-11-17
Дата публикации 2015-11-17
Рейтинг 5.00/5 Всего 4 оценок
Разработчик Ben Kahan Development Services
Тип оплаты free
Поддерживаемые языки 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"
    }
}