Clouttery
Clouttery client for Chrome
Cos'è Clouttery?
Clouttery è un'estensione di Chrome sviluppata da https://clouttery.xyz, e la sua funzione principale è "Clouttery client for Chrome".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Clouttery
Scarica i file di estensione Clouttery in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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.
Informazioni di Base sull'Estensione
Nome | Clouttery |
ID | gikhlibmdfgcfbinclomljjbnbfdlodf |
URL Ufficiale | https://chromewebstore.google.com/detail/clouttery/gikhlibmdfgcfbinclomljjbnbfdlodf |
Descrizione | Clouttery client for Chrome |
Dimensione del File | 452 KB |
Conteggio Installazioni | 154 |
Versione Corrente | 0.1 |
Ultimo Aggiornamento | 2016-08-05 |
Data di Pubblicazione | 2016-08-05 |
Valutazione | 5.00/5 Totale 1 Valutazioni |
Sviluppatore | https://clouttery.xyz |
[email protected] | |
Tipo di Pagamento | free |
Sito Web dell'Estensione | https://clouttery.xyz |
URL della Pagina di Aiuto | https://clouttery.xyz/help |
URL della Pagina della Politica sulla Privacy | http://privacy.tny.im |
Lingue Supportate | 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" } } |