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에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Manager that allows to handle APK files that are run with the ApkOnline android emulator platform"입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot

ApkOnline APK manager for Android emulator 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 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 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:\/\/*\/*"
    ]
}