QBank Connector
Explore QBank content and copy or drag assets directly into your website content fields
ما هو QBank Connector؟
QBank Connector هو إضافة Chrome تم تطويرها بواسطة QBank، والميزة الرئيسية لها هي "Explore QBank content and copy or drag assets directly into your website content fields".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة QBank Connector
قم بتنزيل ملفات الامتداد QBank Connector بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
Explore selected content from your QBank in any other chrome browser tab. Drag and drop images into content fields, or copy links to assets and paste into your embed modules.
معلومات أساسية عن التمديد
الاسم | QBank Connector |
ID | jjleipicaemjilccnmaophdegjgmbmbh |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/qbank-connector/jjleipicaemjilccnmaophdegjgmbmbh |
الوصف | Explore QBank content and copy or drag assets directly into your website content fields |
حجم الملف | 720 KB |
عدد التثبيتات | 56 |
النسخة الحالية | 1.0.2 |
آخر تحديث | 2023-09-13 |
تاريخ النشر | 2021-05-19 |
المطور | QBank |
البريد الإلكتروني | [email protected] |
نوع الدفع | free |
موقع الإضافة | https://www.qbankdam.com/ |
عنوان صفحة المساعدة | https://support.qbank.se |
عنوان صفحة سياسة الخصوصية | https://www.qbankdam.com/en/privacy |
اللغات المدعومة | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "QBank Connector", "version": "1.0.2", "description": "Explore QBank content and copy or drag assets directly into your website content fields", "permissions": [ "activeTab", "clipboardWrite", "tabs" ], "content_security_policy": [], "action": { "default_popup": "index.html", "default_title": "Open QBank connector", "default_icon": { "16": "favicon-16x16.png", "32": "favicon-32x32.png", "48": "favicon-32x32.png", "128": "favicon-160x160.png" } }, "commands": { "_execute_browser_action": { "suggested_key": { "default": "Ctrl+Shift+Q", "mac": "MacCtrl+Shift+Q" }, "description": "Open QBank Connector" } }, "icons": { "16": "favicon-16x16.png", "32": "favicon-32x32.png", "48": "favicon-32x32.png", "128": "favicon-160x160.png" } } |