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”。
擴展截圖
下載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. 擴展基本資訊
| 名稱 | |
| ID | nbpciehgdkggiohhaopghchebgfkedjg |
| 官方網址 | 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'"
} | |