Clip Cloud

A simple tool to sync your clipboard between computers and Android devices.

Τι είναι το Clip Cloud;

Το Clip Cloud είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον https://catchingnow.com, και η κύρια λειτουργία του είναι "A simple tool to sync your clipboard between computers and Android devices.".

Στιγμιότυπα Επέκτασης

screenshot

Λήψη αρχείου CRX της επέκτασης Clip Cloud

Λήψη αρχείων επέκτασης Clip Cloud σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

Οδηγίες Χρήσης της Επέκτασης

                        Clip Cloud - A simple tool to sync your clipboard between computers and Android devices.

Android App: https://play.google.com/store/apps/details?id=com.catchingnow.clipsync 


FAQ

- How does it work?

Clip Cloud can help you to copy some text on a device and paste on the others. It works on Android, PC, Mac, and Linux. The clipboard will be encrypted and transmitted over the Google Cloud Message.

- Which platforms are supported?

It supports Android and any desktop environments(PC, Mac, and Linux) with Chrome extension. Note please do not install the extension on other browsers such as Opera because the service is based on Google cloud message.

- Will it store my clipboard?

No. All of the clipboards will be just send to Google Cloud Message immediately and no copy will be stored.

Please try Clip Stack ( https://play.google.com/store/apps/details?id=com.catchingnow.tinyclipboardmanager ) if you want to store your clipboard history locally. It is full free and even does not have network permission.

- What is the maximum length of the clipboard?

It is 2000 characters.                    

Βασικές Πληροφορίες Επέκτασης

Όνομα Clip Cloud Clip Cloud
ID njdmefplhdgmeenojkdagebgapfbabid
Επίσημο URL https://chromewebstore.google.com/detail/clip-cloud/njdmefplhdgmeenojkdagebgapfbabid
Περιγραφή A simple tool to sync your clipboard between computers and Android devices.
Μέγεθος Αρχείου 139 KB
Αριθμός Εγκαταστάσεων 5,717
Τρέχουσα Έκδοση 0.3.2
Τελευταία Ενημέρωση 2019-06-14
Ημερομηνία Δημοσίευσης 2019-06-14
Αξιολόγηση 3.76/5 Συνολικά 51 Αξιολογήσεις
Προγραμματιστής https://catchingnow.com
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Διεύθυνση URL της Σελίδας Βοήθειας https://clipcloud.catchingnow.com
URL της Σελίδας Πολιτικής Απορρήτου http://privacypolicy.catchingnow.com
Υποστηριζόμενες Γλώσσες en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Clip Cloud",
    "description": "A simple tool to sync your clipboard between computers and Android devices.",
    "version": "0.3.2",
    "icons": {
        "64": "64.png",
        "128": "128.png",
        "256": "256.png"
    },
    "browser_action": {
        "default_icon": "resource\/icon_web.png",
        "default_popup": "popup.html"
    },
    "background": {
        "page": "background.html"
    },
    "permissions": [
        "identity",
        "storage",
        "background",
        "gcm",
        "notifications",
        "clipboardRead",
        "clipboardWrite",
        "contextMenus",
        "https:\/\/*.catchingnow.com\/*"
    ],
    "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com https:\/\/www.gstatic.com\/ https:\/\/*.firebaseio.com https:\/\/www.googleapis.com; object-src 'self'",
    "oauth2": {
        "client_id": "66972863714-qmp65ua0nv0lgpefpr6f4fqqhamu3al3.apps.googleusercontent.com",
        "scopes": [
            "https:\/\/www.googleapis.com\/auth\/userinfo.email",
            "https:\/\/www.googleapis.com\/auth\/userinfo.profile"
        ]
    }
}