C@C Panel Extension
CloudAtCost Panel Helper Extension
什么是C@C Panel Extension?
C@C Panel Extension是由C@C Panel Extension开发的Chrome扩展程序,该扩展的主要功能是“CloudAtCost Panel Helper Extension”。
扩展截图
下载C@C Panel Extension扩展crx文件
下载C@C Panel Extension扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
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.
扩展基本信息
名称 | C@C Panel Extension |
ID | nfbammmblghfpjalpefjjgdiackccmca |
官方URL | https://chromewebstore.google.com/detail/cc-panel-extension/nfbammmblghfpjalpefjjgdiackccmca |
简介 | CloudAtCost Panel Helper Extension |
文件大小 | 1.69 MB |
安装次数 | 49 |
当前版本 | 0.1.17 |
更新时间 | 2021-09-01 |
上架时间 | 2021-03-30 |
评分 | 5.00/5 共2次评分 |
开发者 | C@C Panel Extension |
电子邮箱 | [email protected] |
付费类型 | free |
扩展官网 | https://github.com/zack-hable/CaC-Panel-Extension |
帮助页面URL | https://github.com/zack-hable/CaC-Panel-Extension/issues |
隐私政策页面URL | https://github.com/cloud-at-cost/CaC-Panel-Extension/blob/main/privacy-policy.md |
支持的语言 | 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" ] } |