DataByCloud 1

databycloud.com extension

DataByCloud 1とは何ですか?

DataByCloud 1はdatabycloud1104によって開発されたChromeの拡張機能で、その主な機能は「databycloud.com extension」です。

拡張機能のスクリーンショット

screenshot
screenshot

DataByCloud 1拡張機能のCRXファイルをダウンロード

DataByCloud 1拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        Install extension to access the bulk premium tools offered by databycloud.com                    

拡張機能の基本情報

名前 DataByCloud 1 DataByCloud 1
ID mbjjeombjeklkbndcjgmfcdhfbjngcam
公式URL https://chromewebstore.google.com/detail/databycloud-1/mbjjeombjeklkbndcjgmfcdhfbjngcam
説明 databycloud.com extension
ファイルサイズ 209 KB
インストール数 1,373
現在のバージョン 3.1
最終更新日 2023-07-20
公開日 2021-07-19
評価 5.00/5 合計 1 レビュー
開発者 databycloud1104
Eメール [email protected]
支払い方法 free
拡張機能のウェブサイト https://dashboard.databycloud.com
対応言語 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "DataByCloud 1",
    "version": "3.1",
    "description": "databycloud.com extension",
    "permissions": [
        "tabs",
        "cookies",
        "http:\/\/*\/",
        "https:\/\/*\/",
        "management"
    ],
    "externally_connectable": {
        "matches": [
            "https:\/\/dashboard.databycloud.com\/*",
            "https:\/\/admin.databycloud.com\/*"
        ]
    },
    "background": {
        "scripts": [
            "websocket\/regenerator.js",
            "websocket\/adonis-client.js",
            "background.js"
        ],
        "persistent": true
    },
    "web_accessible_resources": [
        "websocket\/adonis-client.js",
        "websocket\/regenerator.js",
        "rdpClient.js"
    ],
    "content_scripts": [
        {
            "matches": [
                "http:\/\/rdp.databycloud.com\/start-connection\/*"
            ],
            "all_frames": true,
            "run_at": "document_end",
            "js": [
                "page-helpers\/rdpClientDeps.js",
                "page-helpers\/rdpClient.js"
            ]
        }
    ],
    "page_action": {
        "default_icon": {
            "16": "images\/get_started16.png",
            "32": "images\/get_started32.png",
            "48": "images\/get_started48.png",
            "128": "images\/get_started128.png"
        }
    },
    "icons": {
        "16": "images\/get_started16.png",
        "32": "images\/get_started32.png",
        "48": "images\/get_started48.png",
        "128": "images\/get_started128.png"
    },
    "manifest_version": 2,
    "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'"
}