Optimost Mobile Emulator

Optimost Extension

Optimost Mobile Emulatorคืออะไร?

Optimost Mobile Emulator เป็นส่วนขยายของ Chrome ที่พัฒนาโดย OpenText Corporation และคุณลักษณะหลักของมันคือ "Optimost Extension"

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Optimost Mobile Emulator

ดาวน์โหลดไฟล์ส่วนขยาย 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
URL อย่างเป็นทางการ 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"
    ]
}