Appsco Dashboard

This extension is used to interact with Appsco Dashboard

Hvad er Appsco Dashboard?

Appsco Dashboard er en Chrome-udvidelse udviklet af https://appsco.com, og dens hovedfunktion er "This extension is used to interact with Appsco Dashboard".

Udvidelsesskærmbilleder

screenshot

Download Appsco Dashboard-udvidelses-CRX-fil

Download Appsco Dashboard-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

                        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.                    

Grundlæggende oplysninger om udvidelsen

Navn Appsco Dashboard Appsco Dashboard
ID ickcbljkdegonfklncbejmbgcdlicnie
Officiel URL https://chromewebstore.google.com/detail/appsco-dashboard/ickcbljkdegonfklncbejmbgcdlicnie
Beskrivelse This extension is used to interact with Appsco Dashboard
Filstørrelse 876 KB
Antal Installationer 354
Nuværende Version 2.4.7
Senest Opdateret 2019-07-24
Udgivelsesdato 2019-07-24
Bedømmelse 5.00/5 Samlet 5 Bedømmelser
Udvikler https://appsco.com
Betalingsmetode free
Understøttede Sprog 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
        }
    ]
}