GDDL Inspector
GDDL QA Tool
GDDL Inspector란 무엇입니까?
GDDL Inspector은(는) Stitchd NV에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "GDDL QA Tool"입니다.
확장 프로그램 스크린샷
GDDL Inspector 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Stitchd's Generic Digital Data Layer (GDDL) framework supports an event-driven and vendor agnostic data layer implementation. The framework offers a common generic structure for defining analytics event content, either through plain javascript objects, or by attributing analytics data in the HTML elements. To connect to site implemented tag management solutions, the framework translates the data layer into the vendor specific data layer and tag manager event structures and passes the data through an event queue. The GDDL Inspector tool is a developer extension panel that visualizes the event queue from the framework. The GDDL inspector tool will also perform a syntactical check on the HTML data attributes, and visualize which components are properly/faulty attributed.
확장 프로그램 기본 정보
이름 | GDDL Inspector |
ID | glemmkkipabbechhnlmfiddhebdmandc |
공식 URL | https://chromewebstore.google.com/detail/gddl-inspector/glemmkkipabbechhnlmfiddhebdmandc |
설명 | GDDL QA Tool |
파일 크기 | 1.57 MB |
설치 횟수 | 251 |
현재 버전 | 1.0.1 |
최근 업데이트 | 2021-01-14 |
출시 날짜 | 2020-12-19 |
개발자 | Stitchd NV |
이메일 | [email protected] |
결제 유형 | free |
확장 프로그램 웹 사이트 | https://www.stitchd.be |
도움말 페이지 URL | https://stitchd.gitbook.io/gddl/ |
개인정보 보호 정책 페이지 URL | https://www.stitchd.be/privacy |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "GDDL Inspector", "homepage_url": "http:\/\/localhost:8080\/", "description": "GDDL QA Tool", "default_locale": "en", "permissions": [ "activeTab", "tabs", "webNavigation", "storage" ], "icons": { "16": "icons\/16.png", "48": "icons\/48.png", "128": "icons\/128.png" }, "content_scripts": [ { "matches": [ "*:\/\/*\/*" ], "js": [ "js\/content.js" ] } ], "background": { "scripts": [ "js\/background.js" ], "persistent": true }, "incognito": "split", "devtools_page": "devtools.html", "content_security_policy": "script-src 'self' https:\/\/cdn.jsdelivr.net ; object-src 'self'", "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAjFYOcNQmMFMuxpvH9UZZDEFAxd9RKF0bwLjI0WDeVfz108bpN4rf7qfNe3XMq4mKNPePyDDbHAdDhSTqO2PuAaNod4aTtG4MtFmw7b67Gmy9pZmbbPAvTUAX4JwvBh7wt1873dnqSzZHOigvDOeWY31u94wNc3+9TH9heU2vWBtfJ9y6xNxU0ZDgorWIQIRA0ZnYGvNxCuzk5uUWGoTWNSB+nXqku21jW21nqtyPdkV74joysfZAxqennc9\/dNlY+qeLytJCeZYK3xnXkGp5NUfc4xwNSWPdeGx0vFDz7mYxomajK8v\/wYO9\/6GCpT\/QHNLEzywNnbP8BPt57mEAUQIDAQAB", "version": "1.0.1" } |