TestingBot
Cross Browser Testing on multiple browsers and mobile devices.
Qu'est-ce que TestingBot ?
TestingBot est une extension Chrome développée par https://testingbot.com, et sa fonction principale est "Cross Browser Testing on multiple browsers and mobile devices.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension TestingBot
Téléchargez les fichiers d'extension TestingBot au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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
Informations de Base sur l'Extension
Nom | TestingBot |
ID | nhjmiaiamlfblfagaodhkeabfbnmdmff |
URL Officiel | https://chromewebstore.google.com/detail/testingbot/nhjmiaiamlfblfagaodhkeabfbnmdmff |
Description | Cross Browser Testing on multiple browsers and mobile devices. |
Taille du Fichier | 34.02 KB |
Nombre d'Installations | 54 |
Version Actuelle | 1.1 |
Dernière Mise à Jour | 2023-09-23 |
Date de Publication | 2023-09-07 |
Évaluation | 1.00/5 Total 1 Évaluations |
Développeur | https://testingbot.com |
[email protected] | |
Type de Paiement | free |
Site Web de l'Extension | https://testingbot.com |
URL de la Page d'Aide | https://testingbot.com/support |
URL de la Page de Politique de Confidentialité | https://testingbot.com/privacy |
Langues Prises en Charge | 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" ] } |