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 กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
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 |
URL หน้าช่วยเหลือ | https://testingbot.com/support |
URL หน้านโยบายความเป็นส่วนตัว | 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" ] } |