Synaptic
Get one click snapshot of company intelligence at your fingertips!
Synaptic là gì?
Synaptic là một tiện ích mở rộng Chrome được phát triển bởi Vy Labs Technologies Pvt Ltd, và tính năng chính của nó là "Get one click snapshot of company intelligence at your fingertips!".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Synaptic
Tải xuống các tệp mở rộng Synaptic dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Synaptic |
ID | kddodlkddhhhooabgkmjjhgfpemmcahi |
URL Chính Thức | https://chromewebstore.google.com/detail/synaptic/kddodlkddhhhooabgkmjjhgfpemmcahi |
Mô tả | Get one click snapshot of company intelligence at your fingertips! |
Kích Thước Tệp | 9.48 MB |
Số Lần Cài Đặt | 464 |
Phiên Bản Hiện Tại | 2.27.76 |
Cập Nhật Lần Cuối | 2024-02-27 |
Ngày Phát Hành | 2022-10-12 |
Đánh Giá | 3.67/5 Tổng số 3 Đánh Giá |
Nhà Phát Triển | Vy Labs Technologies Pvt Ltd |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://synaptic.com/ |
URL Trang Trợ Giúp | https://synaptic.com/ |
URL Trang Chính Sách Bảo Mật | https://synaptic.com/privacy-policy.html |
Ngôn Ngữ Được Hỗ Trợ | 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:\/\/*\/*" ] } ] } |