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 là gì?
ApkOnline APK manager for Android emulator là một tiện ích mở rộng Chrome được phát triển bởi https://uptoplay.net, và tính năng chính của nó là "Manager that allows to handle APK files that are run with the ApkOnline android emulator platform".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng ApkOnline APK manager for Android emulator
Tải xuống các tệp mở rộng ApkOnline APK manager for Android emulator dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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, ...
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | ApkOnline APK manager for Android emulator |
ID | lnhnebkkgjmlgomfkkmkoaefbknopmja |
URL Chính Thức | https://chromewebstore.google.com/detail/apkonline-apk-manager-for/lnhnebkkgjmlgomfkkmkoaefbknopmja |
Mô tả | Manager that allows to handle APK files that are run with the ApkOnline android emulator platform |
Kích Thước Tệp | 521 KB |
Số Lần Cài Đặt | 430,884 |
Phiên Bản Hiện Tại | 1.7.9 |
Cập Nhật Lần Cuối | 2024-01-29 |
Ngày Phát Hành | 2020-03-05 |
Đánh Giá | 2.94/5 Tổng số 660 Đánh Giá |
Nhà Phát Triển | https://uptoplay.net |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://www.uptoplay.net/filemanager.php |
URL Trang Trợ Giúp | https://www.uptoplay.net/ |
URL Trang Chính Sách Bảo Mật | https://www.uptoplay.net/cloud-apps-policy.php |
Ngôn Ngữ Được Hỗ Trợ | 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:\/\/*\/*" ] } |