Synaptic
Get one click snapshot of company intelligence at your fingertips!
Synapticとは何ですか?
SynapticはVy Labs Technologies Pvt Ltdによって開発されたChromeの拡張機能で、その主な機能は「Get one click snapshot of company intelligence at your fingertips!」です。
拡張機能のスクリーンショット
Synaptic拡張機能のCRXファイルをダウンロード
Synaptic拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Synaptic Chrome Extension enables you with rich alternative data and insights for millions of companies at your fingertips- while you are browsing their website! Say goodbye to switching between websites, Synaptic applications, CRM and other tedious workflows- save time on collecting company intelligence to focus on what you do the best- making data-driven investment decisions! Using our Synaptic chrome extension you will get a one-click snapshot of company intelligence across multiple datasets including: • Company overview: (includes company description, HQ, founding year, funding stage, total funding , employee count, glassdoor ratings and business model) • Company growth metrics: (includes Synaptic Growth Index*, employee count, active job count, website reach, organic traffic, adwords traffic and more) • Funding Insights - For private companies, get detailed information on funding rounds and list investors with quick links to their crunchbase profiles. For public companies, get detailed financials across key metrics that matter! • CRM export and import: Fetch key contact and company information from your targeted accounts list from the CRM of your choice or add interesting companies to your CRM directly from within the extension. Currently we support Affinity and Salesforce. • Team Insights: Get a detailed list of company’s founders and key team members with quick links to their LinkedIn, Crunchbase and Twitter profiles from within the chrome extension. Additionally, every data module in the chrome extension comes with a quick link to help you navigate directly to the Synaptic app or your CRM for a detailed deep dive. You can also submit errors and feedback directly from the extension. To enhance user experience, we have ensured that information once loaded in the extension stays there even when you switch tabs. The Synaptic chrome extension is light, fast, and really easy to use! Who is it for? • Private Market Investors including Venture Capital firms, Private Equity firms, Investment Bankers, Incubators, Angel Networks, Family Offices etc. • Public Market Investors • Data and Research teams across corporates Why should you use the Synaptic Chrome Extension? • Saves you precious time on company research by putting all alternative data and insights at your fingertips - while you are browsing their website! • Enables better analysis - you don’t miss out on any insights as our extension draws a comprehensive company intelligence for you • Support multiple datasets - Our extension provides you a comprehensive view across company business model, overview, employee count, website reach, team, funding and financials, CRM information and much more! For feedback/ more information, write to us at [email protected] About Synaptic Synaptic is a data and insights platform used by leading VCs, PEs, hedge funds, and sovereign funds to unlock the power of alternative data across investment processes - sourcing, tracking, diligence, portfolio monitoring and market research. Our no-code platform unifies 100+ real-time performance metrics like web traffic, app metrics, employee data, product reviews, and more on companies around the globe. We layer it with a rich analytics toolkit and a personalized insights engine. We also provide a data warehouse solution for users looking to build their own proprietary analysis using alternative datasets. We are trusted by top data-driven VCs, PEs, hedge funds and asset managers. To learn how Synaptic can benefit your investment research visit www.synaptic.com or schedule a personalized demo at www.synaptic.com/request-demo
拡張機能の基本情報
名前 | Synaptic |
ID | kddodlkddhhhooabgkmjjhgfpemmcahi |
公式URL | https://chromewebstore.google.com/detail/synaptic/kddodlkddhhhooabgkmjjhgfpemmcahi |
説明 | Get one click snapshot of company intelligence at your fingertips! |
ファイルサイズ | 9.48 MB |
インストール数 | 464 |
現在のバージョン | 2.27.76 |
最終更新日 | 2024-02-27 |
公開日 | 2022-10-12 |
評価 | 3.67/5 合計 3 レビュー |
開発者 | Vy Labs Technologies Pvt Ltd |
Eメール | [email protected] |
支払い方法 | free |
拡張機能のウェブサイト | https://synaptic.com/ |
ヘルプページのURL | https://synaptic.com/ |
プライバシーポリシーページのURL | https://synaptic.com/privacy-policy.html |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "short_name": "Synaptic", "name": "Synaptic", "manifest_version": 3, "version": "2.27.76", "permissions": [ "activeTab", "scripting", "storage", "webNavigation", "alarms", "offscreen" ], "host_permissions": [ "*:\/\/app.synaptic.com\/*" ], "icons": { "16": "16px-default-icon.png", "32": "32px-default-icon.png", "48": "48px-default-icon.png", "128": "128px-default-icon.png" }, "action": { "default_icon": { "16": "16px-default-icon.png", "32": "32px-default-icon.png", "48": "48px-default-icon.png", "128": "128px-default-icon.png" } }, "content_scripts": [ { "matches": [ "https:\/\/app.synaptic.com\/*" ], "run_at": "document_start", "js": [ "auth.js" ] } ], "background": { "service_worker": "background.js" }, "description": "Get one click snapshot of company intelligence at your fingertips!", "web_accessible_resources": [ { "resources": [ "index.html", "static\/js\/bundle.js", "static\/js\/bundle.js.map", "static\/css\/bundle.css", "static\/css\/bundle.css.map", "static\/media\/*.png", "font-icons\/style.css", "font-icons\/fonts\/*.ttf", "font-icons\/fonts\/*.eot", "font-icons\/fonts\/*.svg", "font-icons\/fonts\/*.woff", "flag-assets\/*.svg" ], "matches": [ "https:\/\/*\/*", "http:\/\/*\/*" ] } ] } |