QBank Connector
Explore QBank content and copy or drag assets directly into your website content fields
Was ist QBank Connector?
QBank Connector ist eine Chrome-Erweiterung, die von QBank entwickelt wurde, und ihr Hauptmerkmal ist "Explore QBank content and copy or drag assets directly into your website content fields".
Erweiterungsscreenshots
QBank Connector-Erweiterungs-CRX-Datei herunterladen
Laden Sie QBank Connector-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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.
Grundlegende Informationen zur Erweiterung
Name | QBank Connector |
ID | jjleipicaemjilccnmaophdegjgmbmbh |
Offizielle URL | https://chromewebstore.google.com/detail/qbank-connector/jjleipicaemjilccnmaophdegjgmbmbh |
Beschreibung | Explore QBank content and copy or drag assets directly into your website content fields |
Dateigröße | 720 KB |
Installationsanzahl | 56 |
Aktuelle Version | 1.0.2 |
Letztes Update | 2023-09-13 |
Veröffentlichungsdatum | 2021-05-19 |
Entwickler | QBank |
[email protected] | |
Zahlungsart | free |
Erweiterungswebsite | https://www.qbankdam.com/ |
Hilfeseite URL | https://support.qbank.se |
URL der Datenschutzrichtlinien-Seite | https://www.qbankdam.com/en/privacy |
Unterstützte Sprachen | 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" } } |