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) dbl@Wemass द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "This extension enables dynamic insertion Ads within a webpage using AST API."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot
screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में AppNexus Creative Insertion Tool (AST Tag) एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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"
    }
}