Optimost Mobile Emulator

Optimost Extension

Cos'è Optimost Mobile Emulator?

Optimost Mobile Emulator è un'estensione di Chrome sviluppata da OpenText Corporation, e la sua funzione principale è "Optimost Extension".

Screenshot dell'Estensione

screenshot
screenshot
screenshot
screenshot

Scarica il file CRX dell'estensione Optimost Mobile Emulator

Scarica i file di estensione Optimost Mobile Emulator in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        The Chrome extension for Optimost allows you to unlock the full potential of Optimost's self-service testing. The Chrome extension is required when using Optimost’s mobile web editing mode                    

Informazioni di Base sull'Estensione

Nome Optimost Mobile Emulator Optimost Mobile Emulator
ID bdiomecknfcgcconknbmdjlhpcadnjbg
URL Ufficiale https://chrome.google.com/webstore/detail/optimost-mobile-emulator/bdiomecknfcgcconknbmdjlhpcadnjbg
Descrizione Optimost Extension
Dimensione del File 61.82 KB
Conteggio Installazioni 651
Versione Corrente 0.0.14
Ultimo Aggiornamento 2019-08-06
Data di Pubblicazione 2019-08-01
Valutazione 2.00/5 Totale 9 Valutazioni
Sviluppatore OpenText Corporation
Email [email protected]
Tipo di Pagamento free
Lingue Supportate en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_appName__",
    "version": "0.0.14",
    "manifest_version": 2,
    "description": "__MSG_appDescription__",
    "icons": {
        "128": "images\/optimost1024.png"
    },
    "default_locale": "en",
    "background": {
        "scripts": [
            "scripts\/background.js"
        ]
    },
    "browser_action": {
        "default_icon": {
            "38": "images\/optimost128.png"
        },
        "default_title": "Optimost Mobile Emulator"
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "scripts\/messenger.js"
            ],
            "run_at": "document_end"
        }
    ],
    "externally_connectable": {
        "matches": [
            "*:\/\/localhost\/*",
            "*:\/\/*.optimost.io\/*",
            "*:\/\/marketinghub.hp.com\/*",
            "*:\/\/aws.optimost.com\/*",
            "*:\/\/www.marketinghub.opentext.com\/*"
        ]
    },
    "permissions": [
        "tabs",
        "activeTab",
        "background",
        "contentSettings",
        "http:\/\/*\/*",
        "https:\/\/*\/*",
        "debugger"
    ]
}