AppNexus Creative Insertion Tool (AST Tag)

This extension enables dynamic insertion Ads within a webpage using AST API.

AppNexus Creative Insertion Tool (AST Tag)คืออะไร?

AppNexus Creative Insertion Tool (AST Tag) เป็นส่วนขยายของ Chrome ที่พัฒนาโดย dbl@Wemass และคุณลักษณะหลักของมันคือ "This extension enables dynamic insertion Ads within a webpage using AST API."

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย AppNexus Creative Insertion Tool (AST Tag)

ดาวน์โหลดไฟล์ส่วนขยาย AppNexus Creative Insertion Tool (AST Tag) ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        Preface:

Original credit to Ben Kahan. https://chrome.google.com/webstore/detail/appnexus-creative-inserti/ailiopjkbojmmdflhbcedndlomhmhkbk he had the idea

Sadly his extension is outdated since appnexus discontinued the api he was using. So I updated it using the AST API. Also made it always secure and migrated the code to ES6.

Description:

This Chrome extension enables dynamic insertion of creative Ads in any HTML element in any page. This can be used for proofs or for debugging your creative in a live environment.

How to use:

    Load the site on which you wish to preview the creative
    Click the AppNexus Creative Insertion Tool icon to the right of the URL bar
    Move the mouse cursor over the layer you want to use as placeholder for the creative. It should show a message with the text "SELECT".
    Click on it, a input prompt should appear.
    Paste the AppNexus Creative ID and press Enter
    Enjoy the view.                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ AppNexus Creative Insertion Tool (AST Tag) AppNexus Creative Insertion Tool (AST Tag)
ID mamiifehefcemdpnppbempchfibkbanb
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/appnexus-creative-inserti/mamiifehefcemdpnppbempchfibkbanb
คำอธิบาย This extension enables dynamic insertion Ads within a webpage using AST API.
ขนาดไฟล์ 90.73 KB
จำนวนการติดตั้ง 82
เวอร์ชันปัจจุบัน 3.2
อัปเดตครั้งล่าสุด 2020-01-27
วันที่เผยแพร่ 2020-01-21
คะแนน 5.00/5 รวมทั้งหมด 3 คะแนน
ผู้พัฒนา dbl@Wemass
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://github.com/dbl-wemass/AppNexus-Creative-Insertion-Tool-AST-Tag-
URL หน้าช่วยเหลือ https://github.com/dbl-wemass/AppNexus-Creative-Insertion-Tool-AST-Tag-/issues
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "background": {
        "scripts": [
            "scripts\/background.js"
        ],
        "persistent": false
    },
    "browser_action": {
        "default_icon": "icons\/icon128.png",
        "name": "Use Screenshot Tool"
    },
    "description": "This extension enables dynamic insertion Ads within a webpage using AST API.",
    "manifest_version": 2,
    "name": "AppNexus Creative Insertion Tool (AST Tag)",
    "permissions": [
        "activeTab"
    ],
    "version": "3.2",
    "icons": {
        "128": "icons\/icon128.png",
        "96": "icons\/icon96.png"
    }
}