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 |
Eメール | [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" ] } |