CyberAIO Extension

CyberAIO companion extension

What is CyberAIO Extension?

CyberAIO Extension is a Chrome extension developed by https://cybersole.io, and its main feature is "CyberAIO companion extension".

Extension Screenshots

screenshot
screenshot

Download CyberAIO Extension Extension CRX File

Download CyberAIO Extension extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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                    

Extension Basic Information

Name CyberAIO Extension CyberAIO Extension
ID joihgbohedgjpcmdafkebmimldcfcmfb
Official URL https://chrome.google.com/webstore/detail/cyberaio-extension/joihgbohedgjpcmdafkebmimldcfcmfb
Description CyberAIO companion extension
File Size 59.91 KB
Installation Count 1,000
Current Version 2.0.2
Last Updated 2019-07-24
Publish Date 2019-07-24
Rating 4.56/5 Total 18 Ratings
Developer https://cybersole.io
Email [email protected]
Payment Type free
Extension Website https://cybersole.io
Help Page URL https://support.cybersole.io
Supported Languages 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"
            ]
        }
    ]
}