Duke2
Duke2 is unofficial tool for debugging Giosg script and rules.
ما هو Duke2؟
Duke2 هو إضافة Chrome تم تطويرها بواسطة giosg-devs، والميزة الرئيسية لها هي "Duke2 is unofficial tool for debugging Giosg script and rules.".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Duke2
قم بتنزيل ملفات الامتداد Duke2 بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
Unofficial helper tool for Giosg Visitor debugging. With Duke you can check and validate that your Giosg configuration has been done properly. Currently supports Rules and Shopping Cart.
معلومات أساسية عن التمديد
الاسم | Duke2 |
ID | iifamjgkehmognbeennlgodmkeddfipm |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/duke2/iifamjgkehmognbeennlgodmkeddfipm |
الوصف | Duke2 is unofficial tool for debugging Giosg script and rules. |
حجم الملف | 1.67 MB |
عدد التثبيتات | 51 |
النسخة الحالية | 1.0.2 |
آخر تحديث | 2020-09-03 |
تاريخ النشر | 2020-09-03 |
المطور | giosg-devs |
البريد الإلكتروني | [email protected] |
نوع الدفع | free |
موقع الإضافة | https://giosg.com |
اللغات المدعومة | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Duke2", "version": "1.0.2", "manifest_version": 2, "description": "__MSG_appDescription__", "icons": { "16": "images\/icon-16.png", "128": "images\/icon-128.png" }, "default_locale": "en", "browser_action": { "default_icon": { "19": "images\/icon-19.png", "38": "images\/icon-38.png" }, "default_title": "Duke", "default_popup": "popup.html" }, "externally_connectable": { "matches": [] }, "permissions": [ "activeTab" ], "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'", "web_accessible_resources": [ "http:\/\/fonts.googleapis.com\/", "scripts\/postmessagelistener.js" ], "content_scripts": [ { "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "exclude_matches": [], "css": [], "js": [ "scripts\/contentscript.js" ], "run_at": "document_end", "all_frames": false } ] } |