Synaptic

Get one click snapshot of company intelligence at your fingertips!

O que é Synaptic?

Synaptic é uma extensão do Chrome desenvolvida por Vy Labs Technologies Pvt Ltd, e sua principal característica é "Get one click snapshot of company intelligence at your fingertips!".

Capturas de Tela da Extensão

screenshot
screenshot
screenshot

Baixar o arquivo CRX da Extensão Synaptic

Baixe arquivos de extensão Synaptic no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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                    

Informações Básicas da Extensão

Nome Synaptic Synaptic
ID kddodlkddhhhooabgkmjjhgfpemmcahi
URL Oficial https://chromewebstore.google.com/detail/synaptic/kddodlkddhhhooabgkmjjhgfpemmcahi
Descrição Get one click snapshot of company intelligence at your fingertips!
Tamanho do Arquivo 9.48 MB
Contagem de Instalações 464
Versão Atual 2.27.76
Última Atualização 2024-02-27
Data de Publicação 2022-10-12
Classificação 3.67/5 Total de 3 Avaliações
Desenvolvedor Vy Labs Technologies Pvt Ltd
Email [email protected]
Tipo de Pagamento free
Site da Extensão https://synaptic.com/
URL da Página de Ajuda https://synaptic.com/
URL da Página de Política de Privacidade https://synaptic.com/privacy-policy.html
Idiomas Suportados 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:\/\/*\/*"
            ]
        }
    ]
}