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 |
Eメール | [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" ] } |