AI 产品解读Sync Chrome bookmarks on Windows with Safari bookmarks on Apple devices (iPhone, iPad, Mac) via iCloud
Keeps bookmarks in sync across Apple and Windows ecosystems so users can switch between devices without losing their saved bookmarks
1. User installs extension on Windows Chrome. 2. Extension connects to iCloud for Windows via native messaging (com.apple.bookmarks). 3. If iCloud for Windows is not installed, popup shows download prompt linking to Apple support. 4. If installed but not configured, popup prompts to enable Bookmarks in iCloud for Windows. 5. Extension listens to chrome.bookmarks events (created, removed, changed, moved, reordered) and relays changes to iCloud for Windows, which syncs to Apple devices.
Two-way bookmark sync between Chrome (Windows) and Safari (iPhone/iPad/Mac) via iCloudReal-time bookmark change detection and propagation using native messaging with iCloud for WindowsAutomatic bookmark tree building and synchronizationMulti-language support (40+ locales)
- 目标用户
- Windows users who also use Apple devices (iPhone, iPad, Mac) / Users who want their Chrome bookmarks synced with Safari bookmarks via iCloud
- Extension source is minified (background.js, popup.js) making some logic harder to trace, but key flows are clear.
- Cannot verify the native messaging host (com.apple.bookmarks) behavior from extension source alone—relies on iCloud for Windows desktop app being installed.
付费分析未识别到付费功能
The extension is completely free with no premium tiers, subscription prompts, payment processing, or feature gating. The 'pro' keyword matches in static analysis are from Czech locale strings like 'iCloud pro Windows' (meaning 'iCloud for Windows'), not a paid tier. iCloud itself offers paid storage but the extension does not gate any functionality behind payment.
- 置信度
- 95
- 支付平台
- --
- 来源
- AI / 高
- 需要登录
- 需要复核
- 登录理由
- The extension communicates with iCloud for Windows via native messaging (com.apple.bookmarks). The popup has a 'signinPage' state (popup.js case 1) that shows 'Enable Bookmarks in iCloud for Windows' and a button that launches iCloud for Windows via CmdLaunchiCP. The native iCloud app requires the user to be signed in with an Apple ID for bookmark sync to function. The extension itself does not implement its own login UI—it delegates authentication to the iCloud for Windows desktop application.
存在冲突