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 เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://partnered.com และคุณลักษณะหลักของมันคือ "Partnered is the easiest way to find prospect overlap with your partners."

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Partnered | Instantly Get Help from Partners

ดาวน์โหลดไฟล์ส่วนขยาย 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
อีเมล [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\/*"
        ]
    }
}