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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

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