Selligent Target Developer Tools

Tools for debugging Selligent Site

Τι είναι το Selligent Target Developer Tools;

Το Selligent Target Developer Tools είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον https://www.bite.be, και η κύρια λειτουργία του είναι "Tools for debugging Selligent Site".

Στιγμιότυπα Επέκτασης

screenshot
screenshot

Λήψη αρχείου CRX της επέκτασης Selligent Target Developer Tools

Λήψη αρχείων επέκτασης 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'"
}