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!"입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot

Synaptic 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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 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:\/\/*\/*"
            ]
        }
    ]
}