Tilaa VPS

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

Tilaa VPS là gì?

Tilaa VPS là một tiện ích mở rộng Chrome được phát triển bởi Rob, và tính năng chính của nó là "Unofficial Chrome extension for Tilaa, a VPS provider in the Netherlands.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Tilaa VPS

Tải xuống các tệp mở rộng Tilaa VPS dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Tilaa VPS Tilaa VPS
ID ibglpalofdjmncnanplfjcapcaakoinb
URL Chính Thức https://chromewebstore.google.com/detail/tilaa-vps/ibglpalofdjmncnanplfjcapcaakoinb
Mô tả Unofficial Chrome extension for Tilaa, a VPS provider in the Netherlands.
Kích Thước Tệp 21.79 KB
Số Lần Cài Đặt 643
Phiên Bản Hiện Tại 1.0
Cập Nhật Lần Cuối 2014-05-14
Ngày Phát Hành 2014-05-14
Đánh Giá 3.14/5 Tổng số 7 Đánh Giá
Nhà Phát Triển Rob
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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"
    }
}