C@C Panel Extension
CloudAtCost Panel Helper Extension
C@C Panel Extensionคืออะไร?
C@C Panel Extension เป็นส่วนขยายของ Chrome ที่พัฒนาโดย C@C Panel Extension และคุณลักษณะหลักของมันคือ "CloudAtCost Panel Helper Extension"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย C@C Panel Extension
ดาวน์โหลดไฟล์ส่วนขยาย 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" ] } |