AppNexus Creative Insertion Tool
This extension enables dynamic insertion of creative formats within an HTML document
AppNexus Creative Insertion Tool क्या है?
AppNexus Creative Insertion Tool Ben Kahan Development Services द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "This extension enables dynamic insertion of creative formats within an HTML document"।
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में AppNexus Creative Insertion Tool एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
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
एक्सटेंशन की मूल जानकारी
नाम | |
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" } } |