Optimost Mobile Emulator
Optimost Extension
Optimost Mobile Emulator क्या है?
Optimost Mobile Emulator OpenText Corporation द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Optimost Extension"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Optimost Mobile Emulator एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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" ] } |