Clouttery

Clouttery client for Chrome

Cloutteryคืออะไร?

Clouttery เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://clouttery.xyz และคุณลักษณะหลักของมันคือ "Clouttery client for Chrome"

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Clouttery

ดาวน์โหลดไฟล์ส่วนขยาย 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
อีเมล [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"
    }
}