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.
O que é Rocket Fuel Tech Ops HTML 5 Processor?
Rocket Fuel Tech Ops HTML 5 Processor é uma extensão do Chrome desenvolvida por edwardkahana, e sua principal característica é "Modifies HTML 5 tag code from apps such as Swiffy with clickTag for uploading in DCM. Might not work in other ad servers.".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Rocket Fuel Tech Ops HTML 5 Processor
Baixe arquivos de extensão Rocket Fuel Tech Ops HTML 5 Processor no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.
Instruções de Uso da Extensão
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 thelayer 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 atag 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 entirecontainer 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).Informações Básicas da Extensão
Nome Rocket Fuel Tech Ops HTML 5 Processor
ID fgnjdmdnkgfeeopmjdlfpcgknkggjkda URL Oficial https://chromewebstore.google.com/detail/rocket-fuel-tech-ops-html/fgnjdmdnkgfeeopmjdlfpcgknkggjkda Descrição Modifies HTML 5 tag code from apps such as Swiffy with clickTag for uploading in DCM. Might not work in other ad servers. Tamanho do Arquivo 31.83 KB Contagem de Instalações 385 Versão Atual 1.0 Última Atualização 2015-08-18 Data de Publicação 2015-08-18 Classificação 5.00/5 Total de 2 Avaliações Desenvolvedor edwardkahana Tipo de Pagamento free Idiomas Suportados 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 } }