Tracking Code examiner

This tool will help you examine the implementation of AIQUA Web SDK.

Tracking Code examiner란 무엇입니까?

Tracking Code examiner은(는) Appier Inc에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "This tool will help you examine the implementation of AIQUA Web SDK."입니다.

확장 프로그램 스크린샷

screenshot

Tracking Code examiner 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        This tool will examine if a website is installed AIQUA SDK and list all of the traffic coming out from SDK in order to help you check the correctness of SDK installation.                    

확장 프로그램 기본 정보

이름 Tracking Code examiner Tracking Code examiner
ID nkabmmbalcfogmmeedllgbmlbmodcgnm
공식 URL https://chromewebstore.google.com/detail/tracking-code-examiner/nkabmmbalcfogmmeedllgbmlbmodcgnm
설명 This tool will help you examine the implementation of AIQUA Web SDK.
파일 크기 65.07 KB
설치 횟수 1,146
현재 버전 1.1.1
최근 업데이트 2020-11-13
출시 날짜 2019-08-02
평점 5.00/5 총 1 개의 평점
개발자 Appier Inc
이메일 [email protected]
결제 유형 free
개인정보 보호 정책 페이지 URL https://www.appier.com/en/about/privacy-policy
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Tracking Code examiner",
    "version": "1.1.1",
    "description": "This tool will help you examine the implementation of AIQUA Web SDK.",
    "permissions": [
        "webRequest",
        "",
        "storage",
        "tabs",
        "cookies"
    ],
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": true
    },
    "manifest_version": 2,
    "browser_action": {
        "default_popup": "popup.html",
        "default_icon": {
            "16": "images\/get_started16.png",
            "32": "images\/get_started32.png",
            "48": "images\/get_started48.png",
            "128": "images\/get_started128.png"
        }
    },
    "icons": {
        "16": "images\/get_started16.png",
        "32": "images\/get_started32.png",
        "48": "images\/get_started48.png",
        "128": "images\/get_started128.png"
    }
}