Partnered | Instantly Get Help from Partners

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

Partnered | Instantly Get Help from Partnersとは何ですか?

Partnered | Instantly Get Help from Partnersはhttps://partnered.comによって開発されたChromeの拡張機能で、その主な機能は「Partnered is the easiest way to find prospect overlap with your partners.」です。

拡張機能のスクリーンショット

screenshot
screenshot
screenshot

Partnered | Instantly Get Help from Partners拡張機能のCRXファイルをダウンロード

Partnered | Instantly Get Help from Partners拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        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!                    

拡張機能の基本情報

名前 Partnered | Instantly Get Help from Partners Partnered | Instantly Get Help from Partners
ID papnacbieidncdfbpabfchnlfcbdigjo
公式URL https://chromewebstore.google.com/detail/partnered-instantly-get-h/papnacbieidncdfbpabfchnlfcbdigjo
説明 Partnered is the easiest way to find prospect overlap with your partners.
ファイルサイズ 555 KB
インストール数 46
現在のバージョン 2022.04.19
最終更新日 2022-04-19
公開日 2021-07-20
評価 5.00/5 合計 5 レビュー
開発者 https://partnered.com
Eメール [email protected]
支払い方法 free
プライバシーポリシーページのURL https://partnered.com/privacy-policy
対応言語 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\/*"
        ]
    }
}