TestingBot
Cross Browser Testing on multiple browsers and mobile devices.
Wat is TestingBot?
TestingBot is een Chrome-extensie ontwikkeld door https://testingbot.com, en de belangrijkste functie is "Cross Browser Testing on multiple browsers and mobile devices.".
Extensie Screenshots
Download het CRX-bestand van de extensie TestingBot
Download TestingBot-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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
Basisinformatie over de Extensie
Naam | TestingBot |
ID | nhjmiaiamlfblfagaodhkeabfbnmdmff |
Officiële URL | https://chromewebstore.google.com/detail/testingbot/nhjmiaiamlfblfagaodhkeabfbnmdmff |
Beschrijving | Cross Browser Testing on multiple browsers and mobile devices. |
Bestandsgrootte | 34.02 KB |
Aantal Installaties | 54 |
Huidige Versie | 1.1 |
Laatst Bijgewerkt | 2023-09-23 |
Publicatiedatum | 2023-09-07 |
Beoordeling | 1.00/5 Totaal 1 Beoordelingen |
Ontwikkelaar | https://testingbot.com |
[email protected] | |
Betalingswijze | free |
Extensiewebsite | https://testingbot.com |
Help Pagina-URL | https://testingbot.com/support |
URL van de Privacybeleid Pagina | https://testingbot.com/privacy |
Ondersteunde Talen | 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" ] } |