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
官方網址 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"
    }
}