Rocket Fuel Tech Ops HTML 5 Processor

Modifies HTML 5 tag code from apps such as Swiffy with clickTag for uploading in DCM. Might not work in other ad servers.

Rocket Fuel Tech Ops HTML 5 Processor क्या है?

Rocket Fuel Tech Ops HTML 5 Processor edwardkahana द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Modifies HTML 5 tag code from apps such as Swiffy with clickTag for uploading in DCM. Might not work in other ad servers."।

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

screenshot

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

crx प्रारूप में Rocket Fuel Tech Ops HTML 5 Processor एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

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

 Modifies HTML 5 tag code from apps such as Swiffy with clickTag for uploading in DCM. Might not work in other ad servers. Currently supports Swiffy, GASP, and Adobe Edge HTML 5 code Note: In case you run into a tag that is not supported, the tag processor is doing two key modifications described below. Please use them as guidelines for modifying HTML 5 tags you receive from a client. 1) Adds a Javascript variable within script tags above the 
layer that contains the entire creative. Example: This declares a clickTag variable that may be used by the HTML later. 2) The tag processor then looks for a
tag that is typically marked with the attribute "container" such as
. It then adds the following Javascript method to use the clickTag variable declared earlier to make the entire
container layer (which contains the entire creative) and make it clickable: onclick="window.open(window.clickTag)" . Full example below:
note: "onmouseover" attribute is added to trigger the browser to use the value for the "style" which sets a finger pointer for the cursor (to tell the user that the banner is clickable).

एक्सटेंशन की मूल जानकारी

नाम Rocket Fuel Tech Ops HTML 5 Processor Rocket Fuel Tech Ops HTML 5 Processor
ID fgnjdmdnkgfeeopmjdlfpcgknkggjkda
आधिकारिक URL https://chromewebstore.google.com/detail/rocket-fuel-tech-ops-html/fgnjdmdnkgfeeopmjdlfpcgknkggjkda
विवरण Modifies HTML 5 tag code from apps such as Swiffy with clickTag for uploading in DCM. Might not work in other ad servers.
फ़ाइल का आकार 31.83 KB
स्थापना संख्या 385
वर्तमान संस्करण 1.0
अंतिम अपडेट 2015-08-18
प्रकाशन तिथि 2015-08-18
रेटिंग 5.00/5 कुल 2 रेटिंग्स
डेवलपर edwardkahana
भुगतान के प्रकार free
समर्थित भाषाएँ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Rocket Fuel Tech Ops HTML 5 Processor",
    "description": "Modifies HTML 5 tag code from apps such as Swiffy with clickTag for uploading in DCM. Might not work in other ad servers.",
    "version": "1.0",
    "browser_action": {
        "default_icon": "html5icon.png",
        "default_popup": "popup.html"
    },
    "permissions": [
        "activeTab",
        "https:\/\/ajax.googleapis.com\/"
    ],
    "background": {
        "scripts": [
            "html5processor.js"
        ],
        "persistent": false
    }
}