AppNexus Creative Insertion Tool

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

什么是AppNexus Creative Insertion Tool?

AppNexus Creative Insertion Tool是由Ben Kahan Development Services开发的Chrome扩展程序,该扩展的主要功能是“This extension enables dynamic insertion of creative formats within an HTML document”。

下载AppNexus Creative Insertion Tool扩展crx文件

下载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"
    }
}