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 مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        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
عنوان صفحة سياسة الخصوصية 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\/*"
        ]
    }
}