Adobe DTM Single Page Rules
Displays all Adobe Dynamic Tag Management rules and data elements on a single page. Fixes rule and element name clipping
Adobe DTM Single Page Rules란 무엇입니까?
Adobe DTM Single Page Rules은(는) https://www.insightinanalytics.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Displays all Adobe Dynamic Tag Management rules and data elements on a single page. Fixes rule and element name clipping"입니다.
확장 프로그램 스크린샷
Adobe DTM Single Page Rules 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Adobe Dynamic Tag Management doesn't allow you to view all of your rules and data elements on a single page, instead forcing clunky pagination. It also clips the names you've set for your rules and data elements. This plugin allows for all Adobe Dynamic Tag Management rules and data elements to be viewable on a single page, and fixes rule and element name clipping. http://www.insightinanalytics.com/adobe-dtm-single-page-rules-chrome-browser-extension/
확장 프로그램 기본 정보
이름 | Adobe DTM Single Page Rules |
ID | cgcffhdhdhkkbmmdmnkhlmiaimgcgign |
공식 URL | https://chromewebstore.google.com/detail/adobe-dtm-single-page-rul/cgcffhdhdhkkbmmdmnkhlmiaimgcgign |
설명 | Displays all Adobe Dynamic Tag Management rules and data elements on a single page. Fixes rule and element name clipping |
파일 크기 | 34.5 KB |
설치 횟수 | 104 |
현재 버전 | 1.4 |
최근 업데이트 | 2019-08-31 |
출시 날짜 | 2019-08-31 |
개발자 | https://www.insightinanalytics.com |
이메일 | [email protected] |
결제 유형 | free |
확장 프로그램 웹 사이트 | http://www.insightinanalytics.com/ |
지원되는 언어 | en-GB |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Adobe DTM Single Page Rules", "version": "1.4", "description": "Displays all Adobe Dynamic Tag Management rules and data elements on a single page. Fixes rule and element name clipping", "content_scripts": [ { "run_at": "document_idle", "js": [ "jquery-2.2.4.min.js", "content.js" ], "matches": [ "https:\/\/dtm.adobe.com\/*\/event_based_rules", "https:\/\/dtm.adobe.com\/*\/page_load_rules", "https:\/\/dtm.adobe.com\/*\/direct_call_rules", "https:\/\/dtm.adobe.com\/*\/data_elements" ] } ], "icons": { "16": "icon_16.png", "32": "icon_32.png", "48": "icon_48.png", "128": "icon_128.png" }, "manifest_version": 2 } |