TestingBot
Cross Browser Testing on multiple browsers and mobile devices.
What is TestingBot?
TestingBot is a Chrome extension developed by https://testingbot.com, and its main feature is "Cross Browser Testing on multiple browsers and mobile devices.".
Extension Screenshots
Download TestingBot Extension CRX File
Download TestingBot extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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
Extension Basic Information
Name | TestingBot |
ID | nhjmiaiamlfblfagaodhkeabfbnmdmff |
Official URL | https://chromewebstore.google.com/detail/testingbot/nhjmiaiamlfblfagaodhkeabfbnmdmff |
Description | Cross Browser Testing on multiple browsers and mobile devices. |
File Size | 34.02 KB |
Installation Count | 54 |
Current Version | 1.1 |
Last Updated | 2023-09-23 |
Publish Date | 2023-09-07 |
Rating | 1.00/5 Total 1 Ratings |
Developer | https://testingbot.com |
[email protected] | |
Payment Type | free |
Extension Website | https://testingbot.com |
Help Page URL | https://testingbot.com/support |
Privacy Policy Page URL | https://testingbot.com/privacy |
Supported Languages | 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" ] } |