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

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

확장 프로그램 사용 설명서

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