Optimost Mobile Emulator
Optimost Extension
Что такое Optimost Mobile Emulator?
Optimost Mobile Emulator - это расширение Chrome, разработанное OpenText Corporation, и его основная функция - "Optimost Extension".
Снимки экрана расширения
Скачать файл 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 Основная информация о расширении
| Название | |
| 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"
]
} | |