Ring Accelerator Toolbox
Toolbox for Ring Accelerator
ما هو Ring Accelerator Toolbox؟
Ring Accelerator Toolbox هو إضافة Chrome تم تطويرها بواسطة Ring Publishing، والميزة الرئيسية لها هي "Toolbox for Ring Accelerator".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Ring Accelerator Toolbox
قم بتنزيل ملفات الامتداد Ring Accelerator Toolbox بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
Ring Accelerator Toolbox provides developers and content creators with an easy to use, powerful tool for development, testing and debugging of their websites that is always at their disposal. It's a tool that allows you and your team to change variants, view CDF configuration and many more without the need to leave your website.
معلومات أساسية عن التمديد
الاسم | Ring Accelerator Toolbox |
ID | ahffaapbjofchkghfclgdhcikbamdojg |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/ring-accelerator-toolbox/ahffaapbjofchkghfclgdhcikbamdojg |
الوصف | Toolbox for Ring Accelerator |
حجم الملف | 15.61 KB |
عدد التثبيتات | 95 |
النسخة الحالية | 1.0.4 |
آخر تحديث | 2023-08-22 |
تاريخ النشر | 2020-02-24 |
تقييم | 5.00/5 مجموع تقييمات 3 |
المطور | Ring Publishing |
البريد الإلكتروني | [email protected] |
نوع الدفع | free |
موقع الإضافة | https://ringpublishing.com/ |
عنوان صفحة سياسة الخصوصية | https://ringpublishing.com/privacy-policy |
اللغات المدعومة | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Ring Accelerator Toolbox", "description": "Toolbox for Ring Accelerator", "version": "1.0.4", "manifest_version": 2, "background": { "persistent": false, "scripts": [ "background.js" ] }, "browser_action": { "default_icon": { "128": "assets\/logo-128.png", "256": "assets\/logo-256.png" } }, "icons": { "128": "assets\/logo-128.png", "256": "assets\/logo-256.png" }, "permissions": [ "activeTab" ], "content_security_policy": "script-src 'self' https:\/\/bookmarklet.accelerator.ringpublishing.com; object-src 'self'" } |