TestingBot
Cross Browser Testing on multiple browsers and mobile devices.
Cos'è TestingBot?
TestingBot è un'estensione di Chrome sviluppata da https://testingbot.com, e la sua funzione principale è "Cross Browser Testing on multiple browsers and mobile devices.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione TestingBot
Scarica i file di estensione TestingBot in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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
Informazioni di Base sull'Estensione
Nome | TestingBot |
ID | nhjmiaiamlfblfagaodhkeabfbnmdmff |
URL Ufficiale | https://chromewebstore.google.com/detail/testingbot/nhjmiaiamlfblfagaodhkeabfbnmdmff |
Descrizione | Cross Browser Testing on multiple browsers and mobile devices. |
Dimensione del File | 34.02 KB |
Conteggio Installazioni | 54 |
Versione Corrente | 1.1 |
Ultimo Aggiornamento | 2023-09-23 |
Data di Pubblicazione | 2023-09-07 |
Valutazione | 1.00/5 Totale 1 Valutazioni |
Sviluppatore | https://testingbot.com |
[email protected] | |
Tipo di Pagamento | free |
Sito Web dell'Estensione | https://testingbot.com |
URL della Pagina di Aiuto | https://testingbot.com/support |
URL della Pagina della Politica sulla Privacy | https://testingbot.com/privacy |
Lingue Supportate | 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" ] } |