AppNexus Creative Insertion Tool
This extension enables dynamic insertion of creative formats within an HTML document
ما هو AppNexus Creative Insertion Tool؟
AppNexus Creative Insertion Tool هو إضافة Chrome تم تطويرها بواسطة Ben Kahan Development Services، والميزة الرئيسية لها هي "This extension enables dynamic insertion of creative formats within an HTML document".
تحميل ملف CRX للإضافة AppNexus Creative Insertion Tool
قم بتنزيل ملفات الامتداد AppNexus Creative Insertion Tool بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات 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
معلومات أساسية عن التمديد
الاسم | |
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" } } |