AI 产品解读Chrome extension that adds one-click tour selection buttons to tour operator booking systems, enabling travel agency managers to quickly compile tour comparison tables for tourists
Automates the manual and time-consuming process of creating tour comparison/selection sheets by letting managers click checkmarks directly in booking system pages to build a unified summary table
Manager installs extension → browses tour operator booking systems (e.g., online tour search platforms) → extension detects supported pages and adds checkmark buttons → manager clicks checkmarks to select tours → selected tours are sent to podborka-turov.ru backend and compiled into a basket → manager clicks extension popup to preview the comparison table → comparison table is shared with tourist for decision-making
Adds checkmark buttons next to each tour in supported tour operator booking systems for one-click selectionAutomatically extracts detailed tour data (hotel, dates, nights, meal plan, room type, prices, flight class, etc.) from booking system pagesManages multiple tour baskets with badge counts showing selected tour quantitiesDisplays hotel ratings with color-coded indicators from ratings.podborka-turov.ruGenerates preview/comparison tables viewable via popup iframe from podborka-turov.ruSupports export of tour data to МоиДокументы-Туризм document management system
- 目标用户
- Travel agency managers / Tour operators' sales staff
- Cannot confirm whether podborka-turov.ru service itself is free or paid - extension code shows no payment gates but the service likely has business pricing as a B2B SaaS
- The 'auth' checks are for the ratings API only; core tour-adding uses implicit cookie-based session auth whose login page is on the website, not in the extension
- Cannot verify which specific tour operator booking systems are supported as the site configuration is fetched dynamically from the server (get-json-data endpoint)
付费分析未识别到付费功能
No direct evidence of paid features, payment gates, subscription checks, or billing APIs within the extension source code. All 'pro' keyword matches were false positives (processActions, processStartup, etc.). The extension itself does not implement any upgrade prompts, Stripe/billing integrations, or feature gating. However, podborka-turov.ru is a B2B SaaS platform for travel agencies that likely has paid plans (the service collects tour data and manages baskets server-side), but this pricing is at the destination service level, not within the extension itself.
- 置信度
- 70
- 支付平台
- --
- 来源
- AI / 高
- 需要登录
- 是
- 登录理由
- The extension's core workflow (adding tours to a basket, viewing preview, loading ratings) all communicate with podborka-turov.ru backend APIs using browser cookie-based auth. The getRatings function explicitly checks response.data.auth != 'ok' (content-script.js:482,710; service_worker.js:345,375). The popup embeds an iframe to https://podborka-turov.ru/embded/preview (preview.html:11) which renders user-specific basket data. Tour additions are POSTed to https://podborka-turov.ru/embded/tour-item-add (service_worker.js:184-187). The service URLs reference '/cabinet/' paths indicating a logged-in dashboard. No login UI exists in the extension itself - authentication is handled entirely by the podborka-turov.ru web service via browser cookies.