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 |
电子邮箱 | [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:\/\/*\/*" ] } ] } |