NCapture
NCapture for NVivo
Hvad er NCapture?
NCapture er en Chrome-udvidelse udviklet af QSR International, og dens hovedfunktion er "NCapture for NVivo".
Udvidelsesskærmbilleder
Download NCapture-udvidelses-CRX-fil
Download NCapture-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
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. Grundlæggende oplysninger om udvidelsen
| Navn | |
| ID | lgomjifbpjfhpodjhihemafahhmegbek |
| Officiel URL | https://chromewebstore.google.com/detail/ncapture/lgomjifbpjfhpodjhihemafahhmegbek |
| Beskrivelse | NCapture for NVivo |
| Filstørrelse | 754 KB |
| Antal Installationer | 419,856 |
| Nuværende Version | 1.0.290.0 |
| Senest Opdateret | 2020-07-13 |
| Udgivelsesdato | 2020-07-07 |
| Bedømmelse | 3.23/5 Samlet 40 Bedømmelser |
| Udvikler | QSR International |
| [email protected] | |
| Betalingsmetode | free |
| Udvidelseswebsted | http://www.qsrinternational.com/products_nvivo.aspx |
| Hjælpeside-URL | http://qsrinternational.com/support.aspx |
| URL til Fortrolighedspolitik Side | https://www.qsrinternational.com/legal/privacy-policy/privacy-policy |
| Understøttede Sprog | 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"
]
} | |