Outplay Connect

Outplay Connect enables users to easily engage with prospects across Gmail, Outlook, Sales Navigator and CRMs like Zoho.

Outplay Connectคืออะไร?

Outplay Connect เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://outplayhq.com และคุณลักษณะหลักของมันคือ "Outplay Connect enables users to easily engage with prospects across Gmail, Outlook, Sales Navigator and CRMs like Zoho."

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

screenshot
screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Outplay Connect

ดาวน์โหลดไฟล์ส่วนขยาย Outplay Connect ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        Multi-channel outreach is pivotal in today’s sales process. But, navigating between several tools and tabs to complete tasks can interrupt your focus and affect their productivity.

Outplay Connect Chrome Extension offers you dynamic access to your Outplay account. Take prospecting to a new level! 

Combine exclusive Outplay features with Gmail and Office 365. Create meeting links, access email templates on Outplay, track clicks and views, and much more.

Swiftly add prospects to Outplay from LinkedIn and Sales Navigator. Fetch all available information about a prospect with a click, semi-automate your LinkedIn outreach and complete tasks on the go.

Import contacts and leads along with their essential information from Zoho CRM or Salesforce to Outplay and add them to sequences without any hassle.

With Outplay Connect Chrome Extension, you can:
Complete Email, Call, SMS, WhatsApp, LinkedIn and Twitter tasks.
Send emails and SMSes to prospects without switching tabs.
Connect with prospects over a call with the Outplay Dialer. 
Search and add prospects to sequences, search and create tasks, view sequence statuses along with account information, and much more.
Link any prospect, task, sequence and one-off email to any opportunity. 
View your Live Feed with a click and be updated on prospect activity in real-time.  
Create prospecting list from anywhere.                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Outplay Connect Outplay Connect
ID jfjbcckhglfamaagobaibpjmnibmooko
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/outplay-connect/jfjbcckhglfamaagobaibpjmnibmooko
คำอธิบาย Outplay Connect enables users to easily engage with prospects across Gmail, Outlook, Sales Navigator and CRMs like Zoho.
ขนาดไฟล์ 13.22 MB
จำนวนการติดตั้ง 1,090
เวอร์ชันปัจจุบัน 0.2.0.2
อัปเดตครั้งล่าสุด 2024-03-04
วันที่เผยแพร่ 2021-07-17
คะแนน 3.67/5 รวมทั้งหมด 6 คะแนน
ผู้พัฒนา https://outplayhq.com
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://outplayhq.com
URL หน้าช่วยเหลือ https://support.outplayhq.com
URL หน้านโยบายความเป็นส่วนตัว https://outplayhq.com/privacy-policy
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "background": {
        "page": "background.html",
        "persistent": true
    },
    "browser_action": {
        "default_icon": "outplay-icon.png",
        "default_popup": "popup\/popup.html"
    },
    "description": "Outplay Connect enables users to easily engage with prospects across Gmail, Outlook, Sales Navigator and CRMs like Zoho.",
    "icons": {
        "128": "outplay-icon.png"
    },
    "name": "Outplay Connect",
    "permissions": [
        "storage",
        "background",
        "notifications",
        "webRequest",
        "webRequestBlocking",
        "cookies",
        "webNavigation",
        "https:\/\/*.googleusercontent.com\/*",
        "https:\/\/mail.google.com\/*",
        "https:\/\/outlook.office365.com\/*",
        "https:\/\/outlook.office.com\/*",
        "https:\/\/*.outplayhq.com\/*",
        "https:\/\/*.lightning.force.com\/*",
        "https:\/\/*.salesforce.com\/*",
        "https:\/\/*.zoho.in\/crm\/*",
        "https:\/\/*.zoho.com\/crm\/*",
        "https:\/\/*.zoho.eu\/crm\/*",
        "https:\/\/*.zoho.com.au\/crm\/*",
        "https:\/\/*.zoho.com.cn\/crm\/*",
        "https:\/\/*.zoho.jp\/crm\/*",
        "https:\/\/*.zoho.com\/*\/crm\/*",
        "https:\/\/*.zoho.in\/*\/crm\/*",
        "https:\/\/*.zoho.eu\/*\/crm\/*",
        "https:\/\/*.zoho.com.au\/*\/crm\/*",
        "https:\/\/*.zoho.com.cn\/*\/crm\/*",
        "https:\/\/*.zoho.jp\/*\/crm\/*",
        "https:\/\/*.hubspot.com\/*",
        "https:\/\/*.pipedrive.com\/*"
    ],
    "version": "0.2.0.2",
    "manifest_version": 2,
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*.outplayhq.com\/*"
            ],
            "css": [],
            "js": [
                "assets\/js\/outplay-site.js"
            ]
        },
        {
            "matches": [
                "https:\/\/mail.google.com\/mail\/*"
            ],
            "css": [
                "assets\/css\/gmail.css",
                "assets\/css\/opGmail.css",
                "assets\/css\/toastr.min.css",
                "assets\/css\/content.css"
            ],
            "js": [
                "assets\/js\/jquery.min.js",
                "assets\/js\/arrive.min.js",
                "assets\/js\/toastr.min.js",
                "assets\/js\/gmailInjector.js",
                "assets\/js\/gmailListener.js",
                "assets\/js\/gmailUI.js",
                "assets\/js\/knockout.min.js",
                "assets\/js\/outplay-service-handler.js",
                "assets\/js\/ui-modification.js",
                "content.js"
            ],
            "all_frames": false,
            "run_at": "document_idle"
        },
        {
            "matches": [
                "https:\/\/*.lightning.force.com\/*",
                "https:\/\/*.salesforce.com\/*",
                "https:\/\/outlook.office365.com\/*",
                "https:\/\/outlook.office.com\/*",
                "https:\/\/*.hubspot.com\/*",
                "https:\/\/*.pipedrive.com\/*"
            ],
            "exclude_matches": [],
            "css": [
                "assets\/css\/gmail.css",
                "assets\/css\/opGmail.css",
                "assets\/css\/toastr.min.css",
                "assets\/js\/components\/LeadModal\/LeadModal.styles.css",
                "assets\/css\/content.css"
            ],
            "js": [
                "webcomponents-bundle.js",
                "assets\/js\/jquery.min.js",
                "assets\/js\/select2.min.js",
                "assets\/js\/toastr.min.js",
                "assets\/js\/arrive.min.js",
                "assets\/js\/gmailInjector.js",
                "assets\/js\/gmailListener.js",
                "assets\/js\/gmailUI.js",
                "assets\/js\/knockout.min.js",
                "assets\/js\/outplay-service-handler.js",
                "assets\/js\/salesforce-handler.js",
                "assets\/js\/outlook-handler.js",
                "assets\/js\/components\/bg-common.js",
                "assets\/js\/components\/components.js",
                "assets\/js\/ui-modification.js",
                "content.js"
            ],
            "all_frames": false,
            "run_at": "document_idle",
            "match_about_blank": true
        },
        {
            "matches": [
                "https:\/\/*.zoho.in\/crm\/*",
                "https:\/\/*.zoho.com\/crm\/*",
                "https:\/\/*.zoho.eu\/crm\/*",
                "https:\/\/*.zoho.com.au\/crm\/*",
                "https:\/\/*.zoho.com.cn\/crm\/*",
                "https:\/\/*.zoho.jp\/crm\/*",
                "https:\/\/*.zoho.com\/*\/crm\/*",
                "https:\/\/*.zoho.in\/*\/crm\/*",
                "https:\/\/*.zoho.eu\/*\/crm\/*",
                "https:\/\/*.zoho.com.au\/*\/crm\/*",
                "https:\/\/*.zoho.com.cn\/*\/crm\/*",
                "https:\/\/*.zoho.jp\/*\/crm\/*"
            ],
            "css": [
                "assets\/css\/gmail.css",
                "assets\/css\/opGmail.css",
                "assets\/css\/toastr.min.css",
                "assets\/css\/content.css"
            ],
            "js": [
                "assets\/js\/jquery.min.js",
                "assets\/js\/toastr.min.js",
                "assets\/js\/arrive.min.js",
                "assets\/js\/outplay-service-handler.js",
                "assets\/js\/salesforce-handler.js",
                "assets\/js\/ui-modification.js",
                "content.js"
            ],
            "all_frames": false,
            "run_at": "document_idle"
        }
    ],
    "web_accessible_resources": [
        "outplay-components\/*.html",
        "assets\/images\/*.*",
        "assets\/css\/*",
        "assets\/js\/*",
        "webcomponents-bundle.js"
    ]
}