AI 产品解读Enables opening documents directly from WebDAV servers for editing in native desktop applications, then saving back to the server without manual download/upload steps
Eliminates the cumbersome download-edit-upload cycle when working with documents stored on WebDAV servers, allowing seamless edit-in-place workflow from Chrome
1. User navigates to a web page with document links on a WebDAV server. 2. Content script sets protocol availability attributes on the page. 3. User clicks a document link. 4. The page fires an OpenUriUsingChromeExtension_Request event. 5. The extension reads authentication cookies from the browser for the WebDAV server domain. 6. Cookies are base64-encoded and appended to a custom protocol URL (e.g., dav5://). 7. The URL is opened via native messaging host, which launches the native editor. 8. The user edits the document and saves directly back to the WebDAV server.
Opens documents (PDF, TXT, DWG, PSD, MS Office, etc.) from WebDAV servers in native desktop applications via custom protocol handlersPasses browser authentication cookies to the native host so documents can be accessed from authenticated WebDAV serversExtends session cookie expiration to prevent premature logout during editingSupports cookie-based authentication with WebDAV servers on Windows, Mac OS X, and Linux
- 目标用户
- Users who manage documents on WebDAV servers / Organizations using WebDAV-based document management systems / Developers integrating WebDAV document editing into web applications
- Cannot verify whether the required native host application (IT Hit Edit Document Opener) requires a paid license
- The extension's functionality depends entirely on the native messaging host being installed, which is a separate application
付费分析未识别到付费功能
No payment, subscription, license, upgrade, or billing code found in the extension source. The keyword hits for 'pro' are all false positives matching JavaScript 'Promise' and 'protocol' usage. The extension does not gate any features behind a paywall. The required native host (IT Hit Edit Document Opener) is distributed as a free download (msi/pkg/deb). The parent company IT Hit sells commercial WebDAV server components, but no evidence of paid gating in the extension itself.
- 置信度
- 80
- 支付平台
- --
- 来源
- AI / 高
- 需要登录
- 需要复核
- 登录理由
- The extension itself does not implement its own login system, but it requires the user to be authenticated with the destination WebDAV server. The extension reads authentication cookies (CookieNames parameter) from the browser and forwards them to the native host. If cookies are missing or expired, it prompts the user and can redirect to the server's login page via the LoginUrl parameter. The core workflow depends on being logged into the WebDAV server.
存在冲突