Appsco Dashboard

This extension is used to interact with Appsco Dashboard

Was ist Appsco Dashboard?

Appsco Dashboard ist eine Chrome-Erweiterung, die von https://appsco.com entwickelt wurde, und ihr Hauptmerkmal ist "This extension is used to interact with Appsco Dashboard".

Erweiterungsscreenshots

screenshot

Appsco Dashboard-Erweiterungs-CRX-Datei herunterladen

Laden Sie Appsco Dashboard-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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.                    

Grundlegende Informationen zur Erweiterung

Name Appsco Dashboard Appsco Dashboard
ID ickcbljkdegonfklncbejmbgcdlicnie
Offizielle URL https://chromewebstore.google.com/detail/appsco-dashboard/ickcbljkdegonfklncbejmbgcdlicnie
Beschreibung This extension is used to interact with Appsco Dashboard
Dateigröße 876 KB
Installationsanzahl 354
Aktuelle Version 2.4.7
Letztes Update 2019-07-24
Veröffentlichungsdatum 2019-07-24
Bewertung 5.00/5 Insgesamt 5 Bewertungen
Entwickler https://appsco.com
Zahlungsart free
Unterstützte Sprachen 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
        }
    ]
}