V2 Cloud Clipboard
Allows users to have direct clipboard access when using V2 Cloud Web Connect
Wat is V2 Cloud Clipboard?
V2 Cloud Clipboard is een Chrome-extensie ontwikkeld door https://v2cloud.com, en de belangrijkste functie is "Allows users to have direct clipboard access when using V2 Cloud Web Connect".
Download het CRX-bestand van de extensie V2 Cloud Clipboard
Download V2 Cloud Clipboard-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
The extension enables bidirectional clipboard (copy/paste) in the V2 Cloud Web Connect module. Basisinformatie over de Extensie
| Naam | |
| ID | npeefbcdhnfpefakhdpljllcbpegkopl |
| Officiële URL | https://chromewebstore.google.com/detail/v2-cloud-clipboard/npeefbcdhnfpefakhdpljllcbpegkopl |
| Beschrijving | Allows users to have direct clipboard access when using V2 Cloud Web Connect |
| Bestandsgrootte | 43.33 KB |
| Aantal Installaties | 269 |
| Huidige Versie | 1.5 |
| Laatst Bijgewerkt | 2018-03-08 |
| Publicatiedatum | 2018-03-07 |
| Ontwikkelaar | https://v2cloud.com |
| Betalingswijze | free |
| Ondersteunde Talen | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "V2 Cloud Clipboard",
"version": "1.5",
"description": "Allows users to have direct clipboard access when using V2 Cloud Web Connect",
"icons": {
"16": "icons\/clipboard-allow-16.png",
"32": "icons\/clipboard-allow-32.png",
"48": "icons\/clipboard-allow-48.png",
"64": "icons\/clipboard-allow-64.png",
"128": "icons\/clipboard-allow-128.png"
},
"permissions": [
"http:\/\/*\/*",
"https:\/\/*\/*",
"clipboardRead",
"clipboardWrite",
"storage"
],
"background": {
"persistent": false,
"scripts": [
"private\/background\/clipboardService.js",
"private\/background\/popupService.js"
]
},
"page_action": {
"default_popup": "private\/popup\/popup.html",
"default_icon": {
"19": "private\/popup\/icons\/clipboard-maybe-19.png",
"38": "private\/popup\/icons\/clipboard-maybe-38.png"
}
},
"content_scripts": [
{
"matches": [
"http:\/\/v2cloud.com\/*",
"https:\/\/v2cloud.com\/*",
"http:\/\/*.v2cloud.com\/*",
"https:\/\/*.v2cloud.com\/*"
],
"js": [
"private\/content\/init.js",
"private\/content\/clipboardBroker.js"
],
"run_at": "document_start",
"all_frames": true
}
],
"web_accessible_resources": [
"public\/execCommand.js"
],
"key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEA30mr5sHK3aWSv3NMURoZpAUIVwQ9AOZMkSK\/m5gFNgHGYGfFM1bokEqhcti1YMz6rJuEjcC3lAxIQZMUpFHiXiosK5YCknsyI29xQOp\/Lg2Q4VUUcINNNZx1oMPAGrQz\/PftMq8VzP\/zQntOVxZU+vnly6BlOFbuMG9IAXH5oTCLFOUkWo8frWv4a0pHNii4llSeXPtO\/udWJYcRGjwbfijSILGgQ+kQgn9hBG\/9OGoic3Gvr\/s0mHJl+0jVdXRuKu7Dc8rkNZ\/53TyCK91DPvNV76aIqLb00OYolp0D4A7584HcUwMNX8lJw+djWH4+zRccgh95fO5oAOHQrPrYPQIDAQAB"
} | |