Selligent Target Developer Tools

Tools for debugging Selligent Site

Selligent Target Developer Tools란 무엇입니까?

Selligent Target Developer Tools은(는) https://www.bite.be에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Tools for debugging Selligent Site"입니다.

확장 프로그램 스크린샷

screenshot
screenshot

Selligent Target Developer Tools 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        Selligent Google plug-in: visualises real time the gathered profiling data during browsing in order to help the marketeer or traffic manager get a better understanding on the input Selligents’ Target uses to profile and define campaigns.

Don't forget to enable the tool by clicking the target logo.                    

확장 프로그램 기본 정보

이름 Selligent Target Developer Tools Selligent Target Developer Tools
ID nbpciehgdkggiohhaopghchebgfkedjg
공식 URL https://chromewebstore.google.com/detail/selligent-target-develope/nbpciehgdkggiohhaopghchebgfkedjg
설명 Tools for debugging Selligent Site
파일 크기 214 KB
설치 횟수 43
현재 버전 1.0.4
최근 업데이트 2017-05-02
출시 날짜 2017-05-02
개발자 https://www.bite.be
결제 유형 free
확장 프로그램 웹 사이트 http://www.business-it-engineering.com/?p=1002
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Selligent Target Developer Tools",
    "version": "1.0.4",
    "manifest_version": 2,
    "description": "Tools for debugging Selligent Site",
    "icons": {
        "16": "images\/icon-16.png",
        "128": "images\/icon-128.png"
    },
    "default_locale": "en",
    "background": {
        "page": "html\/background.html"
    },
    "browser_action": {
        "default_icon": {
            "19": "images\/icon-19.png",
            "38": "images\/icon-38.png"
        },
        "default_title": "Selligent Target Developer Tools",
        "default_popup": "html\/app\/contentpopup.html#\/popup"
    },
    "options_page": "html\/options.html",
    "omnibox": {
        "keyword": "Selligent Target Developer Tools"
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "js\/vendor\/iframeResizer.min.js",
                "js\/content\/contentscript.js"
            ],
            "run_at": "document_end",
            "all_frames": false
        }
    ],
    "permissions": [
        "storage",
        "tabs",
        "background",
        "webRequest",
        "*:\/\/*.slgnt.eu\/*"
    ],
    "web_accessible_resources": [
        "js\/content\/injectedscript.js",
        "html\/*",
        "*.map"
    ],
    "content_security_policy": "script-src  'unsafe-eval' 'self' https:\/\/ssl.google-analytics.com https:\/\/www.google-analytics.com\/; object-src 'self'"
}