隐私政策
1. 概述
本隐私政策适用于“及和 JSON/JS 格式化阅读器”(以下简称“本扩展”),说明本扩展在提供 JSON/JavaScript 阅读、代码格式化和编码转换功能时如何处理信息。
2. 我们不收集的信息
本扩展不建立用户账号,也不收集或传输以下信息:
- 姓名、邮箱、电话号码、地址等个人身份信息;
- 浏览历史、搜索记录、访问网站列表或广告标识符;
- 网页表单、密码、Cookie、身份凭据或支付信息;
- 用户粘贴或打开的 JSON、JavaScript、HTML、CSS、XML、Python、JWT、文件及编码内容;
- 设备标识符、精确位置、使用分析、崩溃遥测或行为统计。
3. 本地处理与存储
3.1 内容处理
当本扩展识别原始 JSON、JSONP 或 JavaScript 页面,或用户在工作台中输入内容时,相关内容仅在当前 Chrome 浏览器进程中处理,不会发送至上海及和网络科技有限公司或任何第三方服务器。
3.2 用户设置
主题、缩进方式、默认视图、自动识别开关和弹窗模式等偏好通过 Chrome 的 storage API 保存。处理历史保存在扩展页面的浏览器本地存储中,最多保留 20 条,可由用户清空或通过卸载扩展删除。
3.3 文件
用户主动选择的文件仅用于当前本地格式化或 Base64 转换。生成的下载文件由浏览器直接保存,不经过我们的服务器。
4. Chrome 权限用途
activeTab
用于用户从扩展弹窗主动请求处理当前标签页时,与当前页面通信。该权限不用于后台跟踪浏览行为。
storage
用于保存上述用户偏好。扩展不会在该存储中保存密码、令牌或网页正文。
<all_urls> 主机权限
开发者可能在任意域名、内网地址或本地开发地址直接打开 JSON、JSONP 或 JavaScript,因此本扩展需要在这些页面上判断内容类型并提供阅读增强。普通网页不会被替换;页面内容仅在本地判断和渲染,不会上传。
5. 数据共享、出售与第三方服务
我们不出售、出租或共享用户数据。本扩展不包含广告 SDK、分析 SDK、远程代码、云端格式化服务或第三方跟踪器。
6. 用户控制
- 可随时关闭 JSON 或 JavaScript 自动识别;
- 可清空工作台本地历史;
- 可通过 Chrome 扩展管理页清除扩展数据或卸载扩展;
- 本地文件访问需由用户在 Chrome 扩展详情页主动开启。
7. 安全措施
本扩展使用 Manifest V3,不加载远程脚本;展示 JSON 值时采用文本节点写入,避免把输入作为 HTML 执行;自动处理设有文件大小限制。JWT 功能仅做只读解码,不验证签名,也不会向网络发送令牌。
8. 儿童隐私
本扩展面向开发者工具场景,不以儿童为目标用户,也不会故意收集任何儿童个人信息。
9. 政策更新
当扩展的数据处理方式或权限发生实质变化时,我们会更新本页面的日期和内容,并按 Chrome Web Store 要求提供通知或重新接受审核。
10. 联系我们
如对本隐私政策有疑问,请联系上海及和网络科技有限公司:web@ijihe.com。
Privacy Policy
1. Data handling
The extension has no user accounts, advertising, analytics, telemetry, remote code, or cloud processing service. Content opened or entered by the user stays on the device.
2. Local storage
Chrome storage is used only for preferences such as theme, indentation, default view, automatic detection, and popup mode. Up to 20 processing-history entries may be kept in local browser storage and can be cleared by the user.
3. Permissions
activeTab supports user-initiated handling of the current tab. storage saves preferences. <all_urls> is required because raw JSON, JSONP, and JavaScript may be opened on any public, intranet, or local development URL. Content is inspected and rendered locally and is not transmitted.
4. Sharing and sale
We do not sell, rent, or share user data. The extension does not include third-party trackers.
5. User control and contact
Users can disable automatic detection, clear local history, remove extension data, or uninstall the extension at any time. Questions may be sent to web@ijihe.com.