NCapture
NCapture for NVivo
Was ist NCapture?
NCapture ist eine Chrome-Erweiterung, die von QSR International entwickelt wurde, und ihr Hauptmerkmal ist "NCapture for NVivo".
Erweiterungsscreenshots
NCapture-Erweiterungs-CRX-Datei herunterladen
Laden Sie NCapture-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
From qsrinternational.com
NCapture is a free web-browser extension that allows you to quickly and easily capture content like web pages, online PDFs, Twitter tweets, and Facebook posts for import into:
• The latest release of NVivo – Windows and NVivo – Mac* (released in March 2020)
• NVivo 12 for Windows (Pro and Plus) and NVivo 12 for Mac*
• NVivo 11 for Windows (Pro and Plus) and NVivo 11 Mac*
• NVivo 10 for Windows and NVivo 10.1 (and onwards) for Mac**
*YouTube videos or comments can’t be imported as datasets, these need to be captured as PDFs.
** NVivo 10.1 (and onwards) for Mac doesn’t support Facebook or Twitter content captured as datasets, these can be captured as PDFs instead.
NCapture allows you to capture:
• Web pages and online PDFs
• Facebook wall posts and comments
• Tweets from Twitter including particular words, phrases or hashtags, or Tweets by a particular user
• YouTube videos and comments
Learn more about NCapture
More information about NCapture can be found in NVivo Help under below urls:
NVivo - Windows: https://help-nv.qsrinternational.com/20/win/Content/ncapture/ncapture.htm
NVivo - Mac: https://help-nv.qsrinternational.com/20/mac/Content/ncapture/ncapture.htm
About NVivo
NVivo helps qualitative and mixed methods researchers unlock insights in their data with powerful analysis. NVivo provides a place to organize, store and analyze data, allowing researchers to ask complex questions of data to identify themes and draw clear conclusions.
Find out more about NVivo, or download a free 14 day trial, at www.nvivobyqsr.com. Grundlegende Informationen zur Erweiterung
| Name | |
| ID | lgomjifbpjfhpodjhihemafahhmegbek |
| Offizielle URL | https://chromewebstore.google.com/detail/ncapture/lgomjifbpjfhpodjhihemafahhmegbek |
| Beschreibung | NCapture for NVivo |
| Dateigröße | 754 KB |
| Installationsanzahl | 419,856 |
| Aktuelle Version | 1.0.290.0 |
| Letztes Update | 2020-07-13 |
| Veröffentlichungsdatum | 2020-07-07 |
| Bewertung | 3.23/5 Insgesamt 40 Bewertungen |
| Entwickler | QSR International |
| [email protected] | |
| Zahlungsart | free |
| Erweiterungswebsite | http://www.qsrinternational.com/products_nvivo.aspx |
| Hilfeseite URL | http://qsrinternational.com/support.aspx |
| URL der Datenschutzrichtlinien-Seite | https://www.qsrinternational.com/legal/privacy-policy/privacy-policy |
| Unterstützte Sprachen | en |
| manifest.json | |
{
"manifest_version": 2,
"name": "NCapture",
"version": "1.0.290.0",
"description": "NCapture for NVivo",
"homepage_url": "http:\/\/redirect.qsrinternational.com\/nc-for-chrome.htm",
"minimum_chrome_version": "21",
"icons": {
"16": "icons\/ncapture-16.png",
"48": "icons\/ncapture-48.png",
"128": "icons\/ncapture-128.png"
},
"background": {
"page": "background.html"
},
"browser_action": {
"default_icon": "icons\/ncapture-19.png",
"default_popup": "popup.html",
"default_title": "NCapture for NVivo"
},
"update_url": "http:\/\/clients2.google.com\/service\/update2\/crx",
"permissions": [
"tabs",
"notifications",
"http:\/\/*\/",
"https:\/\/*\/"
],
"web_accessible_resources": [
"icons\/ncapture-48.png"
]
} | |