AppNexus Creative Insertion Tool
This extension enables dynamic insertion of creative formats within an HTML document
AppNexus Creative Insertion Tool là gì?
AppNexus Creative Insertion Tool là một tiện ích mở rộng Chrome được phát triển bởi Ben Kahan Development Services, và tính năng chính của nó là "This extension enables dynamic insertion of creative formats within an HTML document".
Tải xuống tệp CRX của tiện ích mở rộng AppNexus Creative Insertion Tool
Tải xuống các tệp mở rộng AppNexus Creative Insertion Tool dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | |
ID | ailiopjkbojmmdflhbcedndlomhmhkbk |
URL Chính Thức | https://chrome.google.com/webstore/detail/appnexus-creative-inserti/ailiopjkbojmmdflhbcedndlomhmhkbk |
Mô tả | This extension enables dynamic insertion of creative formats within an HTML document |
Kích Thước Tệp | 7.51 KB |
Số Lần Cài Đặt | 109 |
Phiên Bản Hiện Tại | 1.2 |
Cập Nhật Lần Cuối | 2015-11-17 |
Ngày Phát Hành | 2015-11-17 |
Đánh Giá | 5.00/5 Tổng số 4 Đánh Giá |
Nhà Phát Triển | Ben Kahan Development Services |
Loại Thanh Toán | free |
Ngôn Ngữ Được Hỗ Trợ | 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" } } |