Privacy Policy
Last updated: May 15, 2026 · Version 1.11.2+
midler - AI Assistant ("midler", "the Extension", "we") is a browser extension that provides AI-powered chat, translation, search, image generation, document analysis, and writing assistance. This Privacy Policy comprehensively explains what data midler collects, processes, stores, and shares, and with which parties.
1 Categories of Data Handled by midler
midler may handle the following categories of data, depending on which features you use:
- Authentication information — AI provider API keys; Enterprise Server username, password, and access tokens; email for password reset.
- Personal communications — chat prompts you submit to the AI, AI responses, and conversation history.
- User-provided content — uploaded or attached images, documents (PDF, DOCX, XLSX, PPTX, TXT, etc.), and pasted content.
- Website content — text extracted from the active browser tab when you explicitly invoke "Chat with page", "Summarize page", "Translate page", "Summarize near cursor", or related context-menu actions.
- Selected text — text you highlight on a web page, when you invoke "Search selection" / "Translate selection" via the context menu or keyboard shortcut.
- User preferences — UI language, theme, view mode, default LLM, prompt templates, policy rules, image generation settings, file format whitelist, etc.
- User memory — optional personal notes you save in "My Memory" to give the AI persistent context (e.g., "I am a software developer").
- Usage telemetry (only if Enterprise Server is configured) — feature type, LLM provider/model, response time, and excerpts of request/response text up to 5,000 characters per record.
- Internal AI ("RAG") queries (only if your organization enables it) — your search queries and selected service IDs sent to the organization-operated RAG endpoint.
midler does not collect: precise geolocation, financial information, health information, web browsing history (it does not record what pages you visit), or any data unrelated to features you actively invoke.
2 Data Stored Locally on Your Device
The following are stored on your device only and are never transmitted to us:
| Storage area | Contents |
|---|---|
chrome.storage.sync | UI preferences, AI provider API keys, default LLM assignments, policy rules, image generation settings, file upload whitelist, language/theme, custom LLM definitions, optional Enterprise Server URL/session token, optional User Memory text. This area is encrypted in transit by Chrome and synced across browsers signed in to the same Google account, subject to Google's privacy policy. |
chrome.storage.local | Conversation history, saved chats with assigned numbers, current chat ID, view-mode flags (search mode, image mode), cached server profile, image generation prompt templates. |
IndexedDB (midler_images) | Attached or generated images and files (DOCX/PDF/etc.), tagged with conversation ID for cleanup. |
3 Data Sent to Third-Party AI Providers
When you submit a chat message, request a translation, generate an image, summarize a page, etc., midler sends the relevant input directly from your browser to the AI provider you have configured. midler does not proxy these requests through any server we control. The data sent depends on the action:
| Provider | Data transmitted | When | Provider Privacy Policy |
|---|---|---|---|
| OpenAI (GPT, DALL-E, gpt-image) | Prompt, conversation history, attached images, file contents, model name, your OpenAI API key (Bearer header) | When you send a message, generate an image, or trigger a feature routed to OpenAI | openai.com/privacy |
| Anthropic (Claude) | Prompt, conversation history, attached images, file contents, model name, your Anthropic API key | When routed to Claude | anthropic.com/privacy |
| Google (Gemini, Nano Banana / Imagen) | Prompt, conversation history, attached images, file contents, model name, your Google AI API key | When routed to Gemini for chat or image generation | policies.google.com/privacy |
| Perplexity | Search query / chat prompt, conversation history, model name, your Perplexity API key | When in search mode or routed to Perplexity | perplexity.ai/privacy |
| Local AI (Ollama / LM Studio / etc.) | Prompt, conversation history, attached images (sent only to the URL you specify, typically localhost) |
When routed to Local AI | N/A — runs on your machine or your specified endpoint |
| Custom LLM (user-defined) | Prompt and other request data sent only to the API URL you configure | When you select a custom LLM | Per the operator of that endpoint |
API keys are stored on your device and only attached to outgoing requests to the corresponding provider. Data is sent only when you explicitly initiate an action; midler performs no background data transmission.
4 Data Sent to Your Organization's Enterprise Server (Optional)
An Enterprise Server is opt-in: it is activated only if a server URL is configured (typically by an IT administrator) and the user logs in. When configured, midler transmits the following to that server, owned and operated by your organization (not by us):
- Authentication: server URL, username, password (during login over HTTPS), refresh tokens, password change requests, password reset email address.
- Profile sync: download of policies, LLM assignments, image generation defaults, allowed file formats, ACL/security settings, logging settings, branding, and other administrator-defined configuration.
- Usage telemetry: per AI request — feature type (chat/search/image/translation/file analysis/title generation/RAG/Gen-Design/Report-Gen), provider name, model name, response time, and a truncated excerpt of the request and response text (up to 5,000 characters each). The text excerpt is included so administrators can audit usage; this can include personal communications and uploaded content fragments. Logging can be configured by the administrator.
- User Memory: if you save personal notes in "My Memory", they are uploaded to the server so they can persist across devices.
- Policy submissions: any policy proposals you submit through the Extension's "Submit Policies" feature.
The Enterprise Server is operated by your organization. midler's developers do not receive or have access to data on that server. Please consult your organization's privacy notice for retention and access controls applicable to your account.
5 Internal AI ("사내 AI" / RAG) Search (Optional)
If the administrator enables the "Internal AI Search" feature, your search queries and selected service IDs are sent to the organization-operated RAG endpoint. Responses (including citations and document references) are returned to your browser and stored locally as part of your conversation. No data is sent to midler developers.
5b Code Interpreter (Optional, since v1.11)
The Extension includes an optional "Code Analysis" mode that lets the AI execute Python code locally in your browser using Pyodide (a WebAssembly Python runtime bundled with the Extension). Key points:
- Where code runs: Inside an isolated Web Worker in your browser. No code is sent to any midler-controlled server. All processing happens locally.
- What is sent to the AI provider: Your question, attached file metadata (file names and a system-prompt summary), and execution results (stdout text, error messages, return values). Chart images are not sent back to the AI; only a marker indicating a chart was rendered is included to save tokens.
- Attached files: When you attach a file in Code Analysis mode, the file's binary contents are mounted into Pyodide's in-memory virtual filesystem so Python can read them. The file is also written to your browser's IndexedDB for the duration of the conversation, then automatically cleaned up when the conversation is deleted or when the Extension is uninstalled.
- Generated code: The AI provider generates Python code via the same chat completion API. You can review every line of generated code in the collapsible "Python execution" block before/after it runs.
- External HTTP from Python: Generated Python may use
pyodide.http.pyfetchto call external HTTP APIs. These calls originate from your browser, subject to browser CORS rules and the Extension's host_permissions. We do not record these calls. - Charts: matplotlib charts produced by your code are stored locally in IndexedDB (
midler_chart_results) so they persist across browser sessions. Deleting the conversation deletes the charts. - Bundled analysis packages: pandas, numpy, matplotlib, openpyxl, and supporting libraries are bundled with the Extension. The Chrome Web Store build does not fetch additional packages from PyPI at runtime; all wheels load from the extension package.
6 Web Page and Selection Access
midler accesses the contents of web pages only when you explicitly invoke a feature that needs them:
- Chat with page / Summarize page / Translate page — extracts the visible text of the active tab and sends it to your configured AI provider.
- Summarize near cursor / Translate near cursor — extracts text near the right-click target.
- Search selection / Translate selection — uses the text you have highlighted.
- Analyze image (right-click) — sends the selected image and nearby text to your configured AI provider.
- Floating writing assistant — injects a small UI overlay onto the active page; text you type into it is sent to your configured AI provider.
Page contents are not stored centrally by us. They are sent to your configured AI provider, and the resulting AI response is stored only in your local conversation history.
7 Data Shared via Chrome Sync (Google)
Settings stored in chrome.storage.sync are encrypted by Chrome and synced across browsers signed in to the same Google account, per Google's Privacy Policy. We do not control this transport. If you do not wish settings to sync, you can sign out of Chrome Sync or disable extension sync in Chrome settings.
8 Data We Do NOT Share
- We do not sell, rent, or trade your data to advertisers or data brokers.
- We do not share data with analytics or tracking services.
- We do not use your data to train any machine learning model.
- midler's own developers do not receive any data from your installation; the Extension has no developer-controlled backend.
9 Permissions Requested
- storage — save settings and conversation history locally and via Chrome Sync.
- sidePanel — display the chat interface in Chrome's side panel.
- activeTab — read the current tab's text content for translation/summary/chat-with-page features.
- scripting — inject the writing assistant overlay and translation features into the page.
- contextMenus — provide right-click menu entries for selection-based AI actions.
- tabs — read the URL of the active tab to evaluate URL-based policies.
- host_permissions (all URLs) — required to inject the writing assistant on any page and to call AI provider APIs (which can be on user-specified domains).
10 Data Security
- All network calls to AI providers and to the Enterprise Server use HTTPS.
- API keys are stored in
chrome.storage.syncand are not transmitted to any party other than the matching AI provider. - We follow the principle of least privilege: data is sent only to the destination of the feature you invoked.
- You are responsible for the security of any API keys or credentials you enter into the Extension.
11 Data Retention and User Rights
Locally stored data persists until you delete it or uninstall the Extension. You may at any time:
- Delete individual conversations or all unpinned conversations from the chat history panel.
- Clear images, files, and gallery items.
- Reset all settings from the Extension's Settings page.
- Sign out of an Enterprise Server (your local cache of profile data is removed).
- Use the built-in Backup/Restore feature to export your data to a single
.midler-backupfile or to import one. - Uninstall the Extension to remove all locally stored data including IndexedDB images.
Data stored on an Enterprise Server is governed by your organization's retention policy; please contact your administrator to exercise rights regarding that data (access, correction, deletion, export).
12 Children's Privacy
midler is not directed to children under 13 and does not knowingly collect data from children. If you believe a child has provided data through midler, please contact us so we can advise on local deletion.
13 International Data Transfers
When you use third-party AI providers, your data may be processed in countries other than where you are located, in accordance with each provider's privacy policy. Please review the linked policies in Section 3.
14 Changes to This Policy
We may update this Privacy Policy as the Extension evolves. Material changes will be reflected in the "Last updated" date and, where appropriate, surfaced in-product. Continued use of the Extension after an update constitutes acceptance of the revised policy.
15 Contact
For questions, complaints, or data-related requests, please contact us through one of the following channels:
Enterprise users should contact their organization's administrator for matters concerning data stored on the Enterprise Server.
개인정보 처리방침
최종 업데이트: 2026년 5월 15일 · 버전 1.11.2+
midler - AI 어시스턴트("midler", "본 확장 프로그램", "당사")는 AI 기반 채팅, 번역, 검색, 이미지 생성, 문서 분석, 작문 지원 기능을 제공하는 브라우저 확장 프로그램입니다. 본 방침은 midler가 어떤 데이터를 수집·처리·저장·공유하며, 어떤 당사자에게 전송하는지 누락 없이 설명합니다.
1 midler가 처리하는 데이터 카테고리
사용하는 기능에 따라 다음과 같은 데이터가 처리될 수 있습니다.
- 인증 정보 — AI 프로바이더 API 키, 엔터프라이즈 서버 사용자명·비밀번호·액세스 토큰, 비밀번호 재설정용 이메일.
- 개인 통신 내용 — AI에 전송하는 프롬프트, AI 응답, 대화 기록.
- 사용자 제공 콘텐츠 — 업로드/첨부 이미지, 문서(PDF, DOCX, XLSX, PPTX, TXT 등), 붙여넣은 콘텐츠.
- 웹페이지 콘텐츠 — "웹페이지와 대화", "페이지 요약", "페이지 번역", "포인트 근처 요약" 등 사용자가 명시적으로 호출한 경우 활성 탭에서 추출한 텍스트.
- 선택 텍스트 — 컨텍스트 메뉴/단축키로 "선택영역 검색·번역" 시 사용자가 강조 표시한 텍스트.
- 사용자 환경설정 — UI 언어, 테마, 보기 모드, 기본 LLM, 프롬프트 템플릿, 정책 규칙, 이미지 생성 설정, 파일 포맷 화이트리스트 등.
- 사용자 메모리 — "내 메모리"에 저장하는 선택적 개인 노트 (예: "저는 소프트웨어 개발자입니다").
- 사용 텔레메트리 (엔터프라이즈 서버 설정 시에만) — 기능 유형, LLM 프로바이더/모델, 응답 시간, 그리고 요청/응답 텍스트의 발췌(레코드당 최대 5,000자).
- 사내 AI(RAG) 질의 (조직이 활성화한 경우에만) — 검색 질의 텍스트 및 선택한 서비스 ID를 조직이 운영하는 RAG 엔드포인트로 전송.
midler는 다음 데이터는 수집하지 않습니다: 정밀 위치, 금융 정보, 건강 정보, 일반적 웹 브라우징 기록, 또는 사용자가 직접 호출하지 않은 기능과 무관한 데이터.
2 사용자 기기에 로컬로 저장되는 데이터
다음 데이터는 사용자 기기에만 저장되며 당사에는 전송되지 않습니다.
| 저장 영역 | 내용 |
|---|---|
chrome.storage.sync | UI 환경설정, AI 프로바이더 API 키, 기본 LLM 라우팅, 정책 규칙, 이미지 생성 설정, 파일 업로드 화이트리스트, 언어·테마, 커스텀 LLM 정의, 선택적 엔터프라이즈 서버 URL/세션 토큰, 선택적 사용자 메모리 텍스트. 이 영역은 Chrome이 전송 시 암호화하며 동일한 Google 계정으로 로그인된 다른 Chrome 브라우저와 동기화됩니다(Google 개인정보처리방침 적용). |
chrome.storage.local | 대화 기록, 번호가 부여된 저장된 대화, 현재 대화 ID, 모드 플래그(검색/이미지 모드), 서버 프로필 캐시, 이미지 생성 프롬프트 템플릿. |
IndexedDB (midler_images) | 첨부 또는 생성된 이미지와 파일(DOCX/PDF 등). 정리 용도로 대화 ID와 연결됩니다. |
3 제3자 AI 프로바이더로 전송되는 데이터
채팅 메시지 전송, 번역, 이미지 생성, 페이지 요약 등 AI 기능을 호출하면 midler는 사용자가 설정한 AI 프로바이더에 브라우저에서 직접 전송합니다. 이러한 요청은 당사 서버를 경유하지 않습니다. 전송 데이터는 동작에 따라 다릅니다.
| 프로바이더 | 전송 데이터 | 전송 시점 | 해당 프로바이더의 개인정보처리방침 |
|---|---|---|---|
| OpenAI (GPT, DALL-E, gpt-image) | 프롬프트, 대화 기록, 첨부 이미지, 파일 내용, 모델명, OpenAI API 키(Bearer 헤더) | OpenAI로 라우팅된 메시지/이미지 생성/기능 호출 시 | openai.com/privacy |
| Anthropic (Claude) | 프롬프트, 대화 기록, 첨부 이미지, 파일 내용, 모델명, Anthropic API 키 | Claude로 라우팅 시 | anthropic.com/privacy |
| Google (Gemini, Nano Banana / Imagen) | 프롬프트, 대화 기록, 첨부 이미지, 파일 내용, 모델명, Google AI API 키 | Gemini 채팅/이미지 생성 호출 시 | policies.google.com/privacy |
| Perplexity | 검색 질의/채팅 프롬프트, 대화 기록, 모델명, Perplexity API 키 | 검색 모드 또는 Perplexity 라우팅 시 | perplexity.ai/privacy |
| 로컬 AI (Ollama / LM Studio 등) | 프롬프트, 대화 기록, 첨부 이미지(사용자가 지정한 URL — 일반적으로 localhost — 로만 전송) |
로컬 AI로 라우팅 시 | 해당 없음 — 사용자 환경에서 실행 |
| 커스텀 LLM (사용자 정의) | 사용자가 설정한 API URL로만 전송되는 프롬프트 및 요청 데이터 | 커스텀 LLM 선택 시 | 해당 엔드포인트 운영자의 정책 적용 |
API 키는 사용자 기기에 저장되며, 해당 프로바이더로 향하는 요청에만 첨부됩니다. 데이터는 사용자가 명시적으로 동작을 시작할 때만 전송되며, 백그라운드 데이터 전송은 발생하지 않습니다.
4 조직의 엔터프라이즈 서버로 전송되는 데이터(선택)
엔터프라이즈 서버는 선택 사항입니다. 서버 URL이 설정되고(주로 IT 관리자가) 사용자가 로그인한 경우에만 활성화됩니다. 활성화 시 다음 데이터가 조직 소유·운영의 서버(당사 소유 아님)로 전송됩니다.
- 인증: 서버 URL, 사용자명, 비밀번호(HTTPS 로그인 시), 갱신 토큰, 비밀번호 변경 요청, 비밀번호 재설정 이메일.
- 프로필 동기화: 정책, LLM 라우팅, 이미지 생성 기본값, 허용 파일 포맷, ACL/보안 설정, 로깅 설정, 브랜딩 등 관리자 설정 다운로드.
- 사용 텔레메트리: AI 요청별 — 기능 유형(chat/search/image/translation/file_analysis/title_gen/RAG/Gen-Design/Report-Gen 등), 프로바이더명, 모델명, 응답 시간, 요청/응답 텍스트 발췌(각각 최대 5,000자). 텍스트 발췌에는 개인 통신 내용 및 업로드 콘텐츠 일부가 포함될 수 있습니다. 로깅 범위는 관리자가 구성합니다.
- 사용자 메모리: "내 메모리"에 저장된 노트는 다중 기기 동기화를 위해 서버에 업로드됩니다.
- 정책 제출: "정책 제출" 기능을 통해 사용자가 등록한 정책 제안.
엔터프라이즈 서버는 사용자의 조직이 운영합니다. midler 개발자는 해당 서버의 데이터를 수신하거나 접근할 수 없습니다. 보존 기간 및 접근 통제는 조직의 개인정보처리방침을 확인해 주세요.
5 사내 AI(RAG) 검색(선택)
관리자가 "사내 AI 검색" 기능을 활성화한 경우, 사용자의 검색 질의와 선택된 서비스 ID는 조직이 운영하는 RAG 엔드포인트로 전송됩니다. 응답(인용/문서 참조 포함)은 브라우저로 반환되어 대화의 일부로 로컬 저장됩니다. 당사로는 어떤 데이터도 전송되지 않습니다.
5b 코드 인터프리터(선택, v1.11부터)
확장 프로그램에는 선택적 "코드 분석" 모드가 포함되어 있어, AI가 생성한 Python 코드를 Pyodide(확장에 번들된 WebAssembly Python 런타임)로 사용자 브라우저에서 로컬 실행할 수 있습니다.
- 코드 실행 위치: 브라우저 내부의 격리된 Web Worker. midler가 운영하는 서버로는 어떤 코드도 전송되지 않습니다. 모든 처리는 로컬에서 수행됩니다.
- AI 프로바이더에 전송되는 것: 사용자 질문, 첨부 파일 메타데이터(파일명·시스템 프롬프트 요약), 코드 실행 결과(stdout 텍스트, 오류 메시지, 반환값). 차트 이미지는 토큰 절약을 위해 AI에 다시 전송되지 않으며, 차트가 생성되었다는 마커만 포함됩니다.
- 첨부 파일: 코드 분석 모드에서 파일을 첨부하면 파일 바이너리가 Pyodide의 메모리 가상 파일시스템에 마운트되어 Python이 읽을 수 있습니다. 파일은 대화 동안 브라우저 IndexedDB에도 저장되며, 대화 삭제 또는 확장 제거 시 자동 정리됩니다.
- 생성된 코드: AI 프로바이더는 기존 채팅 완료 API를 통해 Python 코드를 생성합니다. 사용자는 접힌 "Python 실행" 블록에서 모든 코드 라인을 확인할 수 있습니다.
- Python에서의 외부 HTTP: 생성된 코드는
pyodide.http.pyfetch로 외부 HTTP API를 호출할 수 있습니다. 이러한 호출은 브라우저에서 시작되며 브라우저 CORS 규칙과 확장의 host_permissions 적용을 받습니다. 당사는 이러한 호출을 기록하지 않습니다. - 차트: matplotlib 차트는 브라우저 세션 간 유지를 위해 IndexedDB(
midler_chart_results)에 로컬 저장됩니다. 대화 삭제 시 함께 삭제됩니다. - 번들 분석 패키지: pandas, numpy, matplotlib, openpyxl 등은 확장과 함께 번들됩니다. Chrome Web Store 빌드는 런타임에 PyPI에서 추가 패키지를 다운로드하지 않으며, 모든 휠은 확장 패키지에서 로드됩니다.
6 웹페이지 및 선택 텍스트 접근
midler는 사용자가 명시적으로 호출한 경우에만 웹페이지 콘텐츠에 접근합니다.
- 웹페이지와 대화 / 페이지 요약 / 페이지 번역 — 활성 탭의 텍스트를 추출해 사용자가 설정한 AI 프로바이더에 전송합니다.
- 포인트 근처 요약 / 번역 — 우클릭한 위치 인근의 텍스트를 추출합니다.
- 선택영역 검색 / 번역 — 사용자가 강조한 텍스트를 사용합니다.
- 이미지 분석(우클릭) — 선택된 이미지와 인근 텍스트를 AI 프로바이더로 전송합니다.
- 플로팅 작문 도우미 — 활성 페이지에 작은 UI 오버레이를 삽입하며, 입력한 텍스트는 AI 프로바이더로 전송됩니다.
웹페이지 콘텐츠는 당사가 중앙에 보관하지 않습니다. AI 응답은 사용자의 로컬 대화 기록에만 저장됩니다.
7 Chrome Sync(Google)를 통한 데이터 공유
chrome.storage.sync에 저장된 설정은 Chrome에 의해 암호화되어 동일 Google 계정으로 로그인된 다른 브라우저와 동기화됩니다. 이는 Google 개인정보처리방침의 적용을 받습니다. 동기화를 원치 않으면 Chrome Sync에서 로그아웃하거나 확장 프로그램 동기화를 비활성화할 수 있습니다.
8 공유하지 않는 데이터
- 광고주·데이터 브로커에게 데이터를 판매·임대·교환하지 않습니다.
- 분석/추적 서비스와 데이터를 공유하지 않습니다.
- 사용자 데이터를 머신러닝 모델 학습에 사용하지 않습니다.
- midler 자체 개발자는 사용자 설치본의 데이터를 수신하지 않으며, 개발자 운영 백엔드가 존재하지 않습니다.
9 요청하는 권한
- storage — 설정 및 대화 기록을 로컬 및 Chrome Sync에 저장.
- sidePanel — Chrome 사이드 패널에 채팅 인터페이스 표시.
- activeTab — 번역/요약/페이지 대화 시 활성 탭 텍스트 읽기.
- scripting — 작문 도우미 오버레이 및 페이지 번역 기능 삽입.
- contextMenus — 선택 기반 AI 동작용 우클릭 메뉴 제공.
- tabs — URL 기반 정책 평가를 위해 활성 탭 URL 조회.
- host_permissions(모든 URL) — 어떤 페이지에서도 작문 도우미 삽입 및 사용자 지정 도메인 포함 AI 프로바이더 API 호출에 필요.
10 데이터 보안
- AI 프로바이더 및 엔터프라이즈 서버에 대한 모든 네트워크 호출은 HTTPS를 사용합니다.
- API 키는
chrome.storage.sync에 저장되며, 해당 AI 프로바이더 외 어떤 당사자에게도 전송되지 않습니다. - 최소 권한 원칙을 따릅니다. 데이터는 호출한 기능의 목적지로만 전송됩니다.
- 확장 프로그램에 입력한 API 키 및 자격 증명의 보안은 사용자 책임입니다.
11 데이터 보존 및 사용자 권리
로컬 데이터는 사용자가 삭제하거나 확장 프로그램을 제거할 때까지 유지됩니다. 사용자는 언제든 다음을 수행할 수 있습니다.
- 대화 기록 패널에서 개별 대화 또는 고정되지 않은 모든 대화 삭제.
- 이미지·파일·갤러리 항목 삭제.
- 설정 페이지에서 모든 설정 초기화.
- 엔터프라이즈 서버에서 로그아웃(프로필 캐시 제거).
- "백업/복원" 기능으로 단일
.midler-backup파일 내보내기/가져오기. - 확장 프로그램 제거(IndexedDB 이미지 포함 모든 로컬 데이터 삭제).
엔터프라이즈 서버에 저장된 데이터는 조직의 보존 정책을 따릅니다. 해당 데이터에 대한 권리(열람·정정·삭제·내보내기) 행사는 조직 관리자에게 문의해 주세요.
12 아동 개인정보
midler는 13세 미만 아동을 대상으로 하지 않으며, 아동의 데이터를 의도적으로 수집하지 않습니다. 아동이 midler를 통해 데이터를 제공한 것으로 의심되는 경우, 로컬 삭제 안내를 위해 당사로 연락해 주세요.
13 국제 데이터 전송
제3자 AI 프로바이더 사용 시 데이터가 사용자의 거주 국가 외부에서 처리될 수 있으며, 이는 각 프로바이더의 개인정보처리방침을 따릅니다. 3절의 링크된 정책을 검토해 주세요.
14 본 방침의 변경
확장 프로그램의 발전에 따라 본 방침이 갱신될 수 있습니다. 중대한 변경은 "최종 업데이트" 날짜에 반영되며, 필요한 경우 제품 내에서 안내됩니다. 갱신 이후 계속 사용하는 경우 변경된 방침에 동의한 것으로 간주됩니다.
15 연락처
본 개인정보 처리방침에 대한 문의·민원·데이터 관련 요청은 아래 채널로 연락해 주세요.
엔터프라이즈 사용자는 엔터프라이즈 서버에 저장된 데이터에 관해서는 조직 관리자에게 문의해 주세요.