@adminide-stack/yantra-help-browser 12.0.16-alpha.6 → 12.0.16
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/lib/components/HelpCenterFooter.d.ts.map +1 -1
- package/lib/components/HelpCenterFooter.js +186 -90
- package/lib/components/HelpCenterFooter.js.map +1 -1
- package/lib/components/HelpCenterHeader.d.ts +1 -5
- package/lib/components/HelpCenterHeader.d.ts.map +1 -1
- package/lib/components/HelpCenterHeader.js +123 -69
- package/lib/components/HelpCenterHeader.js.map +1 -1
- package/lib/components/Icons.d.ts +55 -0
- package/lib/components/Icons.d.ts.map +1 -0
- package/lib/components/Icons.js +186 -0
- package/lib/components/Icons.js.map +1 -0
- package/lib/components/Logo.d.ts +1 -2
- package/lib/components/Logo.d.ts.map +1 -1
- package/lib/components/Logo.js +5 -8
- package/lib/components/Logo.js.map +1 -1
- package/lib/components/PageHero.d.ts +9 -0
- package/lib/components/PageHero.d.ts.map +1 -0
- package/lib/components/PageHero.js +47 -0
- package/lib/components/PageHero.js.map +1 -0
- package/lib/components/SearchBar.d.ts +8 -0
- package/lib/components/SearchBar.d.ts.map +1 -0
- package/lib/components/SearchBar.js +262 -0
- package/lib/components/SearchBar.js.map +1 -0
- package/lib/components/SidebarSearch.d.ts +8 -0
- package/lib/components/SidebarSearch.d.ts.map +1 -0
- package/lib/components/SidebarSearch.js +114 -0
- package/lib/components/SidebarSearch.js.map +1 -0
- package/lib/components/navbar/index.d.ts.map +1 -1
- package/lib/components/navbar/index.js +32 -36
- package/lib/components/navbar/index.js.map +1 -1
- package/lib/compute.d.ts +17 -0
- package/lib/compute.d.ts.map +1 -1
- package/lib/compute.js +111 -3
- package/lib/compute.js.map +1 -1
- package/lib/pages/About/index.d.ts +3 -0
- package/lib/pages/About/index.d.ts.map +1 -0
- package/lib/pages/About/index.js +69 -0
- package/lib/pages/About/index.js.map +1 -0
- package/lib/pages/Blog/index.d.ts +3 -0
- package/lib/pages/Blog/index.d.ts.map +1 -0
- package/lib/pages/Blog/index.js +172 -0
- package/lib/pages/Blog/index.js.map +1 -0
- package/lib/pages/BlogPost/index.d.ts +3 -0
- package/lib/pages/BlogPost/index.d.ts.map +1 -0
- package/lib/pages/BlogPost/index.js +209 -0
- package/lib/pages/BlogPost/index.js.map +1 -0
- package/lib/pages/Careers/index.d.ts +3 -0
- package/lib/pages/Careers/index.d.ts.map +1 -0
- package/lib/pages/Careers/index.js +78 -0
- package/lib/pages/Careers/index.js.map +1 -0
- package/lib/pages/CategoryCollection/index.d.ts.map +1 -1
- package/lib/pages/CategoryCollection/index.js +86 -80
- package/lib/pages/CategoryCollection/index.js.map +1 -1
- package/lib/pages/Community/index.d.ts +3 -0
- package/lib/pages/Community/index.d.ts.map +1 -0
- package/lib/pages/Community/index.js +72 -0
- package/lib/pages/Community/index.js.map +1 -0
- package/lib/pages/Contact/index.d.ts +3 -0
- package/lib/pages/Contact/index.d.ts.map +1 -0
- package/lib/pages/Contact/index.js +128 -0
- package/lib/pages/Contact/index.js.map +1 -0
- package/lib/pages/GetStarted/components/ExampleCard.d.ts.map +1 -1
- package/lib/pages/GetStarted/components/GetStartedHero.d.ts.map +1 -1
- package/lib/pages/GetStarted/components/InfoSection.d.ts.map +1 -1
- package/lib/pages/GetStarted/components/TipCard.d.ts.map +1 -1
- package/lib/pages/GetStarted/components/UseCase.d.ts.map +1 -1
- package/lib/pages/GetStarted/index.d.ts.map +1 -1
- package/lib/pages/GetStarted/index.js +333 -713
- package/lib/pages/GetStarted/index.js.map +1 -1
- package/lib/pages/HelpCenter/components/HelpCategoryCard.d.ts +2 -0
- package/lib/pages/HelpCenter/components/HelpCategoryCard.d.ts.map +1 -1
- package/lib/pages/HelpCenter/components/HelpCategoryCard.js +154 -68
- package/lib/pages/HelpCenter/components/HelpCategoryCard.js.map +1 -1
- package/lib/pages/HelpCenter/components/Icons.d.ts +10 -0
- package/lib/pages/HelpCenter/components/Icons.d.ts.map +1 -1
- package/lib/pages/HelpCenter/components/Icons.js +338 -78
- package/lib/pages/HelpCenter/components/Icons.js.map +1 -1
- package/lib/pages/HelpCenter/components/PopularArticle.d.ts +3 -0
- package/lib/pages/HelpCenter/components/PopularArticle.d.ts.map +1 -1
- package/lib/pages/HelpCenter/components/PopularArticle.js +22 -37
- package/lib/pages/HelpCenter/components/PopularArticle.js.map +1 -1
- package/lib/pages/HelpCenter/index.d.ts.map +1 -1
- package/lib/pages/HelpCenter/index.js +261 -44
- package/lib/pages/HelpCenter/index.js.map +1 -1
- package/lib/pages/HelpCenter/mockData.d.ts +16 -0
- package/lib/pages/HelpCenter/mockData.d.ts.map +1 -1
- package/lib/pages/HelpCenter/mockData.js +83 -12
- package/lib/pages/HelpCenter/mockData.js.map +1 -1
- package/lib/pages/LandingPage/components/ArticleCard.d.ts +2 -2
- package/lib/pages/LandingPage/components/ArticleCard.d.ts.map +1 -1
- package/lib/pages/LandingPage/components/ArticleCard.js +31 -20
- package/lib/pages/LandingPage/components/ArticleCard.js.map +1 -1
- package/lib/pages/LandingPage/components/Assets.d.ts.map +1 -1
- package/lib/pages/LandingPage/components/CategoriesSection.d.ts +2 -1
- package/lib/pages/LandingPage/components/CategoriesSection.d.ts.map +1 -1
- package/lib/pages/LandingPage/components/CategoriesSection.js +33 -23
- package/lib/pages/LandingPage/components/CategoriesSection.js.map +1 -1
- package/lib/pages/LandingPage/components/CategoryCard.d.ts +1 -1
- package/lib/pages/LandingPage/components/CategoryCard.d.ts.map +1 -1
- package/lib/pages/LandingPage/components/CategoryCard.js +35 -13
- package/lib/pages/LandingPage/components/CategoryCard.js.map +1 -1
- package/lib/pages/LandingPage/components/FeaturedSection.d.ts +2 -1
- package/lib/pages/LandingPage/components/FeaturedSection.d.ts.map +1 -1
- package/lib/pages/LandingPage/components/FeaturedSection.js +24 -9
- package/lib/pages/LandingPage/components/FeaturedSection.js.map +1 -1
- package/lib/pages/LandingPage/components/HeroSection.d.ts +1 -7
- package/lib/pages/LandingPage/components/HeroSection.d.ts.map +1 -1
- package/lib/pages/LandingPage/components/HeroSection.js +108 -40
- package/lib/pages/LandingPage/components/HeroSection.js.map +1 -1
- package/lib/pages/LandingPage/components/ResourceCard.d.ts +1 -1
- package/lib/pages/LandingPage/components/ResourceCard.d.ts.map +1 -1
- package/lib/pages/LandingPage/components/ResourceCard.js +24 -19
- package/lib/pages/LandingPage/components/ResourceCard.js.map +1 -1
- package/lib/pages/LandingPage/components/ResourcesSection.d.ts +2 -2
- package/lib/pages/LandingPage/components/ResourcesSection.d.ts.map +1 -1
- package/lib/pages/LandingPage/components/ResourcesSection.js +28 -14
- package/lib/pages/LandingPage/components/ResourcesSection.js.map +1 -1
- package/lib/pages/LandingPage/index.d.ts.map +1 -1
- package/lib/pages/LandingPage/index.js +189 -130
- package/lib/pages/LandingPage/index.js.map +1 -1
- package/lib/pages/Markdown/MarkdownPageLayout.d.ts +3 -0
- package/lib/pages/Markdown/MarkdownPageLayout.d.ts.map +1 -0
- package/lib/pages/Markdown/MarkdownPageLayout.js +318 -0
- package/lib/pages/Markdown/MarkdownPageLayout.js.map +1 -0
- package/lib/pages/Markdown/MarkdownPageWithParams.d.ts +9 -0
- package/lib/pages/Markdown/MarkdownPageWithParams.d.ts.map +1 -0
- package/lib/pages/Markdown/MarkdownPageWithParams.js +65 -0
- package/lib/pages/Markdown/MarkdownPageWithParams.js.map +1 -0
- package/lib/pages/Markdown/index.d.ts +3 -0
- package/lib/pages/Markdown/index.d.ts.map +1 -0
- package/lib/pages/Markdown/index.js +5 -0
- package/lib/pages/Markdown/index.js.map +1 -0
- package/lib/pages/Privacy/index.d.ts +3 -0
- package/lib/pages/Privacy/index.d.ts.map +1 -0
- package/lib/pages/Privacy/index.js +449 -0
- package/lib/pages/Privacy/index.js.map +1 -0
- package/lib/pages/ReleaseNotes/index.d.ts +3 -0
- package/lib/pages/ReleaseNotes/index.d.ts.map +1 -0
- package/lib/pages/ReleaseNotes/index.js +61 -0
- package/lib/pages/ReleaseNotes/index.js.map +1 -0
- package/lib/pages/StatusPage/index.d.ts +3 -0
- package/lib/pages/StatusPage/index.d.ts.map +1 -0
- package/lib/pages/StatusPage/index.js +85 -0
- package/lib/pages/StatusPage/index.js.map +1 -0
- package/lib/pages/Terms/index.d.ts +3 -0
- package/lib/pages/Terms/index.d.ts.map +1 -0
- package/lib/pages/Terms/index.js +60 -0
- package/lib/pages/Terms/index.js.map +1 -0
- package/lib/routes.json +138 -1
- package/lib/templates/content/account-management/account-setup.md +83 -0
- package/lib/templates/content/account-management/delete-account.md +81 -0
- package/lib/templates/content/account-management/preferences.md +98 -0
- package/lib/templates/content/account-management/privacy-settings.md +94 -0
- package/lib/templates/content/account-management/profile-settings.md +78 -0
- package/lib/templates/content/ai-employees/ai-employees-overview.md +97 -0
- package/lib/templates/content/ai-employees/getting-started-ai-employees.md +119 -0
- package/lib/templates/content/ai-employees/how-ai-employees-work.md +123 -0
- package/lib/templates/content/ai-employees/supervised-mode.md +141 -0
- package/lib/templates/content/blog/how-yantra-browser-automates-workflows.md +120 -0
- package/lib/templates/content/blog/introducing-yantra-browser.md +90 -0
- package/lib/templates/content/blog/yantra-browser-productivity-tips.md +98 -0
- package/lib/templates/content/browser-extension/browser-extension-overview.md +60 -0
- package/lib/templates/content/browser-extension/extension-security.md +126 -0
- package/lib/templates/content/browser-extension/getting-started-extension.md +96 -0
- package/lib/templates/content/browser-extension/how-it-works.md +112 -0
- package/lib/templates/content/browser-extension/troubleshooting-extension.md +138 -0
- package/lib/templates/content/browser-extension/use-cases-workflows.md +123 -0
- package/lib/templates/content/content-manifest.json +6245 -0
- package/lib/templates/content/data-privacy/data-collection.md +78 -0
- package/lib/templates/content/data-privacy/privacy-policy.md +100 -0
- package/lib/templates/content/data-subject-privacy/data-access.md +90 -0
- package/lib/templates/content/data-subject-privacy/data-portability.md +97 -0
- package/lib/templates/content/data-subject-privacy/privacy-requests.md +95 -0
- package/lib/templates/content/file-uploads/file-upload-overview.md +93 -0
- package/lib/templates/content/getting-started/getting-started-guide.md +88 -0
- package/lib/templates/content/integrations/crm-integrations.md +130 -0
- package/lib/templates/content/integrations/github-integration.md +95 -0
- package/lib/templates/content/integrations/integrations-overview.md +142 -0
- package/lib/templates/content/integrations/monitoring-integrations.md +109 -0
- package/lib/templates/content/integrations/productivity-integrations.md +129 -0
- package/lib/templates/content/integrations/slack-integration.md +79 -0
- package/lib/templates/content/openclaw/openclaw-architecture.md +202 -0
- package/lib/templates/content/openclaw/openclaw-contribution.md +107 -0
- package/lib/templates/content/openclaw/openclaw-overview.md +152 -0
- package/lib/templates/content/platform-features/always-watching.md +63 -0
- package/lib/templates/content/platform-features/instant-context.md +67 -0
- package/lib/templates/content/platform-features/instant-onboarding.md +80 -0
- package/lib/templates/content/platform-features/platform-overview.md +58 -0
- package/lib/templates/content/platform-features/proactive-alerts.md +88 -0
- package/lib/templates/content/platform-features/smart-escalation.md +93 -0
- package/lib/templates/content/product-features/ai-models.md +89 -0
- package/lib/templates/content/product-features/collaboration-tools.md +88 -0
- package/lib/templates/content/product-features/conversation-features.md +76 -0
- package/lib/templates/content/product-features/export-features.md +87 -0
- package/lib/templates/content/product-features/follow-up-questions.md +82 -0
- package/lib/templates/content/product-features/real-time-search.md +84 -0
- package/lib/templates/content/product-features/saved-searches.md +75 -0
- package/lib/templates/content/product-features/search-features.md +82 -0
- package/lib/templates/content/product-features/search-history.md +86 -0
- package/lib/templates/content/product-features/source-citations.md +100 -0
- package/lib/templates/content/scope-api/api-overview.md +104 -0
- package/lib/templates/content/search-modes/deep-research.md +109 -0
- package/lib/templates/content/search-modes/labs-features.md +81 -0
- package/lib/templates/content/search-modes/pro-search.md +75 -0
- package/lib/templates/content/search-modes/regular-search.md +86 -0
- package/lib/templates/content/security-compliance/audit-trail.md +112 -0
- package/lib/templates/content/security-compliance/compliance.md +120 -0
- package/lib/templates/content/security-compliance/data-encryption.md +94 -0
- package/lib/templates/content/security-compliance/security-overview.md +186 -0
- package/lib/templates/content/security-compliance/vm-isolation.md +126 -0
- package/lib/templates/content/solutions-engineering/bug-tracking-context.md +126 -0
- package/lib/templates/content/solutions-engineering/engineering-overview.md +107 -0
- package/lib/templates/content/solutions-engineering/error-monitoring.md +120 -0
- package/lib/templates/content/solutions-engineering/institutional-memory.md +120 -0
- package/lib/templates/content/solutions-marketing/brand-monitoring.md +135 -0
- package/lib/templates/content/solutions-marketing/content-automation.md +111 -0
- package/lib/templates/content/solutions-marketing/marketing-overview.md +108 -0
- package/lib/templates/content/solutions-marketing/social-media-management.md +108 -0
- package/lib/templates/content/solutions-sales/call-preparation.md +106 -0
- package/lib/templates/content/solutions-sales/crm-automation.md +119 -0
- package/lib/templates/content/solutions-sales/lead-management.md +108 -0
- package/lib/templates/content/solutions-sales/sales-overview.md +120 -0
- package/lib/templates/content/spaces-library/spaces-overview.md +89 -0
- package/lib/templates/content/student-hub/academic-research.md +106 -0
- package/lib/templates/content/student-hub/student-discounts.md +78 -0
- package/lib/templates/content/student-hub/student-overview.md +86 -0
- package/lib/templates/content/student-hub/study-tools.md +121 -0
- package/lib/templates/content/subscription-billing/billing-cycle.md +71 -0
- package/lib/templates/content/subscription-billing/billing-overview.md +72 -0
- package/lib/templates/content/subscription-billing/billing-support.md +74 -0
- package/lib/templates/content/subscription-billing/currency-support.md +57 -0
- package/lib/templates/content/subscription-billing/enterprise-pricing.md +74 -0
- package/lib/templates/content/subscription-billing/invoice-management.md +86 -0
- package/lib/templates/content/subscription-billing/payment-methods.md +77 -0
- package/lib/templates/content/subscription-billing/promotional-offers.md +81 -0
- package/lib/templates/content/subscription-billing/refund-policy.md +80 -0
- package/lib/templates/content/subscription-billing/student-discounts.md +88 -0
- package/lib/templates/content/subscription-billing/tax-information.md +86 -0
- package/lib/templates/content/technical-questions/ai-models-technical.md +87 -0
- package/lib/templates/content/technical-questions/api-technical.md +158 -0
- package/lib/templates/content/technical-questions/data-processing.md +102 -0
- package/lib/templates/content/technical-questions/database-architecture.md +120 -0
- package/lib/templates/content/technical-questions/infrastructure.md +132 -0
- package/lib/templates/content/technical-questions/performance-optimization.md +105 -0
- package/lib/templates/content/technical-questions/search-algorithms.md +105 -0
- package/lib/templates/content/technical-questions/technical-overview.md +107 -0
- package/lib/templates/content/threads/conversation-management.md +103 -0
- package/lib/templates/content/threads/threads-overview.md +92 -0
- package/lib/templates/content/troubleshooting/common-issues.md +115 -0
- package/lib/templates/content/use-cases/engineering-use-cases.md +123 -0
- package/lib/templates/content/use-cases/marketing-use-cases.md +128 -0
- package/lib/templates/content/use-cases/sales-use-cases.md +123 -0
- package/lib/templates/content/use-cases/support-use-cases.md +120 -0
- package/lib/templates/content/use-cases/use-cases-overview.md +115 -0
- package/lib/templates/content/what-is-yantra/getting-started-yantra.md +85 -0
- package/lib/{content → templates/content}/what-is-yantra/how-yantra-works.md +1 -1
- package/lib/{content → templates/content}/what-is-yantra/practical-tips-yantra.md +2 -1
- package/lib/{content → templates/content}/what-is-yantra/what-is-yantra-intro.md +1 -1
- package/lib/{content → templates/content}/what-is-yantra/yantra-discord-community.md +4 -1
- package/lib/{content → templates/content}/yantra-assistant/android-app.md +10 -0
- package/lib/{content → templates/content}/yantra-assistant/ios-app.md +10 -0
- package/lib/{content → templates/content}/yantra-assistant/mobile-app-overview.md +8 -0
- package/lib/{content → templates/content}/yantra-assistant/voice-assistant.md +10 -0
- package/lib/{content → templates/content}/yantra-enterprise/admin-dashboard.md +10 -0
- package/lib/{content → templates/content}/yantra-enterprise/custom-branding.md +10 -0
- package/lib/{content → templates/content}/yantra-enterprise/dedicated-support.md +10 -0
- package/lib/{content → templates/content}/yantra-enterprise/enterprise-overview.md +8 -0
- package/lib/{content → templates/content}/yantra-enterprise/sso-integration.md +10 -0
- package/lib/{content → templates/content}/yantra-enterprise/user-management.md +10 -0
- package/lib/{content → templates/content}/yantra-pro-max/billing-management.md +13 -0
- package/lib/{content → templates/content}/yantra-pro-max/cancellation-refund.md +13 -0
- package/lib/{content → templates/content}/yantra-pro-max/pro-pricing.md +13 -9
- package/lib/{content → templates/content}/yantra-pro-max/subscription-benefits.md +8 -0
- package/lib/{content → templates/content}/yantra-pro-max/upgrade-process.md +13 -0
- package/lib/{content → templates/content}/yantra-pro-max/yantra-max-features.md +8 -8
- package/lib/{content → templates/content}/yantra-pro-max/yantra-pro-overview.md +8 -8
- package/lib/utils/docsNavigation.d.ts +10 -0
- package/lib/utils/docsNavigation.d.ts.map +1 -0
- package/lib/utils/docsNavigation.js +209 -0
- package/lib/utils/docsNavigation.js.map +1 -0
- package/lib/utils/helpCenterUtils.d.ts.map +1 -1
- package/lib/utils/markdownLoader.d.ts +12 -4
- package/lib/utils/markdownLoader.d.ts.map +1 -1
- package/lib/utils/markdownLoader.js +362 -1163
- package/lib/utils/markdownLoader.js.map +1 -1
- package/package.json +23 -6
- package/lib/content/account-management/account-setup.md +0 -74
- package/lib/content/account-management/delete-account.md +0 -74
- package/lib/content/account-management/preferences.md +0 -73
- package/lib/content/account-management/privacy-settings.md +0 -73
- package/lib/content/account-management/profile-settings.md +0 -59
- package/lib/content/data-privacy/data-collection.md +0 -65
- package/lib/content/data-privacy/privacy-policy.md +0 -73
- package/lib/content/data-subject-privacy/data-access.md +0 -88
- package/lib/content/data-subject-privacy/data-portability.md +0 -108
- package/lib/content/data-subject-privacy/privacy-requests.md +0 -80
- package/lib/content/file-uploads/file-upload-overview.md +0 -65
- package/lib/content/getting-started/getting-started-guide.md +0 -65
- package/lib/content/product-features/ai-models.md +0 -84
- package/lib/content/product-features/collaboration-tools.md +0 -59
- package/lib/content/product-features/conversation-features.md +0 -45
- package/lib/content/product-features/export-features.md +0 -59
- package/lib/content/product-features/follow-up-questions.md +0 -59
- package/lib/content/product-features/real-time-search.md +0 -59
- package/lib/content/product-features/saved-searches.md +0 -59
- package/lib/content/product-features/search-features.md +0 -64
- package/lib/content/product-features/search-history.md +0 -59
- package/lib/content/product-features/source-citations.md +0 -59
- package/lib/content/scope-api/api-overview.md +0 -59
- package/lib/content/search-modes/deep-research.md +0 -60
- package/lib/content/search-modes/labs-features.md +0 -73
- package/lib/content/search-modes/pro-search.md +0 -59
- package/lib/content/search-modes/regular-search.md +0 -60
- package/lib/content/spaces-library/spaces-overview.md +0 -60
- package/lib/content/student-hub/academic-research.md +0 -61
- package/lib/content/student-hub/student-discounts.md +0 -74
- package/lib/content/student-hub/student-overview.md +0 -59
- package/lib/content/student-hub/study-tools.md +0 -59
- package/lib/content/subscription-billing/billing-cycle.md +0 -61
- package/lib/content/subscription-billing/billing-overview.md +0 -45
- package/lib/content/subscription-billing/billing-support.md +0 -59
- package/lib/content/subscription-billing/currency-support.md +0 -73
- package/lib/content/subscription-billing/enterprise-pricing.md +0 -60
- package/lib/content/subscription-billing/invoice-management.md +0 -59
- package/lib/content/subscription-billing/payment-methods.md +0 -67
- package/lib/content/subscription-billing/promotional-offers.md +0 -61
- package/lib/content/subscription-billing/refund-policy.md +0 -75
- package/lib/content/subscription-billing/student-discounts.md +0 -74
- package/lib/content/subscription-billing/tax-information.md +0 -59
- package/lib/content/technical-questions/ai-models-technical.md +0 -73
- package/lib/content/technical-questions/api-technical.md +0 -73
- package/lib/content/technical-questions/data-processing.md +0 -73
- package/lib/content/technical-questions/database-architecture.md +0 -73
- package/lib/content/technical-questions/infrastructure.md +0 -73
- package/lib/content/technical-questions/performance-optimization.md +0 -73
- package/lib/content/technical-questions/search-algorithms.md +0 -73
- package/lib/content/technical-questions/technical-overview.md +0 -73
- package/lib/content/threads/conversation-management.md +0 -59
- package/lib/content/threads/threads-overview.md +0 -60
- package/lib/content/troubleshooting/common-issues.md +0 -59
- package/lib/content/what-is-yantra/getting-started-yantra.md +0 -84
- package/lib/pages/ArticlePage/index.d.ts +0 -4
- package/lib/pages/ArticlePage/index.d.ts.map +0 -1
- package/lib/pages/ArticlePage/index.js +0 -190
- package/lib/pages/ArticlePage/index.js.map +0 -1
- package/lib/pages/HelpCenter/components/BookStack.js +0 -36
- package/lib/pages/HelpCenter/components/BookStack.js.map +0 -1
- package/lib/pages/LandingPage/components/Assets.js +0 -14
- package/lib/pages/LandingPage/components/Assets.js.map +0 -1
- package/lib/pages/LandingPage/components/Icons.d.ts +0 -14
- package/lib/pages/LandingPage/components/Icons.d.ts.map +0 -1
- package/lib/pages/LandingPage/components/Icons.js +0 -174
- package/lib/pages/LandingPage/components/Icons.js.map +0 -1
- package/lib/pages/LandingPage/components/SearchBar.d.ts +0 -8
- package/lib/pages/LandingPage/components/SearchBar.d.ts.map +0 -1
- package/lib/pages/LandingPage/components/SearchBar.js +0 -58
- package/lib/pages/LandingPage/components/SearchBar.js.map +0 -1
|
@@ -0,0 +1,90 @@
|
|
|
1
|
+
---
|
|
2
|
+
title: 'Introducing Yantra Browser: Your AI-Powered Browser Automation Companion'
|
|
3
|
+
description: 'Meet Yantra Browser — a Chrome extension that turns your browser into an AI-powered automation tool, combining the power of your local browser with intelligent cloud AI.'
|
|
4
|
+
author: 'Yantra Team'
|
|
5
|
+
date: '2025-03-21'
|
|
6
|
+
category: 'Product'
|
|
7
|
+
tags: ['browser-extension', 'automation', 'chrome', 'ai', 'launch']
|
|
8
|
+
coverImage: '/static/img/blog/yantra-browser-launch.png'
|
|
9
|
+
readTime: '6 min read'
|
|
10
|
+
slug: 'introducing-yantra-browser'
|
|
11
|
+
---
|
|
12
|
+
|
|
13
|
+
# Introducing Yantra Browser: Your AI-Powered Browser Automation Companion
|
|
14
|
+
|
|
15
|
+
We're thrilled to announce **Yantra Browser** — a Chrome extension that transforms your everyday browser into an AI-powered automation powerhouse. Whether you're researching, managing emails, filling forms, or extracting data, Yantra Browser works alongside you to get things done faster and smarter.
|
|
16
|
+
|
|
17
|
+
## Two Environments, One Unified Experience
|
|
18
|
+
|
|
19
|
+
Yantra operates in two distinct but seamlessly connected environments:
|
|
20
|
+
|
|
21
|
+
| Environment | Description |
|
|
22
|
+
| ---------------- | -------------------------------------------------------------------------------------------------------------------------------------------------------------- |
|
|
23
|
+
| **Your Browser** | The Chrome extension lives in your local browser, where you browse, shop, and work every day. It sees what you see and can interact with pages on your behalf. |
|
|
24
|
+
| **Cloud AI** | Yantra's AI assistant runs in the cloud, analyzing context, making decisions, and orchestrating multi-step workflows with enterprise-grade reliability. |
|
|
25
|
+
|
|
26
|
+
This dual-environment approach means you get the best of both worlds: the trust and familiarity of your own browser combined with the intelligence and scale of cloud-based AI.
|
|
27
|
+
|
|
28
|
+
## The Local Advantage
|
|
29
|
+
|
|
30
|
+
Unlike fully cloud-based browser automation tools, Yantra Browser runs directly on your machine. This gives you several key advantages:
|
|
31
|
+
|
|
32
|
+
- **Your Trusted Identity** — Websites see your real browser fingerprint and logged-in sessions. No CAPTCHAs, no bot detection, no blocked requests.
|
|
33
|
+
- **Your IP Address** — Requests come from your actual network, not a data center. Geo-restricted content just works.
|
|
34
|
+
- **Your Extensions** — Ad blockers, password managers, and other extensions you rely on continue to work seamlessly alongside Yantra.
|
|
35
|
+
- **Your Data Stays Local** — Page content is processed locally first. Only the minimal context needed for AI decisions leaves your machine.
|
|
36
|
+
|
|
37
|
+
## Full Automation for Real Workflows
|
|
38
|
+
|
|
39
|
+
Yantra Browser isn't just a page reader — it's a full automation agent capable of executing complex, multi-step workflows:
|
|
40
|
+
|
|
41
|
+
- **Research & Data Collection** — Automatically gather information across dozens of tabs, compile findings, and generate summaries.
|
|
42
|
+
- **Email & Communication** — Draft replies, schedule follow-ups, and manage your inbox with AI-assisted triage.
|
|
43
|
+
- **Form Filling & Data Entry** — Complete repetitive forms across CRM systems, HR platforms, and admin portals.
|
|
44
|
+
- **E-commerce & Price Monitoring** — Track prices, compare products, and receive alerts when deals match your criteria.
|
|
45
|
+
- **Content Management** — Publish blog posts, update CMS entries, and manage social media queues.
|
|
46
|
+
|
|
47
|
+
## How It Works
|
|
48
|
+
|
|
49
|
+
Getting started takes less than a minute:
|
|
50
|
+
|
|
51
|
+
1. **Install the Extension** — Add Yantra Browser from the Chrome Web Store. It integrates quietly into your browser toolbar.
|
|
52
|
+
2. **Connect Your Account** — Sign in with your Yantra account. The extension auto-detects your workspace or you can connect manually with a pairing code.
|
|
53
|
+
3. **Start Automating** — Give natural-language instructions to your Yantra AI assistant. Watch as it navigates, clicks, types, and extracts data in your browser — all while you stay in control.
|
|
54
|
+
|
|
55
|
+
## Transparency and Control
|
|
56
|
+
|
|
57
|
+
Every action Yantra takes is visible and reversible:
|
|
58
|
+
|
|
59
|
+
- **Action Feed** — See a real-time log of every click, navigation, and data extraction.
|
|
60
|
+
- **Pause & Resume** — Halt automation at any point, make manual adjustments, and let the AI continue.
|
|
61
|
+
- **Permission Boundaries** — You control which sites the extension can interact with and what types of actions are allowed.
|
|
62
|
+
- **No Remote Code** — The extension runs only bundled code. No scripts are downloaded or executed from external servers at runtime.
|
|
63
|
+
|
|
64
|
+
## Built on Chrome DevTools Protocol
|
|
65
|
+
|
|
66
|
+
Under the hood, Yantra Browser uses the Chrome DevTools Protocol (CDP) — the same technology that powers Chrome's built-in developer tools. This means:
|
|
67
|
+
|
|
68
|
+
- **Precise DOM Interaction** — Accurate element targeting without fragile CSS selectors or XPath hacks.
|
|
69
|
+
- **Network Awareness** — Monitor API calls, intercept responses, and understand page behavior in real time.
|
|
70
|
+
- **JavaScript Execution** — Run safe, sandboxed scripts to extract data or trigger UI interactions.
|
|
71
|
+
- **Performance Profiling** — Identify slow pages and optimize your automation workflows.
|
|
72
|
+
|
|
73
|
+
## Privacy First
|
|
74
|
+
|
|
75
|
+
We take your privacy seriously. The Yantra Browser extension:
|
|
76
|
+
|
|
77
|
+
- Collects **no browsing history**
|
|
78
|
+
- Stores **no passwords or credentials**
|
|
79
|
+
- Transmits **no personal data** without your explicit action
|
|
80
|
+
- Operates under a strict [Privacy Policy](/privacy) with full transparency about data handling
|
|
81
|
+
|
|
82
|
+
## Available Now
|
|
83
|
+
|
|
84
|
+
Yantra Browser is available today on the Chrome Web Store for all Yantra users. Whether you're on the Free, Pro, or Enterprise plan, you can install and start using the extension immediately.
|
|
85
|
+
|
|
86
|
+
[Install Yantra Browser →](https://chromewebstore.google.com/detail/yantra-browser)
|
|
87
|
+
|
|
88
|
+
---
|
|
89
|
+
|
|
90
|
+
_Have questions or feedback? Reach out to us at [support@yantra.app](mailto:support@yantra.app) or join our [Community](/community)._
|
|
@@ -0,0 +1,98 @@
|
|
|
1
|
+
---
|
|
2
|
+
title: '5 Ways Yantra Browser Supercharges Your Productivity'
|
|
3
|
+
description: 'Discover practical workflows where Yantra Browser saves hours of manual work — from research to data entry to inbox management.'
|
|
4
|
+
author: 'Yantra Team'
|
|
5
|
+
date: '2025-03-22'
|
|
6
|
+
category: 'Productivity'
|
|
7
|
+
tags: ['browser-extension', 'productivity', 'workflows', 'use-cases', 'tips']
|
|
8
|
+
coverImage: '/static/img/blog/yantra-browser-productivity.png'
|
|
9
|
+
readTime: '5 min read'
|
|
10
|
+
slug: 'yantra-browser-productivity-tips'
|
|
11
|
+
---
|
|
12
|
+
|
|
13
|
+
# 5 Ways Yantra Browser Supercharges Your Productivity
|
|
14
|
+
|
|
15
|
+
You've installed Yantra Browser. Your account is connected. Now what? Here are five high-impact workflows where the extension delivers immediate, measurable productivity gains.
|
|
16
|
+
|
|
17
|
+
## 1. Research That Writes Itself
|
|
18
|
+
|
|
19
|
+
**The old way:** Open 15 tabs, skim articles, copy-paste relevant quotes into a document, lose track of sources, spend 2 hours on a report that should take 30 minutes.
|
|
20
|
+
|
|
21
|
+
**The Yantra way:** Tell the AI assistant "Research the top 5 project management tools for remote teams and create a comparison summary." Yantra Browser:
|
|
22
|
+
|
|
23
|
+
- Opens authoritative review sites and product pages
|
|
24
|
+
- Extracts feature lists, pricing, and user ratings
|
|
25
|
+
- Cross-references multiple sources for accuracy
|
|
26
|
+
- Generates a structured comparison document with source links
|
|
27
|
+
|
|
28
|
+
**Time saved:** ~90 minutes per research session
|
|
29
|
+
|
|
30
|
+
## 2. Inbox Zero on Autopilot
|
|
31
|
+
|
|
32
|
+
**The old way:** Open every email, decide what to do, compose replies, file messages, flag follow-ups. Repeat 100 times a day.
|
|
33
|
+
|
|
34
|
+
**The Yantra way:** "Triage my inbox — reply to scheduling requests with my available times this week, flag anything from leadership as high priority, and archive all newsletters."
|
|
35
|
+
|
|
36
|
+
Yantra Browser navigates your email client, reads conversation threads, drafts contextual replies for your review, and organizes messages — all within your existing mail interface.
|
|
37
|
+
|
|
38
|
+
**Time saved:** ~45 minutes per day
|
|
39
|
+
|
|
40
|
+
## 3. Form Filling Without the Pain
|
|
41
|
+
|
|
42
|
+
**The old way:** Copy-paste the same company information into 12 different vendor portals. Re-enter employee details across HR systems. Manually update CRM records one by one.
|
|
43
|
+
|
|
44
|
+
**The Yantra way:** "Fill out the vendor registration form on acme.com using our standard company details." Or: "Update all 50 leads in Salesforce with the new territory assignments from this spreadsheet."
|
|
45
|
+
|
|
46
|
+
The extension navigates to forms, fills fields accurately, handles dropdowns and checkboxes, and even manages multi-page registration flows.
|
|
47
|
+
|
|
48
|
+
**Time saved:** ~2 hours per batch of form fills
|
|
49
|
+
|
|
50
|
+
## 4. Competitive Intelligence on Demand
|
|
51
|
+
|
|
52
|
+
**The old way:** Manually check competitor websites weekly, take screenshots, note pricing changes, compare feature updates, compile everything in a slide deck.
|
|
53
|
+
|
|
54
|
+
**The Yantra way:** "Monitor competitor pricing pages for TechCorp, DataCo, and CloudBase. Alert me to any changes and compile a weekly summary."
|
|
55
|
+
|
|
56
|
+
Yantra Browser visits target pages on schedule, extracts pricing and feature data, compares against previous snapshots, and surfaces meaningful changes — all using your local browser so there's no IP blocking or CAPTCHA interference.
|
|
57
|
+
|
|
58
|
+
**Time saved:** ~3 hours per week
|
|
59
|
+
|
|
60
|
+
## 5. Data Extraction Without Code
|
|
61
|
+
|
|
62
|
+
**The old way:** Write a web scraper, handle pagination, deal with anti-bot measures, parse HTML, clean data, load into a spreadsheet. Debug when the site layout changes.
|
|
63
|
+
|
|
64
|
+
**The Yantra way:** "Extract all product listings from this search results page — name, price, rating, and link — and organize them in a table."
|
|
65
|
+
|
|
66
|
+
Because Yantra Browser runs in your actual Chrome session, it handles JavaScript-rendered content, login-gated pages, and infinite scroll naturally. No separate scraping infrastructure needed.
|
|
67
|
+
|
|
68
|
+
**Time saved:** ~4 hours per extraction project
|
|
69
|
+
|
|
70
|
+
## Getting the Most Out of Yantra Browser
|
|
71
|
+
|
|
72
|
+
A few tips to maximize your automation efficiency:
|
|
73
|
+
|
|
74
|
+
### Be Specific in Your Instructions
|
|
75
|
+
|
|
76
|
+
Instead of "help me with email," try "reply to the last 3 unread emails from @company.com with a brief acknowledgment." The more context you provide, the better the AI performs.
|
|
77
|
+
|
|
78
|
+
### Start with Low-Risk Tasks
|
|
79
|
+
|
|
80
|
+
Begin with read-only operations like research and data extraction. As you build confidence, move to actions like form filling and email replies.
|
|
81
|
+
|
|
82
|
+
### Use the Action Feed
|
|
83
|
+
|
|
84
|
+
Watch the real-time action feed in the extension popup to understand what Yantra is doing. This builds intuition for what kinds of tasks work best.
|
|
85
|
+
|
|
86
|
+
### Combine with Yantra's Cloud AI
|
|
87
|
+
|
|
88
|
+
The browser extension is most powerful when paired with Yantra's full AI assistant. Use the extension for web interactions and the assistant for analysis, writing, and decision-making.
|
|
89
|
+
|
|
90
|
+
## Start Saving Time Today
|
|
91
|
+
|
|
92
|
+
Every workflow above is available right now with Yantra Browser. Install the extension, connect your account, and give one of these scenarios a try.
|
|
93
|
+
|
|
94
|
+
[Install Yantra Browser →](https://chromewebstore.google.com/detail/yantra-browser)
|
|
95
|
+
|
|
96
|
+
---
|
|
97
|
+
|
|
98
|
+
_What workflows are you automating with Yantra Browser? Share your use cases in our [Community](/community) — we feature the best ones in our monthly showcase._
|
|
@@ -0,0 +1,60 @@
|
|
|
1
|
+
---
|
|
2
|
+
title: 'Browser Extension Overview'
|
|
3
|
+
description: 'What the Yantra Browser extension is and how it transforms your browser into an AI-powered automation tool'
|
|
4
|
+
author: 'Yantra Team'
|
|
5
|
+
---
|
|
6
|
+
|
|
7
|
+
# Yantra Browser Extension
|
|
8
|
+
|
|
9
|
+
The Yantra Browser extension transforms your web browser from a passive viewing tool into an active, intelligent agent. It allows Yantra to operate directly within your local browser environment — securely taking action within your pages, executing complex tasks as if you were doing them yourself.
|
|
10
|
+
|
|
11
|
+
## What It Is
|
|
12
|
+
|
|
13
|
+
Yantra Browser is a Chrome extension that bridges your local browser with the Yantra AI assistant. When you give Yantra a task that requires web interaction — filling out forms, researching across multiple tabs, managing emails, or completing online purchases — the extension handles the execution directly in your browser.
|
|
14
|
+
|
|
15
|
+
Unlike cloud-only automation, the Yantra Browser extension operates within your existing browser session. Your logins stay active, your cookies remain intact, and websites see activity from your trusted local IP address. This means no CAPTCHAs, no re-authentication, and no session interruptions.
|
|
16
|
+
|
|
17
|
+
## Two Environments, One Unified Experience
|
|
18
|
+
|
|
19
|
+
Yantra operates through two complementary environments:
|
|
20
|
+
|
|
21
|
+
| Feature | Local Browser (Extension) | Cloud Browser |
|
|
22
|
+
| ------------------ | ----------------------------------------------------- | ---------------------------------------------- |
|
|
23
|
+
| **Environment** | Your local desktop browser | Isolated, sandboxed cloud instance |
|
|
24
|
+
| **Authentication** | Uses your existing logins and sessions | Requires logging in within the session |
|
|
25
|
+
| **IP Address** | Your trusted local IP | Cloud server IP |
|
|
26
|
+
| **Best For** | Authenticated sites, premium tools, personal accounts | General research, broad web tasks, public data |
|
|
27
|
+
|
|
28
|
+
The cloud browser remains essential for general tasks — it provides isolation, consistency, and works across any device without installation. But for workflows that require access to your authenticated sessions, the local browser holds a structural advantage.
|
|
29
|
+
|
|
30
|
+
## Key Capabilities
|
|
31
|
+
|
|
32
|
+
### True Autonomous Delegation
|
|
33
|
+
|
|
34
|
+
Give Yantra a multi-step goal and it will plan, navigate, click, type, and execute the entire workflow across websites — without continuous supervision. You stay in control and can intervene at any time.
|
|
35
|
+
|
|
36
|
+
### Powered by Your Active Sessions
|
|
37
|
+
|
|
38
|
+
The extension works directly within your current browser session, securely utilizing your existing logins and active tabs to complete tasks on sites you already use and trust.
|
|
39
|
+
|
|
40
|
+
### Automate Your Most Tedious Tasks
|
|
41
|
+
|
|
42
|
+
Eliminate manual clicking, form filling, and cross-platform data extraction. From complex research and booking logistics to summarizing data, Yantra handles processes that take hours out of your day.
|
|
43
|
+
|
|
44
|
+
## What You Can Do
|
|
45
|
+
|
|
46
|
+
- **Manage emails** — Draft, organize, and respond to emails across Gmail, Outlook, or any webmail
|
|
47
|
+
- **Shop for groceries** — Browse, compare prices, and add items to your cart on any grocery site
|
|
48
|
+
- **Fill forms** — Complete applications, registrations, and multi-step forms automatically
|
|
49
|
+
- **Research** — Cross-reference data across multiple premium sources and compile reports
|
|
50
|
+
- **Book travel** — Search flights, hotels, and coordinate logistics across booking platforms
|
|
51
|
+
- **Manage CRM** — Update records, log activities, and extract insights from Salesforce, HubSpot, etc.
|
|
52
|
+
- **Extract data** — Pull structured information from web pages and compile into spreadsheets
|
|
53
|
+
|
|
54
|
+
## Availability
|
|
55
|
+
|
|
56
|
+
The Yantra Browser extension is available for **Chrome** and **Chromium-based browsers** (Edge, Brave, Arc). Install it from the [Chrome Web Store](https://chromewebstore.google.com) to get started.
|
|
57
|
+
|
|
58
|
+
For setup instructions, see [Getting Started with the Browser Extension](/help-center/browser-extension/getting-started-extension).
|
|
59
|
+
|
|
60
|
+
For security details, see [Extension Security and Privacy](/help-center/browser-extension/extension-security).
|
|
@@ -0,0 +1,126 @@
|
|
|
1
|
+
---
|
|
2
|
+
title: 'Extension Security and Privacy'
|
|
3
|
+
description: 'How the Yantra Browser extension protects your data, what permissions it requires, and security best practices'
|
|
4
|
+
author: 'Yantra Team'
|
|
5
|
+
---
|
|
6
|
+
|
|
7
|
+
# Extension Security and Privacy
|
|
8
|
+
|
|
9
|
+
The Yantra Browser extension is built with security and transparency at its core. This article explains what data the extension accesses, how it's protected, and what controls you have.
|
|
10
|
+
|
|
11
|
+
## Security Architecture
|
|
12
|
+
|
|
13
|
+
### Encrypted Communications
|
|
14
|
+
|
|
15
|
+
All communication between the extension and Yantra's backend services uses:
|
|
16
|
+
|
|
17
|
+
- **WSS (WebSocket Secure)** for the real-time relay connection
|
|
18
|
+
- **HTTPS** for all API requests
|
|
19
|
+
- **HMAC-SHA256** derived tokens for session authentication
|
|
20
|
+
|
|
21
|
+
No data is ever transmitted in plaintext.
|
|
22
|
+
|
|
23
|
+
### No Persistent Storage of Page Content
|
|
24
|
+
|
|
25
|
+
Page content, screenshots, DOM snapshots, and accessibility data captured during automation are:
|
|
26
|
+
|
|
27
|
+
- Processed in real-time by the AI backend
|
|
28
|
+
- Used only to execute the current task
|
|
29
|
+
- **Not permanently stored** on our servers after the task completes
|
|
30
|
+
|
|
31
|
+
### Local-Only Configuration
|
|
32
|
+
|
|
33
|
+
Your extension settings (server URLs, preferences) are stored exclusively in Chrome's local storage, isolated per-extension by Chrome's security model. These never leave your browser.
|
|
34
|
+
|
|
35
|
+
## Extension Permissions Explained
|
|
36
|
+
|
|
37
|
+
The extension requests only the permissions necessary for browser automation. Here's what each one does and why it's needed:
|
|
38
|
+
|
|
39
|
+
| Permission | Why It's Needed |
|
|
40
|
+
| ----------------- | --------------------------------------------------------------------------------------------------------------- |
|
|
41
|
+
| **debugger** | Attach to tabs and send Chrome DevTools Protocol commands for page interaction, screenshots, and DOM inspection |
|
|
42
|
+
| **tabs** | Query, create, activate, and close tabs as part of automation workflows |
|
|
43
|
+
| **activeTab** | Allow the popup to identify and toggle automation for the currently active tab |
|
|
44
|
+
| **storage** | Save your configuration and maintain relay state across browser sessions |
|
|
45
|
+
| **alarms** | Run a periodic health check (every 30 seconds) to keep relay connections alive |
|
|
46
|
+
| **webNavigation** | Detect when a tab finishes navigating so automation state can be restored |
|
|
47
|
+
| **cookies** | Read authentication cookies from Yantra web app domains to reuse your existing session |
|
|
48
|
+
| **scripting** | Execute small configuration-reading scripts in Yantra web app tabs (never on third-party sites) |
|
|
49
|
+
|
|
50
|
+
### Host Permissions
|
|
51
|
+
|
|
52
|
+
The extension only has host permissions for Yantra's own domains:
|
|
53
|
+
|
|
54
|
+
- `*.yantra.app` — Yantra web application
|
|
55
|
+
- `*.cdebase.dev` — Development/staging environment
|
|
56
|
+
- `*.cdebase.io` — Backend services
|
|
57
|
+
- `dev-cdebase.auth0.com` — Authentication provider
|
|
58
|
+
|
|
59
|
+
The extension **does not** have blanket access to all websites. It can only read cookies and execute scripts on these first-party domains.
|
|
60
|
+
|
|
61
|
+
## What the Extension Can and Cannot See
|
|
62
|
+
|
|
63
|
+
### When the relay is OFF (default state)
|
|
64
|
+
|
|
65
|
+
The extension is completely inert. It:
|
|
66
|
+
|
|
67
|
+
- Cannot see any tab content
|
|
68
|
+
- Cannot read any page data
|
|
69
|
+
- Does not transmit any information
|
|
70
|
+
- Has no access to your browsing activity
|
|
71
|
+
|
|
72
|
+
### When the relay is ON for a specific tab
|
|
73
|
+
|
|
74
|
+
The extension can see and interact with **only the attached tab**:
|
|
75
|
+
|
|
76
|
+
- Page DOM structure and content
|
|
77
|
+
- Accessibility tree (semantic page layout)
|
|
78
|
+
- JavaScript execution context
|
|
79
|
+
- Page screenshots
|
|
80
|
+
- Navigation events
|
|
81
|
+
|
|
82
|
+
It **cannot** see content in other tabs, your browsing history, or any data from non-attached pages.
|
|
83
|
+
|
|
84
|
+
## User Control
|
|
85
|
+
|
|
86
|
+
You have complete control over the extension at all times:
|
|
87
|
+
|
|
88
|
+
| Action | How |
|
|
89
|
+
| ------------------------------ | -------------------------------------------------------------------------- |
|
|
90
|
+
| **Stop automation on one tab** | Click the extension icon and toggle the relay OFF, or simply close the tab |
|
|
91
|
+
| **Stop all automation** | Click "Disconnect" in the extension popup |
|
|
92
|
+
| **Review what's happening** | Watch the tab in real-time — all actions are visible |
|
|
93
|
+
| **Remove the extension** | Uninstall from chrome://extensions — all local data is deleted |
|
|
94
|
+
| **Reset settings** | Use "Reset to Defaults" on the options page |
|
|
95
|
+
|
|
96
|
+
## No Remote Code Execution
|
|
97
|
+
|
|
98
|
+
The extension does **not**:
|
|
99
|
+
|
|
100
|
+
- Load or execute remote JavaScript files
|
|
101
|
+
- Use `eval()` or `Function()` constructors
|
|
102
|
+
- Inject external `<script>` tags
|
|
103
|
+
- Download and run WebAssembly from external sources
|
|
104
|
+
|
|
105
|
+
All extension code is bundled at build time. The only dynamic execution is through Chrome's native `chrome.debugger.sendCommand` API, which is a sanctioned Chrome API for developer tooling.
|
|
106
|
+
|
|
107
|
+
## Data We Never Collect
|
|
108
|
+
|
|
109
|
+
- Browsing history of non-automated tabs
|
|
110
|
+
- Keystrokes on non-automated pages
|
|
111
|
+
- Files from your local device
|
|
112
|
+
- Location data (GPS or IP-based)
|
|
113
|
+
- Microphone or camera data
|
|
114
|
+
- Financial information
|
|
115
|
+
|
|
116
|
+
## Best Practices
|
|
117
|
+
|
|
118
|
+
1. **Only attach tabs you want automated** — The extension only affects tabs with the relay toggled ON
|
|
119
|
+
2. **Disconnect when not in use** — Click "Disconnect" in the popup when you're done with a task
|
|
120
|
+
3. **Review before authorizing** — Check what site the tab is on before enabling automation
|
|
121
|
+
4. **Keep the extension updated** — Updates include security patches and improvements
|
|
122
|
+
5. **Use on trusted networks** — While all connections are encrypted, avoid public Wi-Fi for sensitive tasks
|
|
123
|
+
|
|
124
|
+
For our full privacy policy, see [Privacy Policy](/privacy).
|
|
125
|
+
|
|
126
|
+
For troubleshooting, see [Troubleshooting the Browser Extension](/help-center/browser-extension/troubleshooting-extension).
|
|
@@ -0,0 +1,96 @@
|
|
|
1
|
+
---
|
|
2
|
+
title: 'Getting Started with the Browser Extension'
|
|
3
|
+
description: 'Step-by-step guide to installing, connecting, and using the Yantra Browser extension'
|
|
4
|
+
author: 'Yantra Team'
|
|
5
|
+
---
|
|
6
|
+
|
|
7
|
+
# Getting Started with the Browser Extension
|
|
8
|
+
|
|
9
|
+
Setting up the Yantra Browser extension takes just a few minutes. This guide walks you through installation, connecting to your Yantra account, and running your first automated task.
|
|
10
|
+
|
|
11
|
+
## Prerequisites
|
|
12
|
+
|
|
13
|
+
Before you begin, make sure you have:
|
|
14
|
+
|
|
15
|
+
- A **Yantra account** — sign up at [yantra.app](https://yantra.app) if you don't have one
|
|
16
|
+
- **Google Chrome**, Microsoft Edge, Brave, or another Chromium-based browser
|
|
17
|
+
- An active internet connection
|
|
18
|
+
|
|
19
|
+
## Step 1: Install the Extension
|
|
20
|
+
|
|
21
|
+
1. Visit the [Chrome Web Store listing](https://chromewebstore.google.com) for Yantra Browser
|
|
22
|
+
2. Click **"Add to Chrome"**
|
|
23
|
+
3. Confirm the installation when prompted
|
|
24
|
+
4. The Yantra icon will appear in your browser toolbar
|
|
25
|
+
|
|
26
|
+
> **Tip:** Pin the extension to your toolbar for easy access. Click the puzzle-piece icon in Chrome and pin Yantra Browser.
|
|
27
|
+
|
|
28
|
+
## Step 2: Connect Your Account
|
|
29
|
+
|
|
30
|
+
The extension needs to link to your Yantra account. There are two ways to connect:
|
|
31
|
+
|
|
32
|
+
### Auto-Detect from Web App (Recommended)
|
|
33
|
+
|
|
34
|
+
1. Open a tab and sign in to the Yantra web app at [yantra.app](https://yantra.app)
|
|
35
|
+
2. Click the Yantra Browser extension icon in your toolbar
|
|
36
|
+
3. The extension will automatically detect your active session
|
|
37
|
+
4. You should see your name and avatar in the popup — you're connected
|
|
38
|
+
|
|
39
|
+
### Manual Configuration
|
|
40
|
+
|
|
41
|
+
If auto-detect doesn't work (for example, if you use a custom deployment):
|
|
42
|
+
|
|
43
|
+
1. Click the Yantra Browser extension icon
|
|
44
|
+
2. Click **"Settings"** at the bottom of the popup
|
|
45
|
+
3. On the options page, expand **"Manual Sign In"** or **"Direct Connect"**
|
|
46
|
+
4. Enter your relay host and authentication details
|
|
47
|
+
5. Click **"Save"**
|
|
48
|
+
|
|
49
|
+
## Step 3: Start Your First Task
|
|
50
|
+
|
|
51
|
+
1. Navigate to any website where you want Yantra to work
|
|
52
|
+
2. Click the Yantra Browser extension icon
|
|
53
|
+
3. Toggle the **relay switch** to **ON** — this attaches Yantra to your current tab
|
|
54
|
+
4. Go to the Yantra web app or chat interface
|
|
55
|
+
5. Tell Yantra what you want to do, for example:
|
|
56
|
+
- _"Search for flights from NYC to London for next weekend on Google Flights"_
|
|
57
|
+
- _"Fill out this job application form with my saved details"_
|
|
58
|
+
- _"Extract all product prices from this comparison table"_
|
|
59
|
+
6. Yantra will take control of the tab and execute the task
|
|
60
|
+
|
|
61
|
+
## Understanding the Extension Popup
|
|
62
|
+
|
|
63
|
+
The extension popup shows:
|
|
64
|
+
|
|
65
|
+
- **Connection status** — Whether you're connected to the Yantra backend
|
|
66
|
+
- **User info** — Your name and email from the connected account
|
|
67
|
+
- **Relay toggle** — Turn automation on/off for the current tab
|
|
68
|
+
- **Attached tabs** — List of tabs currently being automated
|
|
69
|
+
- **Status indicators** — Green (connected), yellow (connecting), red (disconnected)
|
|
70
|
+
|
|
71
|
+
## Attaching Multiple Tabs
|
|
72
|
+
|
|
73
|
+
You can attach Yantra to multiple tabs at once:
|
|
74
|
+
|
|
75
|
+
1. Navigate to a tab you want to automate
|
|
76
|
+
2. Click the extension icon and toggle the relay **ON**
|
|
77
|
+
3. Repeat for additional tabs
|
|
78
|
+
4. Yantra can switch between attached tabs as needed during a task
|
|
79
|
+
|
|
80
|
+
## Detaching and Disconnecting
|
|
81
|
+
|
|
82
|
+
- **Detach a single tab:** Click the extension icon while on the tab and toggle the relay **OFF**
|
|
83
|
+
- **Disconnect entirely:** Click **"Disconnect"** in the extension popup to end the session
|
|
84
|
+
|
|
85
|
+
When disconnected, no data is transmitted and the extension is inert.
|
|
86
|
+
|
|
87
|
+
## Troubleshooting First Setup
|
|
88
|
+
|
|
89
|
+
| Issue | Solution |
|
|
90
|
+
| ------------------------------------- | -------------------------------------------------------------------------------------------- |
|
|
91
|
+
| Extension doesn't detect your session | Make sure you're signed into yantra.app in the same browser. Try refreshing the web app tab. |
|
|
92
|
+
| Popup shows "Not Connected" | Check your internet connection. Try clicking Settings → Auto-detect to retry. |
|
|
93
|
+
| Relay toggle doesn't stay on | The tab may have navigated. Re-attach after the page finishes loading. |
|
|
94
|
+
| Badge shows red | The relay connection was lost. Click the icon and reconnect. |
|
|
95
|
+
|
|
96
|
+
For more help, see [Troubleshooting the Browser Extension](/help-center/browser-extension/troubleshooting-extension).
|
|
@@ -0,0 +1,112 @@
|
|
|
1
|
+
---
|
|
2
|
+
title: 'How the Browser Extension Works'
|
|
3
|
+
description: 'Technical overview of the Yantra Browser extension architecture, relay protocol, and automation model'
|
|
4
|
+
author: 'Yantra Team'
|
|
5
|
+
---
|
|
6
|
+
|
|
7
|
+
# How the Browser Extension Works
|
|
8
|
+
|
|
9
|
+
This article explains the architecture behind the Yantra Browser extension — how it connects your browser to the Yantra AI assistant and how automation commands are executed.
|
|
10
|
+
|
|
11
|
+
## Architecture Overview
|
|
12
|
+
|
|
13
|
+
The Yantra Browser extension uses a relay architecture with three primary components:
|
|
14
|
+
|
|
15
|
+
```
|
|
16
|
+
┌──────────────┐ WebSocket ┌──────────────┐ API ┌──────────────┐
|
|
17
|
+
│ Chrome │◄────────────────────►│ Relay │◄──────────────►│ Yantra AI │
|
|
18
|
+
│ Extension │ Secure (WSS) │ Gateway │ HTTPS │ Backend │
|
|
19
|
+
└──────┬───────┘ └──────────────┘ └──────────────┘
|
|
20
|
+
│
|
|
21
|
+
│ Chrome DevTools
|
|
22
|
+
│ Protocol (CDP)
|
|
23
|
+
▼
|
|
24
|
+
┌──────────────┐
|
|
25
|
+
│ Browser │
|
|
26
|
+
│ Tab │
|
|
27
|
+
└──────────────┘
|
|
28
|
+
```
|
|
29
|
+
|
|
30
|
+
1. **Chrome Extension** — A Manifest V3 service worker that attaches to browser tabs and sends/receives CDP commands
|
|
31
|
+
2. **Relay Gateway** — A secure WebSocket server that routes automation commands between the AI backend and the extension
|
|
32
|
+
3. **Yantra AI Backend** — The intelligent agent that plans and executes multi-step workflows
|
|
33
|
+
|
|
34
|
+
## The Relay Protocol
|
|
35
|
+
|
|
36
|
+
When you activate the extension on a tab, the following happens:
|
|
37
|
+
|
|
38
|
+
### Connection Phase
|
|
39
|
+
|
|
40
|
+
1. The extension authenticates with the Yantra backend using your existing web app session
|
|
41
|
+
2. A secure WebSocket connection is established to the relay gateway
|
|
42
|
+
3. The extension receives a workspace assignment and session token
|
|
43
|
+
4. The extension attaches Chrome's debugger to the target tab using Chrome DevTools Protocol (CDP)
|
|
44
|
+
|
|
45
|
+
### Automation Phase
|
|
46
|
+
|
|
47
|
+
1. The AI backend sends a high-level task instruction
|
|
48
|
+
2. The relay gateway forwards specific CDP commands to the extension
|
|
49
|
+
3. The extension executes commands on the attached tab:
|
|
50
|
+
- **Page navigation** — Navigate to URLs, wait for page load
|
|
51
|
+
- **DOM inspection** — Read page structure, find elements
|
|
52
|
+
- **Accessibility tree** — Understand page layout semantically
|
|
53
|
+
- **JavaScript execution** — Click buttons, fill forms, extract data
|
|
54
|
+
- **Screenshots** — Capture visual state for the AI to analyze
|
|
55
|
+
4. Results flow back through the relay to the AI backend
|
|
56
|
+
5. The AI plans the next step and the cycle continues
|
|
57
|
+
|
|
58
|
+
### Keepalive and Recovery
|
|
59
|
+
|
|
60
|
+
The extension runs a health check every 30 seconds to:
|
|
61
|
+
|
|
62
|
+
- Verify the CDP connection to attached tabs is still active
|
|
63
|
+
- Check that the WebSocket relay connection is healthy
|
|
64
|
+
- Automatically re-attach and reconnect if anything drops
|
|
65
|
+
- Handle tab navigation (re-enable CDP domains on new pages)
|
|
66
|
+
|
|
67
|
+
## Chrome DevTools Protocol (CDP)
|
|
68
|
+
|
|
69
|
+
The extension uses CDP — the same protocol that powers Chrome DevTools — to interact with web pages. This is a browser-native API, not a hack or injection.
|
|
70
|
+
|
|
71
|
+
CDP domains used:
|
|
72
|
+
|
|
73
|
+
| Domain | Purpose |
|
|
74
|
+
| ----------------- | ----------------------------------------- |
|
|
75
|
+
| **Page** | Navigation, screenshots, frame management |
|
|
76
|
+
| **Runtime** | JavaScript execution, value evaluation |
|
|
77
|
+
| **DOM** | Document structure, element queries |
|
|
78
|
+
| **Accessibility** | Semantic page understanding (AX tree) |
|
|
79
|
+
| **Target** | Tab and window management |
|
|
80
|
+
|
|
81
|
+
## What Happens on Your Tab
|
|
82
|
+
|
|
83
|
+
When automation is active on a tab:
|
|
84
|
+
|
|
85
|
+
1. Chrome shows a **"Yantra Browser started debugging this tab"** banner — this is Chrome's built-in security indicator when CDP is attached
|
|
86
|
+
2. The tab behaves normally — you can scroll, click, and interact
|
|
87
|
+
3. If Yantra sends a command, it executes in the tab's context (like clicking a button or typing in a field)
|
|
88
|
+
4. You can take over at any time by simply clicking in the tab
|
|
89
|
+
5. Closing the tab immediately stops all automation on it
|
|
90
|
+
|
|
91
|
+
## Service Worker Lifecycle
|
|
92
|
+
|
|
93
|
+
The extension uses a Manifest V3 service worker, which Chrome may suspend when idle. The extension handles this by:
|
|
94
|
+
|
|
95
|
+
- Persisting relay state in `chrome.storage.session` so it survives restarts
|
|
96
|
+
- Using `chrome.alarms` to prevent suspension during active sessions
|
|
97
|
+
- Automatically restoring connections when the service worker wakes up
|
|
98
|
+
|
|
99
|
+
This means automation continues reliably even if Chrome temporarily suspends the background process.
|
|
100
|
+
|
|
101
|
+
## Data Flow Summary
|
|
102
|
+
|
|
103
|
+
| Data | Direction | Purpose |
|
|
104
|
+
| -------------------- | ------------------- | ---------------------------- |
|
|
105
|
+
| CDP commands | Backend → Extension | Tell the browser what to do |
|
|
106
|
+
| DOM/AX snapshots | Extension → Backend | Let the AI "see" the page |
|
|
107
|
+
| Screenshots | Extension → Backend | Visual understanding |
|
|
108
|
+
| JS execution results | Extension → Backend | Extract data, verify actions |
|
|
109
|
+
| Navigation events | Extension → Backend | Track page changes |
|
|
110
|
+
| Auth tokens | Extension → Backend | Authenticate the session |
|
|
111
|
+
|
|
112
|
+
All data flows through encrypted channels (WSS/HTTPS). See [Extension Security and Privacy](/help-center/browser-extension/extension-security) for details.
|