Optimost Mobile Emulator
Optimost Extension
Qu'est-ce que Optimost Mobile Emulator ?
Optimost Mobile Emulator est une extension Chrome développée par OpenText Corporation, et sa fonction principale est "Optimost Extension".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Optimost Mobile Emulator
Téléchargez les fichiers d'extension Optimost Mobile Emulator au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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
Informations de Base sur l'Extension
Nom | |
ID | bdiomecknfcgcconknbmdjlhpcadnjbg |
URL Officiel | https://chrome.google.com/webstore/detail/optimost-mobile-emulator/bdiomecknfcgcconknbmdjlhpcadnjbg |
Description | Optimost Extension |
Taille du Fichier | 61.82 KB |
Nombre d'Installations | 651 |
Version Actuelle | 0.0.14 |
Dernière Mise à Jour | 2019-08-06 |
Date de Publication | 2019-08-01 |
Évaluation | 2.00/5 Total 9 Évaluations |
Développeur | OpenText Corporation |
[email protected] | |
Type de Paiement | free |
Langues Prises en Charge | 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" ] } |