TestingBot
Cross Browser Testing on multiple browsers and mobile devices.
ما هو TestingBot؟
TestingBot هو إضافة Chrome تم تطويرها بواسطة https://testingbot.com، والميزة الرئيسية لها هي "Cross Browser Testing on multiple browsers and mobile devices.".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة TestingBot
قم بتنزيل ملفات الامتداد TestingBot بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
Perform Live Interactive Cross Browser Testing on 5000+ Browsers and Devices. The TestingBot Chrome extension helps you to increase productivity while testing and developing websites. Achieve faster time to market, by making sure your website looks and functions correctly across a large collection of devices. Test on Windows, Linux, macOS, iOS and Android. Simply open the extension on any page you want to test, pick a browser/device combination and instantly test on a remote browser or device 🚀 TestingBot Features: - 5000+ Browsers - Real iOS and Android Devices - Test from various geographical locations To learn more, visit: https://testingbot.com
معلومات أساسية عن التمديد
الاسم | TestingBot |
ID | nhjmiaiamlfblfagaodhkeabfbnmdmff |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/testingbot/nhjmiaiamlfblfagaodhkeabfbnmdmff |
الوصف | Cross Browser Testing on multiple browsers and mobile devices. |
حجم الملف | 34.02 KB |
عدد التثبيتات | 54 |
النسخة الحالية | 1.1 |
آخر تحديث | 2023-09-23 |
تاريخ النشر | 2023-09-07 |
تقييم | 1.00/5 مجموع تقييمات 1 |
المطور | https://testingbot.com |
البريد الإلكتروني | [email protected] |
نوع الدفع | free |
موقع الإضافة | https://testingbot.com |
عنوان صفحة المساعدة | https://testingbot.com/support |
عنوان صفحة سياسة الخصوصية | https://testingbot.com/privacy |
اللغات المدعومة | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "TestingBot", "description": "Cross Browser Testing on multiple browsers and mobile devices.", "version": "1.1", "icons": { "16": "icons\/icon.png", "32": "icons\/icon.png", "48": "icons\/icon.png", "128": "icons\/icon.png" }, "action": { "default_icon": { "16": "icons\/icon.png", "32": "icons\/icon.png", "48": "icons\/icon.png", "128": "icons\/icon.png" }, "default_popup": ".\/popup\/index.html" }, "externally_connectable": { "matches": [ "https:\/\/*.testingbot.com\/*" ] }, "permissions": [ "activeTab" ] } |