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 |
官方網址 | 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" ] } |