banibis Clipboard
Allows access clipboard read and write.
Wat is banibis Clipboard?
banibis Clipboard is een Chrome-extensie ontwikkeld door office, en de belangrijkste functie is "Allows access clipboard read and write.".
Extensie Screenshots
Download het CRX-bestand van de extensie banibis Clipboard
Download banibis 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
Kopieren von vorhandenen Daten im ERP, um diese in einem anderen Bereich des ERP's einzufügen. Dies erfolgt in einem erpeigenen XML-Format.
Basisinformatie over de Extensie
Naam | |
ID | mfgfkcgmbbjpeidooalohfdjnilkipgk |
Officiële URL | https://chromewebstore.google.com/detail/banibis-clipboard/mfgfkcgmbbjpeidooalohfdjnilkipgk |
Beschrijving | Allows access clipboard read and write. |
Bestandsgrootte | 15.28 KB |
Aantal Installaties | 219 |
Huidige Versie | 1.0.2 |
Laatst Bijgewerkt | 2022-12-02 |
Publicatiedatum | 2018-03-03 |
Beoordeling | 5.00/5 Totaal 1 Beoordelingen |
Ontwikkelaar | office |
[email protected] | |
Betalingswijze | free |
Ondersteunde Talen | de |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "banibis Clipboard", "version": "1.0.2", "description": "Allows access clipboard read and write.", "icons": { "16": "icon-b16.png", "48": "icon-b48.png", "128": "icon-b128.png" }, "content_scripts": [ { "js": [ "content-script.js", "common.js" ], "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ] } ], "permissions": [ "http:\/\/*\/*", "https:\/\/*\/*", "clipboardRead", "clipboardWrite" ], "web_accessible_resources": [ "client.js", "common.js" ] } |