AppNexus Creative Insertion Tool
This extension enables dynamic insertion of creative formats within an HTML document
Apa itu AppNexus Creative Insertion Tool?
AppNexus Creative Insertion Tool adalah ekstensi Chrome yang dikembangkan oleh Ben Kahan Development Services, dan fitur utamanya adalah "This extension enables dynamic insertion of creative formats within an HTML document".
Unduh Berkas CRX Ekstensi AppNexus Creative Insertion Tool
Unduh file ekstensi AppNexus Creative Insertion Tool dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
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
Informasi Dasar Ekstensi
Nama | |
ID | ailiopjkbojmmdflhbcedndlomhmhkbk |
URL Resmi | https://chrome.google.com/webstore/detail/appnexus-creative-inserti/ailiopjkbojmmdflhbcedndlomhmhkbk |
Deskripsi | This extension enables dynamic insertion of creative formats within an HTML document |
Ukuran File | 7.51 KB |
Jumlah Instalasi | 109 |
Versi Saat Ini | 1.2 |
Terakhir Diperbarui | 2015-11-17 |
Tanggal Publikasi | 2015-11-17 |
Penilaian | 5.00/5 Total 4 Penilaian |
Pengembang | Ben Kahan Development Services |
Tipe Pembayaran | free |
Bahasa yang Didukung | 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" } } |