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
官方URL 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"
            ]
        }
    ]
}