NCapture
NCapture for NVivo
NCaptureとは何ですか?
NCaptureはQSR Internationalによって開発されたChromeの拡張機能で、その主な機能は「NCapture for NVivo」です。
拡張機能のスクリーンショット
NCapture拡張機能のCRXファイルをダウンロード
NCapture拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
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. 拡張機能の基本情報
| 名前 | |
| ID | lgomjifbpjfhpodjhihemafahhmegbek |
| 公式URL | https://chromewebstore.google.com/detail/ncapture/lgomjifbpjfhpodjhihemafahhmegbek |
| 説明 | NCapture for NVivo |
| ファイルサイズ | 754 KB |
| インストール数 | 419,856 |
| 現在のバージョン | 1.0.290.0 |
| 最終更新日 | 2020-07-13 |
| 公開日 | 2020-07-07 |
| 評価 | 3.23/5 合計 40 レビュー |
| 開発者 | QSR International |
| Eメール | [email protected] |
| 支払い方法 | free |
| 拡張機能のウェブサイト | http://www.qsrinternational.com/products_nvivo.aspx |
| ヘルプページのURL | http://qsrinternational.com/support.aspx |
| プライバシーポリシーページのURL | https://www.qsrinternational.com/legal/privacy-policy/privacy-policy |
| 対応言語 | 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"
]
} | |