Tilaa VPS

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

Tilaa VPS क्या है?

Tilaa VPS Rob द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Unofficial Chrome extension for Tilaa, a VPS provider in the Netherlands."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Tilaa VPS एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

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