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 هو إضافة Chrome تم تطويرها بواسطة https://uptoplay.net، والميزة الرئيسية لها هي "Manager that allows to handle APK files that are run with the ApkOnline android emulator platform".

لقطات شاشة التمديد

screenshot
screenshot
screenshot

تحميل ملف CRX للإضافة ApkOnline APK manager for Android emulator

قم بتنزيل ملفات الامتداد ApkOnline APK manager for Android emulator بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات 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
عنوان صفحة المساعدة https://www.uptoplay.net/
عنوان صفحة سياسة الخصوصية 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:\/\/*\/*"
    ]
}