Partnered | Instantly Get Help from Partners

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

Cos'è Partnered | Instantly Get Help from Partners?

Partnered | Instantly Get Help from Partners è un'estensione di Chrome sviluppata da https://partnered.com, e la sua funzione principale è "Partnered is the easiest way to find prospect overlap with your partners.".

Screenshot dell'Estensione

screenshot
screenshot
screenshot

Scarica il file CRX dell'estensione Partnered | Instantly Get Help from Partners

Scarica i file di estensione Partnered | Instantly Get Help from Partners in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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!                    

Informazioni di Base sull'Estensione

Nome Partnered | Instantly Get Help from Partners Partnered | Instantly Get Help from Partners
ID papnacbieidncdfbpabfchnlfcbdigjo
URL Ufficiale https://chromewebstore.google.com/detail/partnered-instantly-get-h/papnacbieidncdfbpabfchnlfcbdigjo
Descrizione Partnered is the easiest way to find prospect overlap with your partners.
Dimensione del File 555 KB
Conteggio Installazioni 46
Versione Corrente 2022.04.19
Ultimo Aggiornamento 2022-04-19
Data di Pubblicazione 2021-07-20
Valutazione 5.00/5 Totale 5 Valutazioni
Sviluppatore https://partnered.com
Email [email protected]
Tipo di Pagamento free
URL della Pagina della Politica sulla Privacy https://partnered.com/privacy-policy
Lingue Supportate 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\/*"
        ]
    }
}