ApkOnline APK manager for Android emulator
Manager that allows to handle APK files that are run with the ApkOnline android emulator platform
ApkOnline APK manager for Android emulator क्या है?
ApkOnline APK manager for Android emulator https://uptoplay.net द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Manager that allows to handle APK files that are run with the ApkOnline android emulator platform"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में ApkOnline APK manager for Android emulator एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
This extension is a manager to handle APK for the android online emulator provided by ApkOnline. It allows users to upload APK that can be grouped in different folders, renamed, copied, deleted and even executed using an API integration with ApkOnline. As a result of that, this extension speeds up the APK management and execution using the ApkOnline android online emulator, which has the following features: * Android Virtual Device (AVD). * Tablet skin configuration with Oreo 8.0, although you can request a higher version. * Test your android applications without access to the real hardware with only your web browser. * Internet access from the Android emulator. * Google Play Store app preinstalled. * Other apps like Chrome, Email, ... also preinstalled. * Basic emulated features for APK developments: device rotation, ...
एक्सटेंशन की मूल जानकारी
नाम | ApkOnline APK manager for Android emulator |
ID | lnhnebkkgjmlgomfkkmkoaefbknopmja |
आधिकारिक URL | https://chromewebstore.google.com/detail/apkonline-apk-manager-for/lnhnebkkgjmlgomfkkmkoaefbknopmja |
विवरण | Manager that allows to handle APK files that are run with the ApkOnline android emulator platform |
फ़ाइल का आकार | 521 KB |
स्थापना संख्या | 430,884 |
वर्तमान संस्करण | 1.7.9 |
अंतिम अपडेट | 2024-01-29 |
प्रकाशन तिथि | 2020-03-05 |
रेटिंग | 2.94/5 कुल 660 रेटिंग्स |
डेवलपर | https://uptoplay.net |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
एक्सटेंशन वेबसाइट | https://www.uptoplay.net/filemanager.php |
सहायता पृष्ठ URL | https://www.uptoplay.net/ |
गोपनीयता नीति पृष्ठ URL | https://www.uptoplay.net/cloud-apps-policy.php |
समर्थित भाषाएँ | de,en,fr,nl,tr,es,es-419,it,pl,pt-BR,pt-PT,ru,uk,hi,ar,zh-CN,ja,ko |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "__MSG_title__", "version": "1.7.9", "description": "__MSG_description__", "default_locale": "en", "action": { "default_popup": "index.html", "default_icon": "icons\/app_38.png" }, "options_page": "options.html", "icons": { "128": "icons\/app_128.png", "48": "icons\/app_48.png", "16": "icons\/app_16.png" }, "permissions": [ "webRequest", "storage" ], "background": { "service_worker": "s.js" }, "host_permissions": [ "https:\/\/*\/*", "http:\/\/*\/*" ] } |