AppNexus Creative Insertion Tool (AST Tag)

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

Cos'è AppNexus Creative Insertion Tool (AST Tag)?

AppNexus Creative Insertion Tool (AST Tag) è un'estensione di Chrome sviluppata da dbl@Wemass, e la sua funzione principale è "This extension enables dynamic insertion Ads within a webpage using AST API.".

Screenshot dell'Estensione

screenshot
screenshot
screenshot
screenshot

Scarica il file CRX dell'estensione AppNexus Creative Insertion Tool (AST Tag)

Scarica i file di estensione AppNexus Creative Insertion Tool (AST Tag) in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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.                    

Informazioni di Base sull'Estensione

Nome AppNexus Creative Insertion Tool (AST Tag) AppNexus Creative Insertion Tool (AST Tag)
ID mamiifehefcemdpnppbempchfibkbanb
URL Ufficiale https://chromewebstore.google.com/detail/appnexus-creative-inserti/mamiifehefcemdpnppbempchfibkbanb
Descrizione This extension enables dynamic insertion Ads within a webpage using AST API.
Dimensione del File 90.73 KB
Conteggio Installazioni 82
Versione Corrente 3.2
Ultimo Aggiornamento 2020-01-27
Data di Pubblicazione 2020-01-21
Valutazione 5.00/5 Totale 3 Valutazioni
Sviluppatore dbl@Wemass
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://github.com/dbl-wemass/AppNexus-Creative-Insertion-Tool-AST-Tag-
URL della Pagina di Aiuto https://github.com/dbl-wemass/AppNexus-Creative-Insertion-Tool-AST-Tag-/issues
Lingue Supportate 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"
    }
}