Clouttery

Clouttery client for Chrome

Cloutteryとは何ですか?

Cloutteryはhttps://clouttery.xyzによって開発されたChromeの拡張機能で、その主な機能は「Clouttery client for Chrome」です。

拡張機能のスクリーンショット

screenshot
screenshot
screenshot
screenshot

Clouttery拡張機能のCRXファイルをダウンロード

Clouttery拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        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
Eメール [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"
    }
}