banibis Clipboard
Allows access clipboard read and write.
What is banibis Clipboard?
banibis Clipboard is a Chrome extension developed by office, and its main feature is "Allows access clipboard read and write.".
Extension Screenshots
Download banibis Clipboard Extension CRX File
Download banibis Clipboard extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
Kopieren von vorhandenen Daten im ERP, um diese in einem anderen Bereich des ERP's einzufügen. Dies erfolgt in einem erpeigenen XML-Format.
Extension Basic Information
Name | |
ID | mfgfkcgmbbjpeidooalohfdjnilkipgk |
Official URL | https://chromewebstore.google.com/detail/banibis-clipboard/mfgfkcgmbbjpeidooalohfdjnilkipgk |
Description | Allows access clipboard read and write. |
File Size | 15.28 KB |
Installation Count | 219 |
Current Version | 1.0.2 |
Last Updated | 2022-12-02 |
Publish Date | 2018-03-03 |
Rating | 5.00/5 Total 1 Ratings |
Developer | office |
[email protected] | |
Payment Type | free |
Supported Languages | 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" ] } |