DataByCloud 1

databycloud.com extension

Cos'è DataByCloud 1?

DataByCloud 1 è un'estensione di Chrome sviluppata da databycloud1104, e la sua funzione principale è "databycloud.com extension".

Screenshot dell'Estensione

screenshot
screenshot

Scarica il file CRX dell'estensione DataByCloud 1

Scarica i file di estensione DataByCloud 1 in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

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

Informazioni di Base sull'Estensione

Nome DataByCloud 1 DataByCloud 1
ID mbjjeombjeklkbndcjgmfcdhfbjngcam
URL Ufficiale https://chromewebstore.google.com/detail/databycloud-1/mbjjeombjeklkbndcjgmfcdhfbjngcam
Descrizione databycloud.com extension
Dimensione del File 209 KB
Conteggio Installazioni 1,373
Versione Corrente 3.1
Ultimo Aggiornamento 2023-07-20
Data di Pubblicazione 2021-07-19
Valutazione 5.00/5 Totale 1 Valutazioni
Sviluppatore databycloud1104
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://dashboard.databycloud.com
Lingue Supportate 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'"
}