Clouttery

Clouttery client for Chrome

Clouttery là gì?

Clouttery là một tiện ích mở rộng Chrome được phát triển bởi https://clouttery.xyz, và tính năng chính của nó là "Clouttery client for Chrome".

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

screenshot
screenshot
screenshot
screenshot

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

Tải xuống các tệp mở rộng Clouttery 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

                        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.                    

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

Tên Clouttery Clouttery
ID gikhlibmdfgcfbinclomljjbnbfdlodf
URL Chính Thức https://chromewebstore.google.com/detail/clouttery/gikhlibmdfgcfbinclomljjbnbfdlodf
Mô tả Clouttery client for Chrome
Kích Thước Tệp 452 KB
Số Lần Cài Đặt 154
Phiên Bản Hiện Tại 0.1
Cập Nhật Lần Cuối 2016-08-05
Ngày Phát Hành 2016-08-05
Đánh Giá 5.00/5 Tổng số 1 Đánh Giá
Nhà Phát Triển https://clouttery.xyz
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://clouttery.xyz
URL Trang Trợ Giúp https://clouttery.xyz/help
URL Trang Chính Sách Bảo Mật http://privacy.tny.im
Ngôn Ngữ Được Hỗ Trợ 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"
    }
}