Selligent Target Developer Tools
Tools for debugging Selligent Site
O que é Selligent Target Developer Tools?
Selligent Target Developer Tools é uma extensão do Chrome desenvolvida por https://www.bite.be, e sua principal característica é "Tools for debugging Selligent Site".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Selligent Target Developer Tools
Baixe arquivos de extensão Selligent Target Developer Tools no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.
Instruções de Uso da Extensão
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.
Informações Básicas da Extensão
Nome | Selligent Target Developer Tools |
ID | nbpciehgdkggiohhaopghchebgfkedjg |
URL Oficial | https://chromewebstore.google.com/detail/selligent-target-develope/nbpciehgdkggiohhaopghchebgfkedjg |
Descrição | Tools for debugging Selligent Site |
Tamanho do Arquivo | 214 KB |
Contagem de Instalações | 43 |
Versão Atual | 1.0.4 |
Última Atualização | 2017-05-02 |
Data de Publicação | 2017-05-02 |
Desenvolvedor | https://www.bite.be |
Tipo de Pagamento | free |
Site da Extensão | http://www.business-it-engineering.com/?p=1002 |
Idiomas Suportados | 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'" } |