Clouttery
Clouttery client for Chrome
Τι είναι το Clouttery;
Το Clouttery είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον https://clouttery.xyz, και η κύρια λειτουργία του είναι "Clouttery client for Chrome".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου 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 |
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" } } |