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ファイルをダウンロード

Selligent Target Developer Tools拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        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'"
}