C@C Panel Extension
CloudAtCost Panel Helper Extension
What is C@C Panel Extension?
C@C Panel Extension is a Chrome extension developed by C@C Panel Extension, and its main feature is "CloudAtCost Panel Helper Extension".
Extension Screenshots
Download C@C Panel Extension Extension CRX File
Download C@C Panel 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
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.
Extension Basic Information
Name | C@C Panel Extension |
ID | nfbammmblghfpjalpefjjgdiackccmca |
Official URL | https://chromewebstore.google.com/detail/cc-panel-extension/nfbammmblghfpjalpefjjgdiackccmca |
Description | CloudAtCost Panel Helper Extension |
File Size | 1.69 MB |
Installation Count | 49 |
Current Version | 0.1.17 |
Last Updated | 2021-09-01 |
Publish Date | 2021-03-30 |
Rating | 5.00/5 Total 2 Ratings |
Developer | C@C Panel Extension |
[email protected] | |
Payment Type | free |
Extension Website | https://github.com/zack-hable/CaC-Panel-Extension |
Help Page URL | https://github.com/zack-hable/CaC-Panel-Extension/issues |
Privacy Policy Page URL | https://github.com/cloud-at-cost/CaC-Panel-Extension/blob/main/privacy-policy.md |
Supported Languages | 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" ] } |