Optimost Mobile Emulator

Optimost Extension

什麼是Optimost Mobile Emulator?

Optimost Mobile Emulator是由OpenText Corporation開發的Chrome擴展程式,該擴展的主要功能是“Optimost Extension”。

擴展截圖

screenshot
screenshot
screenshot
screenshot

下載Optimost Mobile Emulator擴展crx文件

下載Optimost Mobile Emulator擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        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                    

擴展基本資訊

名稱 Optimost Mobile Emulator Optimost Mobile Emulator
ID bdiomecknfcgcconknbmdjlhpcadnjbg
官方網址 https://chrome.google.com/webstore/detail/optimost-mobile-emulator/bdiomecknfcgcconknbmdjlhpcadnjbg
簡介 Optimost Extension
檔案大小 61.82 KB
安裝次數 651
目前版本 0.0.14
更新時間 2019-08-06
上架時間 2019-08-01
評分 2.00/5 共 9 次評分
開發者 OpenText Corporation
電子郵箱 [email protected]
付費類型 free
支援的語言 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"
    ]
}