TestingBot
Cross Browser Testing on multiple browsers and mobile devices.
Was ist TestingBot?
TestingBot ist eine Chrome-Erweiterung, die von https://testingbot.com entwickelt wurde, und ihr Hauptmerkmal ist "Cross Browser Testing on multiple browsers and mobile devices.".
Erweiterungsscreenshots
TestingBot-Erweiterungs-CRX-Datei herunterladen
Laden Sie TestingBot-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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
Grundlegende Informationen zur Erweiterung
Name | TestingBot |
ID | nhjmiaiamlfblfagaodhkeabfbnmdmff |
Offizielle URL | https://chromewebstore.google.com/detail/testingbot/nhjmiaiamlfblfagaodhkeabfbnmdmff |
Beschreibung | Cross Browser Testing on multiple browsers and mobile devices. |
Dateigröße | 34.02 KB |
Installationsanzahl | 54 |
Aktuelle Version | 1.1 |
Letztes Update | 2023-09-23 |
Veröffentlichungsdatum | 2023-09-07 |
Bewertung | 1.00/5 Insgesamt 1 Bewertungen |
Entwickler | https://testingbot.com |
[email protected] | |
Zahlungsart | free |
Erweiterungswebsite | https://testingbot.com |
Hilfeseite URL | https://testingbot.com/support |
URL der Datenschutzrichtlinien-Seite | https://testingbot.com/privacy |
Unterstützte Sprachen | 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" ] } |