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 กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย 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
        }
    ]
}