C@C Panel Extension

CloudAtCost Panel Helper Extension

Qu'est-ce que C@C Panel Extension ?

C@C Panel Extension est une extension Chrome développée par C@C Panel Extension, et sa fonction principale est "CloudAtCost Panel Helper Extension".

Captures d'Écran de l'Extension

screenshot
screenshot

Télécharger le fichier CRX de l'extension C@C Panel Extension

Téléchargez les fichiers d'extension C@C Panel Extension au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        This extension builds upon the CloudatCost server panel and CloudatCocks Analytics panel to allow for syncing of data between the two.  It also offers virtual machine (VM) tools to allow for building OSes that have been removed or servers that are stuck in the install pending phase.                    

Informations de Base sur l'Extension

Nom C@C Panel Extension C@C Panel Extension
ID nfbammmblghfpjalpefjjgdiackccmca
URL Officiel https://chromewebstore.google.com/detail/cc-panel-extension/nfbammmblghfpjalpefjjgdiackccmca
Description CloudAtCost Panel Helper Extension
Taille du Fichier 1.69 MB
Nombre d'Installations 49
Version Actuelle 0.1.17
Dernière Mise à Jour 2021-09-01
Date de Publication 2021-03-30
Évaluation 5.00/5 Total 2 Évaluations
Développeur C@C Panel Extension
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://github.com/zack-hable/CaC-Panel-Extension
URL de la Page d'Aide https://github.com/zack-hable/CaC-Panel-Extension/issues
URL de la Page de Politique de Confidentialité https://github.com/cloud-at-cost/CaC-Panel-Extension/blob/main/privacy-policy.md
Langues Prises en Charge en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "C@C Panel Extension",
    "description": "CloudAtCost Panel Helper Extension",
    "version": "0.1.17",
    "manifest_version": 2,
    "browser_action": {
        "default_popup": "popup.html",
        "default_title": "C@C Panel Helper"
    },
    "background": {
        "scripts": [
            "static\/js\/background.js"
        ]
    },
    "icons": {
        "16": "cac_icon16.png",
        "64": "cac_icon64.png"
    },
    "permissions": [
        "https:\/\/panel.cloudatcost.com\/",
        "https:\/\/wallet.cloudatcost.com\/",
        "https:\/\/mining.cloudatcocks.com\/",
        "storage",
        "activeTab",
        "tabs",
        "alarms"
    ]
}