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 مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
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" ] } |