TestingBot
Cross Browser Testing on multiple browsers and mobile devices.
TestingBot là gì?
TestingBot là một tiện ích mở rộng Chrome được phát triển bởi https://testingbot.com, và tính năng chính của nó là "Cross Browser Testing on multiple browsers and mobile devices.".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng TestingBot
Tải xuống các tệp mở rộng TestingBot dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | TestingBot |
ID | nhjmiaiamlfblfagaodhkeabfbnmdmff |
URL Chính Thức | https://chromewebstore.google.com/detail/testingbot/nhjmiaiamlfblfagaodhkeabfbnmdmff |
Mô tả | Cross Browser Testing on multiple browsers and mobile devices. |
Kích Thước Tệp | 34.02 KB |
Số Lần Cài Đặt | 54 |
Phiên Bản Hiện Tại | 1.1 |
Cập Nhật Lần Cuối | 2023-09-23 |
Ngày Phát Hành | 2023-09-07 |
Đánh Giá | 1.00/5 Tổng số 1 Đánh Giá |
Nhà Phát Triển | https://testingbot.com |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://testingbot.com |
URL Trang Trợ Giúp | https://testingbot.com/support |
URL Trang Chính Sách Bảo Mật | https://testingbot.com/privacy |
Ngôn Ngữ Được Hỗ Trợ | 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" ] } |