Tilaa VPS

Unofficial Chrome extension for Tilaa, a VPS provider in the Netherlands.

Tilaa VPSคืออะไร?

Tilaa VPS เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Rob และคุณลักษณะหลักของมันคือ "Unofficial Chrome extension for Tilaa, a VPS provider in the Netherlands."

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Tilaa VPS

ดาวน์โหลดไฟล์ส่วนขยาย Tilaa VPS ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        A simplified version of the Tilaa dashboard in the form of a Chrome extension. It allows you to retrieve a list of your virtual servers, with their current status and configuration, and perform basic management tasks such as (re)starting and stopping a machine.                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Tilaa VPS Tilaa VPS
ID ibglpalofdjmncnanplfjcapcaakoinb
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/tilaa-vps/ibglpalofdjmncnanplfjcapcaakoinb
คำอธิบาย Unofficial Chrome extension for Tilaa, a VPS provider in the Netherlands.
ขนาดไฟล์ 21.79 KB
จำนวนการติดตั้ง 643
เวอร์ชันปัจจุบัน 1.0
อัปเดตครั้งล่าสุด 2014-05-14
วันที่เผยแพร่ 2014-05-14
คะแนน 3.14/5 รวมทั้งหมด 7 คะแนน
ผู้พัฒนา Rob
ประเภทการชำระเงิน free
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Tilaa VPS",
    "description": "Unofficial Chrome extension for Tilaa, a VPS provider in the Netherlands.",
    "version": "1.0",
    "options_page": "options.html",
    "icons": {
        "16": "img\/icon16.png",
        "48": "img\/icon48.png",
        "128": "img\/icon128.png"
    },
    "permissions": [
        "storage",
        "https:\/\/api.tilaa.com\/"
    ],
    "browser_action": {
        "default_icon": "img\/tilaa-icon.png",
        "default_popup": "popup.html"
    }
}