Clipt
Clipboard in the cloud.
Τι είναι το Clipt;
Το Clipt είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον OneLab Studio, και η κύρια λειτουργία του είναι "Clipboard in the cloud.".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου CRX της επέκτασης Clipt
Λήψη αρχείων επέκτασης Clipt σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.
Οδηγίες Χρήσης της Επέκτασης
Clipt creates a link between all of your devices to increase productivity. Seamlessly and safely send text, photos, and files over the cloud by synchronizing your clipboard. It’s as easy as copy on one device and paste on another and works in the background. Ever emailed yourself an image to get it on your computer? Ever messaged yourself just to get something on another device? Ever struggled to send files to your phone? Then Clipt is for you. Advantages - 🌐 Seamlessly link multiple devices across Ecosystems for increased productivity - 🔒 Transfer data with confidence knowing it’s on your Google Drive - 🙌 Transfer text, images, and even files - 🔎 Search the recent history of your shared clipboard Available across all devices Clipt is available on Android and Chrome (PC, Mac, and Linux) with an iOS version currently in development. Connect multiple smartphones, tablets, Macs, and PC together. Clipt doesn’t see what you send as it uses your Google Drive and only transfers a way to identify the file. Keeping your information safe within the Google Cloud. Important - 🔔 Clipt works best with Chrome notifications turned on. - 📒 Please log in with the same account on both devices. Look for "How to use" in the app menu for help. Clipt is developed by OneLab. A team working within OnePlus on future software features and we are excited to share this with all users. We hope you enjoy the applications and please contact us for feedback. ✌️
Βασικές Πληροφορίες Επέκτασης
Όνομα | |
ID | ngpicahlgepngcpigiiebnheihgbaenh |
Επίσημο URL | https://chrome.google.com/webstore/detail/ngpicahlgepngcpigiiebnheihgbaenh |
Περιγραφή | Clipboard in the cloud. |
Μέγεθος Αρχείου | 2.19 MB |
Αριθμός Εγκαταστάσεων | 107,054 |
Τρέχουσα Έκδοση | 2.0.11 |
Τελευταία Ενημέρωση | 2022-06-11 |
Ημερομηνία Δημοσίευσης | 2021-04-17 |
Αξιολόγηση | 3.46/5 Συνολικά 164 Αξιολογήσεις |
Προγραμματιστής | OneLab Studio |
Ηλεκτρονικό ταχυδρομείο | [email protected] |
Τύπος Πληρωμής | free |
Διεύθυνση URL της Σελίδας Βοήθειας | https://www.oneplus.com/uk/legal/privacy-policy |
URL της Σελίδας Πολιτικής Απορρήτου | https://www.oneplus.com/uk/legal/privacy-policy |
Υποστηριζόμενες Γλώσσες | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Clipt", "description": "Clipboard in the cloud.", "version": "2.0.11", "minimum_chrome_version": "80", "manifest_version": 2, "icons": { "128": "icon128.png" }, "permissions": [ "identity", "identity.email", "storage", "notifications", "background", "contextMenus", "clipboardRead", "clipboardWrite", "downloads", "https:\/\/clip-onelab.1plus.io\/" ], "browser_action": { "default_icon": "icon128.png", "default_title": "Clipt", "default_popup": "popup\/popup.html" }, "background": { "page": "background.html", "persistent": true }, "options_page": "options\/options.html", "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEA67Wr+nq5hQPnDoTBU68hguUGNVwCgl7nkYWKq0\/IO2Bi1drmdXBb3fU1PpHSCCmsBV60cqBsu4AIj28Xn2pQVBpMVkioxpnJHbuau1MDO\/M3L8HlxR2n1vWIIqw3GxTwmXRb0e\/Q9KlGX51y2\/kGtoVpZUtiNe4RGyIV2QVojl23GS2MVMehixiXQ2vYrqQ02jGKwHclIig9OxQNz8N6xLaA29vGhJ744cUvNxu2WHRd6NrKOViokKNpNd7p5IppnRyCbQOrl1nVrndy\/qDuhU4+BFKaYU5ETzsXtdkF1EeYEg7Thzzn1pODBKAEpKOYG258oPOkVknX5uOuWfiOGwIDAQAB", "oauth2": { "client_id": "500779876077-45pkp413lm1gqmmp8rmee9a904ninlgj.apps.googleusercontent.com", "web_client_id": "500779876077-jdpr837u5vdg8uvkiiutqae513cll7ou.apps.googleusercontent.com", "scopes": [ "openid", "email", "profile", "https:\/\/www.googleapis.com\/auth\/drive.appdata", "https:\/\/www.googleapis.com\/auth\/drive.file" ] }, "content_security_policy": "script-src 'self' 'unsafe-eval' https:\/\/apis.google.com\/ https:\/\/www.gstatic.com\/ https:\/\/*.firebaseio.com https:\/\/www.google-analytics.com https:\/\/www.googletagmanager.com https:\/\/cdn.jsdelivr.net\/npm\/ https:\/\/fonts.googleapis.com\/; object-src 'self'", "externally_connectable": { "matches": [ "https:\/\/clip-onelab.1plus.io\/*" ] } } |