ClipSync
This extension will help you copy text from all your devices linked to google account.
Was ist ClipSync?
ClipSync ist eine Chrome-Erweiterung, die von Abhishek Meharia entwickelt wurde, und ihr Hauptmerkmal ist "This extension will help you copy text from all your devices linked to google account.".
Erweiterungsscreenshots
ClipSync-Erweiterungs-CRX-Datei herunterladen
Laden Sie ClipSync-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
This extension will help you copy text from all your devices linked to google account.
Grundlegende Informationen zur Erweiterung
Name | |
ID | cgnjjecfkjgachdpfbgioofdicllnadc |
Offizielle URL | https://chrome.google.com/webstore/detail/clipsync/cgnjjecfkjgachdpfbgioofdicllnadc |
Beschreibung | This extension will help you copy text from all your devices linked to google account. |
Dateigröße | 226 KB |
Installationsanzahl | 121 |
Aktuelle Version | 2 |
Letztes Update | 2020-08-23 |
Veröffentlichungsdatum | 2019-12-04 |
Entwickler | Abhishek Meharia |
[email protected] | |
Zahlungsart | free |
Erweiterungswebsite | https://abhim.in |
Hilfeseite URL | https://abhim.in |
Unterstützte Sprachen | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "ClipSync", "description": "This extension will help you copy text from all your devices linked to google account.", "version": "2", "icons": { "128": "clipboard.png" }, "browser_action": { "default_icon": "clipboard.png", "default_popup": "credentials.html" }, "background": { "page": "background.html" }, "permissions": [ "identity", "tabs" ], "content_scripts": [ { "matches": [ " |