AI 产品解读Insurance quotation redirect and auto-login companion for the QuiverPlus/QuiverMax broker platform
Eliminates the manual, time-consuming process for insurance brokers to navigate to 40+ different Brazilian insurance company portals, enter credentials, and locate specific quotations. Automates the entire login-to-quotation workflow.
1) Broker is logged into QuiverPlus/QuiverMax platform and initiates a quotation redirect for a specific insurance company. 2) The platform sends a message (via chrome.runtime.onMessageExternal) with company code (ciaCodigo) and credentials (login/acesso). 3) The extension receives the message and routes to the correct insurer function based on company code. 4) A new tab opens to the insurance company's portal login page. 5) The extension auto-fills credentials and clicks login. 6) After login, it navigates to the specific quotation using the quotation number.
Automatic redirect from Quiver platform to insurance company quotation portalsAuto-fill and submit login credentials on 40+ Brazilian insurer websites (Bradesco, Allianz, Porto Seguro, Sul America, Zurich, Liberty, HDI, etc.)Direct navigation to specific quotations using quotation numbersSimulated typing for sites with anti-autofill protectionsSupport for multiple insurance company portals via company code routing
- 目标用户
- Insurance brokers (corretores de seguros) in Brazil using QuiverPlus/QuiverMax platform
- The max-redirect.min.js is minified/concatenated and imports ~40 individual company scripts (ciaAIG.js, ciaAlfa.js, etc.) that are not present in the package - these may contain additional functionality
- Cannot verify whether QuiverPlus/QuiverMax platform itself requires paid subscription
- The auto-update.xml references a Google Sites URL which seems unrelated/suspicious but appears to be a leftover artifact
付费分析未识别到付费功能
No evidence of payment, subscription, premium, billing, stripe, upgrade, or feature gating found anywhere in the extension source code. No payment platform integrations detected. The keyword matches for 'pro', 'token', 'license' are all from jQuery library internals (CSS tokenizer, prototype references, MIT license) and are not related to paid features. The extension appears to be a free companion tool for QuiverPlus/QuiverMax platform users.
- 置信度
- 90
- 支付平台
- --
- 来源
- AI / 高
- 需要登录
- 是
- 登录理由
- The extension's core workflow requires the user to be logged into the QuiverPlus/QuiverMax platform (quiverplus.net.br, quivermax.net.br, maxcalc.com.br, etc.). The platform passes insurance company credentials (login/acesso) to the extension via sessionStorage and chrome.runtime.onMessageExternal. Without being logged into the Quiver platform, the extension cannot receive company codes or credentials and has no functionality. Evidence: start.js lines 65-69 reads 'dadosExtensao' from sessionStorage containing 'login' and 'acesso' fields; max-redirect.min.js listens for external messages with 'ciaCodigo' from Quiver domains; content scripts only match Quiver platform domains.