banibis Clipboard
Allows access clipboard read and write.
什么是banibis Clipboard?
banibis Clipboard是由office开发的Chrome扩展程序,该扩展的主要功能是“Allows access clipboard read and write.”。
扩展截图
下载banibis Clipboard扩展crx文件
下载banibis Clipboard扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Kopieren von vorhandenen Daten im ERP, um diese in einem anderen Bereich des ERP's einzufügen. Dies erfolgt in einem erpeigenen XML-Format.
扩展基本信息
名称 | |
ID | mfgfkcgmbbjpeidooalohfdjnilkipgk |
官方URL | https://chromewebstore.google.com/detail/banibis-clipboard/mfgfkcgmbbjpeidooalohfdjnilkipgk |
简介 | Allows access clipboard read and write. |
文件大小 | 15.28 KB |
安装次数 | 219 |
当前版本 | 1.0.2 |
更新时间 | 2022-12-02 |
上架时间 | 2018-03-03 |
评分 | 5.00/5 共1次评分 |
开发者 | office |
电子邮箱 | [email protected] |
付费类型 | free |
支持的语言 | 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" ] } |