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