Optimost Mobile Emulator
Optimost Extension
什么是Optimost Mobile Emulator?
Optimost Mobile Emulator是由OpenText Corporation开发的Chrome扩展程序,该扩展的主要功能是“Optimost Extension”。
扩展截图
下载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 扩展基本信息
| 名称 | |
| 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"
]
} | |