AI 产品解读AI-powered property management assistant that integrates with CRM platforms to display tasks, notifications, and resident/prospect communications in a browser side panel
Helps property managers and leasing agents stay on top of resident communications and tasks across multiple CRM platforms (Yardi, ResMan, KnockCRM, Entrata) by providing real-time notifications and a unified task view
User authenticates with Elise platform, extension runs in background polling for tasks via Elise API, badge shows task count, clicking extension opens side panel with task details, desktop notifications alert user to new tasks. Content scripts inject into CRM websites (Yardi, ResMan, KnockCRM, Entrata) to enhance workflow.
Displays pending tasks in Chrome side panelShows badge count of outstanding tasks on extension iconSends desktop notifications for new tasksPolls for new tasks every 90 secondsIntegrates with major property management CRMs (Yardi, ResMan, KnockCRM, Entrata)Tracks task types: missed calls, replies needed, lease generation, notices to vacate, eviction risks, collections escalations, and more
- 目标用户
- Property managers / Leasing agents / Residential property management staff / Users of EliseAI platform
- Store detail unavailable due to API error - relying solely on source code analysis
- popup.bundle.js is 1MB+ minified making detailed UI analysis difficult
- Cannot determine if extension has its own login UI or delegates entirely to Elise web app
付费分析未识别到付费功能
No evidence of paid features within the extension itself. All 'pro' and 'license' keyword matches are false positives from React library code and MIT license headers. No matches for premium, subscription, billing, or payment platform integrations (Stripe, PayPal, etc.). The extension appears to be a free companion tool for the EliseAI platform, though Elise may have its own business plans.
- 置信度
- 85
- 支付平台
- --
- 来源
- AI / 高
- 需要登录
- 是
- 登录理由
- The extension requires a valid JWT token from the Elise platform (app.meetelise.com) stored in chrome.storage.session. The background script decodes the JWT to extract orgId, userId, email, and auth0Id, checks token expiration, and uses it for Authorization: Bearer headers when calling Elise API endpoints. If the token is expired or missing, the extension cannot fetch tasks or function.