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