Optimost Mobile Emulator

Optimost Extension

Optimost Mobile Emulator là gì?

Optimost Mobile Emulator là một tiện ích mở rộng Chrome được phát triển bởi OpenText Corporation, và tính năng chính của nó là "Optimost Extension".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Optimost Mobile Emulator

Tải xuống các tệp mở rộng Optimost Mobile Emulator dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Optimost Mobile Emulator Optimost Mobile Emulator
ID bdiomecknfcgcconknbmdjlhpcadnjbg
URL Chính Thức https://chrome.google.com/webstore/detail/optimost-mobile-emulator/bdiomecknfcgcconknbmdjlhpcadnjbg
Mô tả Optimost Extension
Kích Thước Tệp 61.82 KB
Số Lần Cài Đặt 651
Phiên Bản Hiện Tại 0.0.14
Cập Nhật Lần Cuối 2019-08-06
Ngày Phát Hành 2019-08-01
Đánh Giá 2.00/5 Tổng số 9 Đánh Giá
Nhà Phát Triển OpenText Corporation
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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"
    ]
}