Partnered | Instantly Get Help from Partners

Partnered is the easiest way to find prospect overlap with your partners.

O que é Partnered | Instantly Get Help from Partners?

Partnered | Instantly Get Help from Partners é uma extensão do Chrome desenvolvida por https://partnered.com, e sua principal característica é "Partnered is the easiest way to find prospect overlap with your partners.".

Capturas de Tela da Extensão

screenshot
screenshot
screenshot

Baixar o arquivo CRX da Extensão Partnered | Instantly Get Help from Partners

Baixe arquivos de extensão Partnered | Instantly Get Help from Partners 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

                        How does it work?

Just install the Partnered Chrome Extension and you’ll automatically see which partners are working with any prospects that you search for in Salesforce or LinkedIn. 

If there’s any overlap, we’ll instantly tell you and then you can request an introduction, recommendation, or helpful information in just one-click. 


Who is the Partnered Extension for?

The extension is used by salespeople (SDRs, AEs, CSMs, etc) and partner managers.


How do I get started?

Partnered is used by the fastest growing SaaS companies in the world. To get started for free, just visit Partnered.com!                    

Informações Básicas da Extensão

Nome Partnered | Instantly Get Help from Partners Partnered | Instantly Get Help from Partners
ID papnacbieidncdfbpabfchnlfcbdigjo
URL Oficial https://chromewebstore.google.com/detail/partnered-instantly-get-h/papnacbieidncdfbpabfchnlfcbdigjo
Descrição Partnered is the easiest way to find prospect overlap with your partners.
Tamanho do Arquivo 555 KB
Contagem de Instalações 46
Versão Atual 2022.04.19
Última Atualização 2022-04-19
Data de Publicação 2021-07-20
Classificação 5.00/5 Total de 5 Avaliações
Desenvolvedor https://partnered.com
Email [email protected]
Tipo de Pagamento free
URL da Página de Política de Privacidade https://partnered.com/privacy-policy
Idiomas Suportados en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Partnered | Instantly Get Help from Partners",
    "description": "Partnered is the easiest way to find prospect overlap with your partners.",
    "version": "2022.04.19",
    "manifest_version": 3,
    "background": {
        "service_worker": ".\/background.js"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*.linkedin.com\/*",
                "https:\/\/*.lightning.force.com\/*",
                "https:\/\/*.salesforce.com\/*"
            ],
            "js": [
                ".\/inject.js"
            ],
            "run_at": "document_end"
        }
    ],
    "icons": {
        "128": "resources\/partnered-128.png"
    },
    "web_accessible_resources": [
        {
            "resources": [
                "\/react\/*",
                "\/resources\/*"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "action": [],
    "permissions": [
        "storage",
        "tabs"
    ],
    "host_permissions": [
        "https:\/\/backend-api.partnered.com\/",
        "https:\/\/staging-backend-api.partnered.com\/"
    ],
    "externally_connectable": {
        "matches": [
            "https:\/\/www.linkedin.com\/*",
            "https:\/\/staging-app.partnered.com\/*",
            "https:\/\/app.partnered.com\/*"
        ]
    }
}