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
擴展基本資訊
名稱 | |
ID | ailiopjkbojmmdflhbcedndlomhmhkbk |
官方網址 | 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" } } |