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 กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย 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"
    }
}