CrossBrowserTesting GO
Instantly test any site on over a thousand platforms offered at CrossBrowserTesting.com
CrossBrowserTesting GO क्या है?
CrossBrowserTesting GO https://crossbrowsertesting.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Instantly test any site on over a thousand platforms offered at CrossBrowserTesting.com"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में CrossBrowserTesting GO एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
To Start:
Click the CBT Extension
For Live Testing:
Select your browser/OS combination
Click Add to add a different configuration to the quick launch list
For Screenshot
Select a list of browsers from the drop down list.
Click “Run Screenshots”
CrossBrowserTesting Features:
-1500+ Browsers
-Real iOS and Android Devices
-Manual Testing and Session Recording
-Automated Screenshots
-Visual Comparisons
-Selenium Testing
-Integrations with Jenkins, TeamCity, WebDriver.IO, and more.
-Local Testing Behind Firewalls
To learn more, visit:
https://crossbrowsertesting.com एक्सटेंशन की मूल जानकारी
| नाम | |
| ID | oapindodkkndonmflelpddkehnocnenh |
| आधिकारिक URL | https://chromewebstore.google.com/detail/crossbrowsertesting-go/oapindodkkndonmflelpddkehnocnenh |
| विवरण | Instantly test any site on over a thousand platforms offered at CrossBrowserTesting.com |
| फ़ाइल का आकार | 40.69 KB |
| स्थापना संख्या | 3,179 |
| वर्तमान संस्करण | 0.0.2 |
| अंतिम अपडेट | 2019-08-19 |
| प्रकाशन तिथि | 2019-08-19 |
| रेटिंग | 4.07/5 कुल 14 रेटिंग्स |
| डेवलपर | https://crossbrowsertesting.com |
| ईमेल | [email protected] |
| भुगतान के प्रकार | free |
| गोपनीयता नीति पृष्ठ URL | https://smartbear.com/privacy |
| समर्थित भाषाएँ | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"background": {
"scripts": [
"background.js"
],
"persistent": true
},
"content_security_policy": "default-src 'self' https:\/\/crossbrowsertesting.com",
"browser_action": {
"default_icon": "cbt-logo-128.png",
"default_title": "CrossBrowserTesting GO"
},
"name": "CrossBrowserTesting GO",
"description": "Instantly test any site on over a thousand platforms offered at CrossBrowserTesting.com",
"homepage_url": "http:\/\/crossbrowsertesting.com",
"icons": {
"16": "cbt-logo-16.png",
"48": "cbt-logo-48.png",
"128": "cbt-logo-128.png",
"32": "cbt-logo-32.png",
"64": "cbt-logo-64.png",
"256": "cbt-logo-256.png"
},
"permissions": [
"activeTab",
"webRequest",
"webRequestBlocking",
"https:\/\/crossbrowsertesting.com\/*"
],
"version": "0.0.2",
"manifest_version": 2
} | |