Sales Assist by Uberflip

Sales Assist is a next generation Sales Engagement layer on top of Uberflip. With Sales Assist, marketing and sales leaders can…

Sales Assist by Uberflipคืออะไร?

Sales Assist by Uberflip เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Uberflip และคุณลักษณะหลักของมันคือ "Sales Assist is a next generation Sales Engagement layer on top of Uberflip. With Sales Assist, marketing and sales leaders can…"

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

screenshot
screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Sales Assist by Uberflip

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

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

                        Sales Assist is a next generation Sales Engagement layer on top of Uberflip. With Sales Assist, marketing and sales leaders can enable reps to discover content, and then package & share highly engaging Digital Sales Rooms, in seconds. Reps can include marketing-approved and self-authored content creating highly personalized content experiences. 

As a chrome extension, Sales Assist always lives beside your other workflow and email cadence tools and provides a seamless experience that will increase productivity and boost sales velocity in your deals.

Sales Assist requires users to have an Uberflip account.                    

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

ชื่อ Sales Assist by Uberflip Sales Assist by Uberflip
ID kcbkakmlohgokmebhdmhcffdpegnlobk
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/sales-assist-by-uberflip/kcbkakmlohgokmebhdmhcffdpegnlobk
คำอธิบาย Sales Assist is a next generation Sales Engagement layer on top of Uberflip. With Sales Assist, marketing and sales leaders can…
ขนาดไฟล์ 45.76 KB
จำนวนการติดตั้ง 791
เวอร์ชันปัจจุบัน 1.1.6
อัปเดตครั้งล่าสุด 2023-07-11
วันที่เผยแพร่ 2023-04-18
คะแนน 5.00/5 รวมทั้งหมด 9 คะแนน
ผู้พัฒนา Uberflip
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://www.uberflip.com/solutions/digital-sales-rooms/
URL หน้าช่วยเหลือ https://help.uberflip.com/hc/en-us/sections/360012900191
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Sales Assist by Uberflip",
    "version": "1.1.6",
    "manifest_version": 2,
    "description": "",
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "browser_action": {
        "default_popup": "",
        "default_icon": "logo.png"
    },
    "icons": {
        "16": "logo-16.png",
        "48": "logo-48.png",
        "128": "logo-128.png"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "CONFIG.js",
                "sidepanel_script.js"
            ],
            "run_at": "document_start"
        }
    ],
    "permissions": [
        "",
        "storage"
    ]
}