AppNexus Creative Insertion Tool (AST Tag)

This extension enables dynamic insertion Ads within a webpage using AST API.

什么是AppNexus Creative Insertion Tool (AST Tag)?

AppNexus Creative Insertion Tool (AST Tag)是由dbl@Wemass开发的Chrome扩展程序,该扩展的主要功能是“This extension enables dynamic insertion Ads within a webpage using AST API.”。

扩展截图

screenshot
screenshot
screenshot
screenshot

下载AppNexus Creative Insertion Tool (AST Tag)扩展crx文件

下载AppNexus Creative Insertion Tool (AST Tag)扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        Preface:

Original credit to Ben Kahan. https://chrome.google.com/webstore/detail/appnexus-creative-inserti/ailiopjkbojmmdflhbcedndlomhmhkbk he had the idea

Sadly his extension is outdated since appnexus discontinued the api he was using. So I updated it using the AST API. Also made it always secure and migrated the code to ES6.

Description:

This Chrome extension enables dynamic insertion of creative Ads in any HTML element in any page. This can be used for proofs or for debugging your creative in a live environment.

How to use:

    Load the site on which you wish to preview the creative
    Click the AppNexus Creative Insertion Tool icon to the right of the URL bar
    Move the mouse cursor over the layer you want to use as placeholder for the creative. It should show a message with the text "SELECT".
    Click on it, a input prompt should appear.
    Paste the AppNexus Creative ID and press Enter
    Enjoy the view.                    

扩展基本信息

名称 AppNexus Creative Insertion Tool (AST Tag) AppNexus Creative Insertion Tool (AST Tag)
ID mamiifehefcemdpnppbempchfibkbanb
官方URL https://chromewebstore.google.com/detail/appnexus-creative-inserti/mamiifehefcemdpnppbempchfibkbanb
简介 This extension enables dynamic insertion Ads within a webpage using AST API.
文件大小 90.73 KB
安装次数 82
当前版本 3.2
更新时间 2020-01-27
上架时间 2020-01-21
评分 5.00/5 共3次评分
开发者 dbl@Wemass
电子邮箱 [email protected]
付费类型 free
扩展官网 https://github.com/dbl-wemass/AppNexus-Creative-Insertion-Tool-AST-Tag-
帮助页面URL https://github.com/dbl-wemass/AppNexus-Creative-Insertion-Tool-AST-Tag-/issues
支持的语言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "background": {
        "scripts": [
            "scripts\/background.js"
        ],
        "persistent": false
    },
    "browser_action": {
        "default_icon": "icons\/icon128.png",
        "name": "Use Screenshot Tool"
    },
    "description": "This extension enables dynamic insertion Ads within a webpage using AST API.",
    "manifest_version": 2,
    "name": "AppNexus Creative Insertion Tool (AST Tag)",
    "permissions": [
        "activeTab"
    ],
    "version": "3.2",
    "icons": {
        "128": "icons\/icon128.png",
        "96": "icons\/icon96.png"
    }
}