Appsco Dashboard

This extension is used to interact with Appsco Dashboard

ما هو Appsco Dashboard؟

Appsco Dashboard هو إضافة Chrome تم تطويرها بواسطة https://appsco.com، والميزة الرئيسية لها هي "This extension is used to interact with Appsco Dashboard".

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

screenshot

تحميل ملف CRX للإضافة Appsco Dashboard

قم بتنزيل ملفات الامتداد Appsco Dashboard بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        Appsco Dashboard Extension provides single sign on to all your Appsco Dashboard applications.

AppsCo is an easy, safe and secure place to manage all your web applications.One-click access to all of your apps from one place. Available instantly from all your devices through your very own dashboard.

You can also share web apps among your friends, Family or business colleagues.

Seamlessly sign in to all the web applications in owned and shared AppsCo Dashboards on all of your Android devices.                    

معلومات أساسية عن التمديد

الاسم Appsco Dashboard Appsco Dashboard
ID ickcbljkdegonfklncbejmbgcdlicnie
عنوان URL الرسمي https://chromewebstore.google.com/detail/appsco-dashboard/ickcbljkdegonfklncbejmbgcdlicnie
الوصف This extension is used to interact with Appsco Dashboard
حجم الملف 876 KB
عدد التثبيتات 354
النسخة الحالية 2.4.7
آخر تحديث 2019-07-24
تاريخ النشر 2019-07-24
تقييم 5.00/5 مجموع تقييمات 5
المطور https://appsco.com
نوع الدفع free
اللغات المدعومة en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Appsco Dashboard",
    "description": "This extension is used to interact with Appsco Dashboard",
    "version": "2.4.7",
    "icons": {
        "16": "resources\/icon16.png",
        "48": "resources\/icon48.png"
    },
    "browser_action": {
        "default_icon": {
            "16": "resources\/icon16.png",
            "48": "resources\/icon48.png"
        },
        "default_popup": "front\/index.html"
    },
    "permissions": [
        "activeTab",
        "webRequest",
        "tabs",
        "storage",
        "cookies",
        ""
    ],
    "background": {
        "scripts": [
            "front\/js\/appsco_api.js",
            "back\/popup.js"
        ]
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "back\/inject.js"
            ],
            "all_frames": true
        }
    ]
}