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."입니다.
확장 프로그램 스크린샷
Rocket Fuel Tech Ops HTML 5 Processor 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 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 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).확장 프로그램 기본 정보
이름 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 } }