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.”。
扩展截图
下载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 |
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 |
电子邮箱 | [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": [ " |