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開發的Chrome擴展程式,該擴展的主要功能是“Modifies HTML 5 tag code from apps such as Swiffy with clickTag for uploading in DCM. Might not work in other ad servers.”。

擴展截圖

screenshot

下載Rocket Fuel Tech Ops HTML 5 Processor擴展crx文件

下載Rocket Fuel Tech Ops HTML 5 Processor擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

 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
官方網址 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
    }
}