CyberAIO Extension

CyberAIO companion extension

什麼是CyberAIO Extension?

CyberAIO Extension是由https://cybersole.io開發的Chrome擴展程式,該擴展的主要功能是“CyberAIO companion extension”。

擴展截圖

screenshot
screenshot

下載CyberAIO Extension擴展crx文件

下載CyberAIO Extension擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        Easily create and start a task straight from your browser and view its live status.

This is an extension for CyberAIO, you must have purchased and installed CyberAIO beforehand to use this extension.

Requirements: You must be logged in before using the extension at https://cybersole.io/dashboard                    

擴展基本資訊

名稱 CyberAIO Extension CyberAIO Extension
ID joihgbohedgjpcmdafkebmimldcfcmfb
官方網址 https://chrome.google.com/webstore/detail/cyberaio-extension/joihgbohedgjpcmdafkebmimldcfcmfb
簡介 CyberAIO companion extension
檔案大小 59.91 KB
安裝次數 1,000
目前版本 2.0.2
更新時間 2019-07-24
上架時間 2019-07-24
評分 4.56/5 共 18 次評分
開發者 https://cybersole.io
電子郵箱 [email protected]
付費類型 free
擴展官網 https://cybersole.io
說明頁面URL https://support.cybersole.io
支援的語言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "CyberAIO Extension",
    "version": "2.0.2",
    "manifest_version": 2,
    "description": "CyberAIO companion extension",
    "permissions": [
        "activeTab",
        "tabs"
    ],
    "icons": {
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "browser_action": {
        "default_icon": "icons\/icon128.png"
    },
    "content_scripts": [
        {
            "run_at": "document_start",
            "matches": [
                "https:\/\/*\/*",
                "http:\/\/*\/*"
            ],
            "js": [
                "js\/jquery.js",
                "js\/inject.js"
            ]
        }
    ]
}