Parative Success Sidekick

A CSM-specific cockpit that includes everything needed to streamline account management and more!

Parative Success Sidekickคืออะไร?

Parative Success Sidekick เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Parative และคุณลักษณะหลักของมันคือ "A CSM-specific cockpit that includes everything needed to streamline account management and more!"

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

screenshot
screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Parative Success Sidekick

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

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

                        Customers don’t live in one place. Data doesn’t live in one place. So why are Customer Success teams stuck in one dashboard? Parative ignores seats and dashboards so CS teams can drive Retention and NRR from anywhere.

Parative's Success Sidekick is a CSM-specific cockpit that includes everything needed to streamline account management, optimize daily tasks, drive customer retention, and boost NRR. Teams don't need to log into a dedicated dashboard or make changes to their CRM in order to empower their CSMs.                    

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

ชื่อ Parative Success Sidekick Parative Success Sidekick
ID cmgenhoeimdmjlppokgmihohfijdplhg
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/parative-success-sidekick/cmgenhoeimdmjlppokgmihohfijdplhg
คำอธิบาย A CSM-specific cockpit that includes everything needed to streamline account management and more!
ขนาดไฟล์ 2.43 MB
จำนวนการติดตั้ง 54
เวอร์ชันปัจจุบัน 1.0.8
อัปเดตครั้งล่าสุด 2024-02-09
วันที่เผยแพร่ 2022-07-08
คะแนน 5.00/5 รวมทั้งหมด 1 คะแนน
ผู้พัฒนา Parative
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://www.parative.com/
URL หน้าช่วยเหลือ https://www.parative.com/
URL หน้านโยบายความเป็นส่วนตัว https://parative.com/privacy
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Parative Success Sidekick",
    "description": "A CSM-specific cockpit that includes everything needed to streamline account management and more!",
    "author": "Parative",
    "manifest_version": 3,
    "permissions": [
        "background",
        "contextMenus",
        "storage",
        "activeTab",
        "identity"
    ],
    "host_permissions": [
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "background": {
        "service_worker": "service-worker-loader.js",
        "type": "module"
    },
    "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAvzqkIbr4wTZtI1wq3Hjs2ySiT3JU7qdViZj1TjWaLUFZef6\/abVV+AIy2b5LfslgKkyCw+QiBmPIjciLqDhrg4qse6EgePRyYCWB1K+KYv7qOVreYee\/oYWayD7PeiqJEmAIdyhaXVv+HFKxG\/9\/P9QC6Xbi42ad1pess2C4q17GbAfVw43ibclPkOu0m+WPwIwGsSJyBYBeQ808Nt1UcZRS9bsAU\/y3303RCBPqVzoeP9C5Bo1ymWRmO1nMr3NJTAAybpykWAoe0K5tKFYk62n+6EVXtIFyxeWgi48bhJRv75mjHzedraTJLTa3zi38UZ2skYkowbot7wSOzbXUiwIDAQAB",
    "oauth2": {
        "client_id": "https:\/\/parative-qa-okta.auth.us-west-2.amazoncognito.com",
        "scopes": [
            "email",
            "openid",
            "phone",
            "aws.cognito.signin.user.admin"
        ]
    },
    "content_scripts": [
        {
            "js": [
                "assets\/bootstrap.tsx-loader-b636edad.js"
            ],
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ]
        }
    ],
    "action": [],
    "icons": {
        "16": "public\/favicon-white-16x16.png",
        "48": "public\/favicon-white-32x32.png"
    },
    "version": "1.0.8",
    "web_accessible_resources": [
        {
            "matches": [
                ""
            ],
            "resources": [
                "src\/chrome-background.ts",
                "src\/bootstrap.tsx"
            ],
            "use_dynamic_url": false
        },
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "resources": [
                "assets\/no-accounts-22487334.png",
                "assets\/no-feedback-2f7ead3d.png",
                "assets\/amplify-storage-689cfc8c.js",
                "assets\/bootstrap.tsx-0d0f48ce.js"
            ],
            "use_dynamic_url": true
        }
    ]
}