CrossBrowserTesting GO

Instantly test any site on over a thousand platforms offered at CrossBrowserTesting.com

Apa itu CrossBrowserTesting GO?

CrossBrowserTesting GO adalah ekstensi Chrome yang dikembangkan oleh https://crossbrowsertesting.com, dan fitur utamanya adalah "Instantly test any site on over a thousand platforms offered at CrossBrowserTesting.com".

Screenshot Ekstensi

screenshot
screenshot
screenshot
screenshot

Unduh Berkas CRX Ekstensi CrossBrowserTesting GO

Unduh file ekstensi CrossBrowserTesting GO dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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                    

Informasi Dasar Ekstensi

Nama CrossBrowserTesting GO CrossBrowserTesting GO
ID oapindodkkndonmflelpddkehnocnenh
URL Resmi https://chromewebstore.google.com/detail/crossbrowsertesting-go/oapindodkkndonmflelpddkehnocnenh
Deskripsi Instantly test any site on over a thousand platforms offered at CrossBrowserTesting.com
Ukuran File 40.69 KB
Jumlah Instalasi 3,179
Versi Saat Ini 0.0.2
Terakhir Diperbarui 2019-08-19
Tanggal Publikasi 2019-08-19
Penilaian 4.07/5 Total 14 Penilaian
Pengembang https://crossbrowsertesting.com
Email [email protected]
Tipe Pembayaran free
URL Halaman Kebijakan Privasi https://smartbear.com/privacy
Bahasa yang Didukung 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
}