TestingBot

Cross Browser Testing on multiple browsers and mobile devices.

TestingBot क्या है?

TestingBot https://testingbot.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Cross Browser Testing on multiple browsers and mobile devices."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में TestingBot एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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 TestingBot
ID nhjmiaiamlfblfagaodhkeabfbnmdmff
आधिकारिक URL 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"
    ]
}