Clouttery

Clouttery client for Chrome

Clouttery क्या है?

Clouttery https://clouttery.xyz द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Clouttery client for Chrome"।

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

screenshot
screenshot
screenshot
screenshot

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

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

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

                        Clouttery is a cloud-enabled, cross-platform battery monitor. With Clouttery for Chrome, you can see the battery levels of your devices and notifications about their batteries right in your browser.

If you have never used Clouttery before, visit http://clouttery.xyz to know more. Right now, Clouttery can monitor Windows and Android devices.

After pairing this extension with your Clouttery account, you'll be able to see the battery status of the devices in your account, know about notifications as they are issued, and dismiss them. You'll get notifications in real-time without accessing the web console.

This extension does not have ads, and it doesn't track your web browsing habits.                    

एक्सटेंशन की मूल जानकारी

नाम Clouttery Clouttery
ID gikhlibmdfgcfbinclomljjbnbfdlodf
आधिकारिक URL https://chromewebstore.google.com/detail/clouttery/gikhlibmdfgcfbinclomljjbnbfdlodf
विवरण Clouttery client for Chrome
फ़ाइल का आकार 452 KB
स्थापना संख्या 154
वर्तमान संस्करण 0.1
अंतिम अपडेट 2016-08-05
प्रकाशन तिथि 2016-08-05
रेटिंग 5.00/5 कुल 1 रेटिंग्स
डेवलपर https://clouttery.xyz
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://clouttery.xyz
सहायता पृष्ठ URL https://clouttery.xyz/help
गोपनीयता नीति पृष्ठ URL http://privacy.tny.im
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Clouttery",
    "description": "Clouttery client for Chrome",
    "version": "0.1",
    "browser_action": {
        "default_icon": "icons\/Clouttery32.png",
        "default_popup": "popup.html"
    },
    "background": {
        "scripts": [
            "eventPage.js"
        ],
        "persistent": false
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/clouttery.xyz\/paircode\/*"
            ],
            "js": [
                "content-paircode.js"
            ]
        }
    ],
    "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'",
    "permissions": [
        "alarms",
        "notifications",
        "storage",
        "*:\/\/api.clouttery.xyz\/",
        "*:\/\/clouttery.xyz\/paircode\/*"
    ],
    "icons": {
        "16": "icons\/Clouttery16.png",
        "24": "icons\/Clouttery24.png",
        "32": "icons\/Clouttery32.png",
        "48": "icons\/Clouttery48.png",
        "64": "icons\/Clouttery64.png",
        "128": "icons\/Clouttery128.png",
        "256": "icons\/Clouttery256.png"
    }
}