QBank Connector
Explore QBank content and copy or drag assets directly into your website content fields
What is QBank Connector?
QBank Connector is a Chrome extension developed by QBank, and its main feature is "Explore QBank content and copy or drag assets directly into your website content fields".
Extension Screenshots
Download QBank Connector Extension CRX File
Download QBank Connector extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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.
Extension Basic Information
Name | QBank Connector |
ID | jjleipicaemjilccnmaophdegjgmbmbh |
Official URL | https://chromewebstore.google.com/detail/qbank-connector/jjleipicaemjilccnmaophdegjgmbmbh |
Description | Explore QBank content and copy or drag assets directly into your website content fields |
File Size | 720 KB |
Installation Count | 56 |
Current Version | 1.0.2 |
Last Updated | 2023-09-13 |
Publish Date | 2021-05-19 |
Developer | QBank |
[email protected] | |
Payment Type | free |
Extension Website | https://www.qbankdam.com/ |
Help Page URL | https://support.qbank.se |
Privacy Policy Page URL | https://www.qbankdam.com/en/privacy |
Supported Languages | 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" } } |