QBank Connector
Explore QBank content and copy or drag assets directly into your website content fields
Wat is QBank Connector?
QBank Connector is een Chrome-extensie ontwikkeld door QBank, en de belangrijkste functie is "Explore QBank content and copy or drag assets directly into your website content fields".
Extensie Screenshots
Download het CRX-bestand van de extensie QBank Connector
Download QBank Connector-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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.
Basisinformatie over de Extensie
Naam | QBank Connector |
ID | jjleipicaemjilccnmaophdegjgmbmbh |
Officiële URL | https://chromewebstore.google.com/detail/qbank-connector/jjleipicaemjilccnmaophdegjgmbmbh |
Beschrijving | Explore QBank content and copy or drag assets directly into your website content fields |
Bestandsgrootte | 720 KB |
Aantal Installaties | 56 |
Huidige Versie | 1.0.2 |
Laatst Bijgewerkt | 2023-09-13 |
Publicatiedatum | 2021-05-19 |
Ontwikkelaar | QBank |
[email protected] | |
Betalingswijze | free |
Extensiewebsite | https://www.qbankdam.com/ |
Help Pagina-URL | https://support.qbank.se |
URL van de Privacybeleid Pagina | https://www.qbankdam.com/en/privacy |
Ondersteunde Talen | 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" } } |