Groove for G-Suite and Microsoft 365

Sales Engagement Platform For Salesforce, G-Suite, And Microsoft 365 Users

Groove for G-Suite and Microsoft 365คืออะไร?

Groove for G-Suite and Microsoft 365 เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://www.groove.co และคุณลักษณะหลักของมันคือ "Sales Engagement Platform For Salesforce, G-Suite, And Microsoft 365 Users"

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

screenshot
screenshot
screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Groove for G-Suite and Microsoft 365

ดาวน์โหลดไฟล์ส่วนขยาย Groove for G-Suite and Microsoft 365 ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

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

                        Groove is a market-leading sales engagement platform that enables sales leaders to execute their strategy in a smart, adaptive way. With Groove, revenue leaders can use automation to do more with less, driving greater efficiency and effectiveness across the customer lifecycle. 

Groove enables more than 75,000 users at ADP, Google, Uber, iHeartMedia, Capital One, and other large enterprises to be more efficient and effective. Groove has ranked #1 in enterprise customer satisfaction on G2 for four consecutive years and has been named one of the Inc. 5000 fastest-growing privately held companies in the U.S. since 2020. To learn more, visit https://groove.co.                    

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

ชื่อ Groove for G-Suite and Microsoft 365 Groove for G-Suite and Microsoft 365
ID fdkgjhmihbfpjgodmbmmmgmgnmemokda
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/groove-for-g-suite-and-mi/fdkgjhmihbfpjgodmbmmmgmgnmemokda
คำอธิบาย Sales Engagement Platform For Salesforce, G-Suite, And Microsoft 365 Users
ขนาดไฟล์ 14.48 MB
จำนวนการติดตั้ง 44,554
เวอร์ชันปัจจุบัน 2024.02.29.39504
อัปเดตครั้งล่าสุด 2024-03-02
วันที่เผยแพร่ 2020-06-25
คะแนน 4.28/5 รวมทั้งหมด 25 คะแนน
ผู้พัฒนา https://www.groove.co
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย http://www.groove.co
URL หน้าช่วยเหลือ http://help.groove.co
URL หน้านโยบายความเป็นส่วนตัว https://www.groove.co/privacy-policy
ภาษาที่รองรับ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Groove for G-Suite and Microsoft 365",
    "version": "2024.02.29.39504",
    "manifest_version": 3,
    "description": "Sales Engagement Platform For Salesforce, G-Suite, And Microsoft 365 Users",
    "options_page": "options.html",
    "action": {
        "default_popup": "popup.html",
        "default_title": "Groove"
    },
    "background": {
        "service_worker": "serviceWorker.js"
    },
    "icons": {
        "48": "assets\/64-color.png",
        "128": "assets\/128-color.png"
    },
    "permissions": [
        "scripting",
        "webNavigation",
        "storage",
        "webRequest",
        "declarativeNetRequestWithHostAccess",
        "gcm",
        "notifications",
        "tabs",
        "idle"
    ],
    "host_permissions": [
        "https:\/\/mail.google.com\/*",
        "https:\/\/*.visual.force.com\/*",
        "https:\/\/*.salesforce.com\/*",
        "https:\/\/*.google.com\/*",
        "https:\/\/*.visualforce.com\/*",
        "https:\/\/*.googleusercontent.com\/*",
        "https:\/\/*.grooveapp.com\/*",
        "https:\/\/*.groove.co\/*",
        "https:\/\/*.force.com\/*",
        "https:\/\/engine.groove.co\/*",
        "https:\/\/app.groove.co\/*"
    ],
    "optional_host_permissions": [
        "https:\/\/*.zoominfo.com\/*",
        ""
    ],
    "declarative_net_request": {
        "rule_resources": [
            {
                "id": "ruleset_1",
                "enabled": true,
                "path": "rules.json"
            }
        ]
    },
    "content_security_policy": {
        "extension_pages": "frame-src *; default-src 'self'; connect-src * data: blob: filesystem:; img-src * data:; style-src * 'unsafe-inline'; font-src * data:;"
    },
    "web_accessible_resources": [
        {
            "resources": [
                "googleMailPageScript.js"
            ],
            "matches": [
                "https:\/\/mail.google.com\/*"
            ]
        },
        {
            "resources": [
                "googleCalendarPageScript.js"
            ],
            "matches": [
                "https:\/\/calendar.google.com\/*"
            ]
        },
        {
            "resources": [
                "setup.html"
            ],
            "matches": [
                "https:\/\/engine.groove.co\/*",
                "https:\/\/app.groove.co\/*",
                "https:\/\/*.google.com\/*",
                "https:\/\/*.salesforce.com\/*",
                "https:\/\/*.force.com\/*"
            ]
        }
    ]
}