TestingBot
Cross Browser Testing on multiple browsers and mobile devices.
Co je TestingBot?
TestingBot je rozšíření Chrome vyvinuté https://testingbot.com, a jeho hlavní funkcí je „Cross Browser Testing on multiple browsers and mobile devices.“.
Snímky obrazovky rozšíření
Stáhnout soubor CRX rozšíření TestingBot
Stáhněte si soubory rozšíření TestingBot ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.
Pokyny pro Použití Rozšíření
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
Základní Informace o Rozšíření
Název | TestingBot |
ID | nhjmiaiamlfblfagaodhkeabfbnmdmff |
Oficiální URL | https://chromewebstore.google.com/detail/testingbot/nhjmiaiamlfblfagaodhkeabfbnmdmff |
Popis | Cross Browser Testing on multiple browsers and mobile devices. |
Velikost souboru | 34.02 KB |
Počet instalací | 54 |
Aktuální Verze | 1.1 |
Poslední Aktualizace | 2023-09-23 |
Datum Vydání | 2023-09-07 |
Hodnocení | 1.00/5 Celkem 1 Hodnocení |
Vývojář | https://testingbot.com |
[email protected] | |
Typ Platby | free |
Webové stránky Rozšíření | https://testingbot.com |
URL Stránky Nápovědy | https://testingbot.com/support |
URL Stránky Zásad Ochrany Soukromí | https://testingbot.com/privacy |
Podporované Jazyky | 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" ] } |