TestingBot
Cross Browser Testing on multiple browsers and mobile devices.
什麼是TestingBot?
TestingBot是由https://testingbot.com開發的Chrome擴展程式,該擴展的主要功能是“Cross Browser Testing on multiple browsers and mobile devices.”。
擴展截圖
下載TestingBot擴展crx文件
下載TestingBot擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
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
擴展基本資訊
名稱 | TestingBot |
ID | nhjmiaiamlfblfagaodhkeabfbnmdmff |
官方網址 | https://chromewebstore.google.com/detail/testingbot/nhjmiaiamlfblfagaodhkeabfbnmdmff |
簡介 | Cross Browser Testing on multiple browsers and mobile devices. |
檔案大小 | 34.02 KB |
安裝次數 | 54 |
目前版本 | 1.1 |
更新時間 | 2023-09-23 |
上架時間 | 2023-09-07 |
評分 | 1.00/5 共 1 次評分 |
開發者 | https://testingbot.com |
電子郵箱 | [email protected] |
付費類型 | free |
擴展官網 | https://testingbot.com |
說明頁面URL | https://testingbot.com/support |
隱私政策頁面URL | https://testingbot.com/privacy |
支援的語言 | 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" ] } |