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
Eメール [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"
            ]
        }
    ]
}