Selligent Target Developer Tools

Tools for debugging Selligent Site

Selligent Target Developer Tools là gì?

Selligent Target Developer Tools là một tiện ích mở rộng Chrome được phát triển bởi https://www.bite.be, và tính năng chính của nó là "Tools for debugging Selligent Site".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Selligent Target Developer Tools

Tải xuống các tệp mở rộng Selligent Target Developer Tools dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Selligent Target Developer Tools Selligent Target Developer Tools
ID nbpciehgdkggiohhaopghchebgfkedjg
URL Chính Thức https://chromewebstore.google.com/detail/selligent-target-develope/nbpciehgdkggiohhaopghchebgfkedjg
Mô tả Tools for debugging Selligent Site
Kích Thước Tệp 214 KB
Số Lần Cài Đặt 43
Phiên Bản Hiện Tại 1.0.4
Cập Nhật Lần Cuối 2017-05-02
Ngày Phát Hành 2017-05-02
Nhà Phát Triển https://www.bite.be
Loại Thanh Toán free
Trang Web Mở Rộng http://www.business-it-engineering.com/?p=1002
Ngôn Ngữ Được Hỗ Trợ 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'"
}