AI 产品解读Browser companion for Citavi reference management — captures bibliographic references, PDFs, and web content from academic databases and web pages into a Citavi project
Streamlines the process of collecting and importing bibliographic references and full-text PDFs from diverse online sources into Citavi reference management projects, eliminating manual data entry
User browses an academic database or web page → extension content script detects bibliographic identifiers (ISBN, DOI, PMID) or activates Hunter on supported databases → user clicks the Citavi icon overlay or Hunter bar → extension looks up full bibliographic metadata via APIs (CrossRef, Semantic Scholar, PubMed, etc.) → reference is sent to the active Citavi repository (local desktop via native messaging or Citavi Web via authenticated API) → optional PDF download and attachment
Hunter: bulk-import search results from academic databases (PubMed, Google Scholar, JSTOR, IEEE, ScienceDirect, arXiv, etc.)Identifier-based lookup: find bibliographic data by ISBN, DOI, PubMed ID, PMC ID, or arXiv IDWebpage metadata extraction: capture webpage info as a referencePDF capture and download from academic sourcesContext menu integration for quick reference additionWeb page to PDF conversion for newspaper/article archiving
- 目标用户
- Academic researchers and students / Librarians / Anyone using Citavi for reference management and knowledge organization
- Cannot fully determine whether local Citavi desktop requires its own account/license — native messaging connects to a local process but Citavi is commercial software
- Cannot verify if Citavi Web has tiered plans that might limit extension functionality through the web service
- The extension has 136 files; only key entry points and suspicious files were inspected
付费分析未识别到付费功能
No evidence of paid features, subscriptions, premium tiers, billing APIs, or feature gating within the extension code. No matches for premium, billing, or subscription (payment-related). Citavi itself is a commercial product by Lumivero, but the extension itself does not gate any features behind payment or show upgrade UI.
- 置信度
- 90
- 支付平台
- --
- 来源
- AI / 中
- 需要登录
- 是
- 登录理由
- The extension supports two repository modes: local Citavi desktop (via native messaging, no login) and Citavi Web (via OAuth at citaviweb.citavi.com, login required). The WebRepo.connected check is account.isLoggedIn (web/account.js:25-27). OAuth flow uses chrome.identity.launchWebAuthFlow with OpenID Connect against the Citavi identity server (web/oauth.js:36-46,59-62). Login is required when using the Citavi Web destination service, but the extension can also work with local Citavi desktop without any login.