Appsco Dashboard

This extension is used to interact with Appsco Dashboard

Appsco Dashboardとは何ですか?

Appsco Dashboardはhttps://appsco.comによって開発されたChromeの拡張機能で、その主な機能は「This extension is used to interact with Appsco Dashboard」です。

拡張機能のスクリーンショット

screenshot

Appsco Dashboard拡張機能のCRXファイルをダウンロード

Appsco Dashboard拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        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
        }
    ]
}