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".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Selligent Target Developer Tools
قم بتنزيل ملفات الامتداد Selligent Target Developer Tools بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
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 |
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'" } |