banibis Clipboard
Allows access clipboard read and write.
ما هو banibis Clipboard؟
banibis Clipboard هو إضافة Chrome تم تطويرها بواسطة office، والميزة الرئيسية لها هي "Allows access clipboard read and write.".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة banibis Clipboard
قم بتنزيل ملفات الامتداد banibis Clipboard بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
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" ] } |