Selligent Target Developer Tools

Tools for debugging Selligent Site

Qu'est-ce que Selligent Target Developer Tools ?

Selligent Target Developer Tools est une extension Chrome développée par https://www.bite.be, et sa fonction principale est "Tools for debugging Selligent Site".

Captures d'Écran de l'Extension

screenshot
screenshot

Télécharger le fichier CRX de l'extension Selligent Target Developer Tools

Téléchargez les fichiers d'extension Selligent Target Developer Tools au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom Selligent Target Developer Tools Selligent Target Developer Tools
ID nbpciehgdkggiohhaopghchebgfkedjg
URL Officiel https://chromewebstore.google.com/detail/selligent-target-develope/nbpciehgdkggiohhaopghchebgfkedjg
Description Tools for debugging Selligent Site
Taille du Fichier 214 KB
Nombre d'Installations 43
Version Actuelle 1.0.4
Dernière Mise à Jour 2017-05-02
Date de Publication 2017-05-02
Développeur https://www.bite.be
Type de Paiement free
Site Web de l'Extension http://www.business-it-engineering.com/?p=1002
Langues Prises en Charge 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'"
}