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"입니다.

확장 프로그램 스크린샷

screenshot
screenshot

C@C Panel Extension 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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 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"
    ]
}