Elevate Chrome Extension

Elevate Chrome Extension

Elevate Chrome Extension là gì?

Elevate Chrome Extension là một tiện ích mở rộng Chrome được phát triển bởi Serverdata, và tính năng chính của nó là "Elevate Chrome Extension".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Elevate Chrome Extension

Tải xuống các tệp mở rộng Elevate Chrome Extension dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        Elevate is a full-featured UCaaS solution that combines cloud PBX voice, chat, business SMS, video conferencing, file sharing and contact center into a single platform. 

Seamlessly connect communication and collaboration functionalities of Elevate with Google products to streamline business workflows and increase employee productivity. 

Features:

 • Place calls: Click-to-call phone numbers on any web page from your Google Chrome browser.
 • Schedule Meetings: Quickly and easily add Online Meeting details to any new or existing Google Calendar events. 
 • Start Meetings: Click to start meetings from your Google Chrome browser or Google Calendar events.

Benefits: 

 • Increase productivity: Embed Elevate into your Google products to automate business workflows and maximize employee efficiency. 
 • Streamline workflows: Save time from switching between applications. 
 • Easy to use: Elevate for G-Suite is easy to use and easy to deploy, with no heavy training or implementation costs.

Note: The Elevate Desktop Application must be installed in order to use this extension. Learn more here: https://serverdata.net/elevateapps/


Elevate is available across desktop, softphone and a mobile app providing anytime access from virtually any device, anywhere, anytime. Our solution is built for MSPs and is available to sell via private label or cobranded models depending on your business needs.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Elevate Chrome Extension Elevate Chrome Extension
ID oficbncopphljnpdgcccjiffknmhniao
URL Chính Thức https://chromewebstore.google.com/detail/elevate-chrome-extension/oficbncopphljnpdgcccjiffknmhniao
Mô tả Elevate Chrome Extension
Kích Thước Tệp 2 MB
Số Lần Cài Đặt 8,660
Phiên Bản Hiện Tại 0.40
Cập Nhật Lần Cuối 2023-07-18
Ngày Phát Hành 2019-12-06
Đánh Giá 3.67/5 Tổng số 3 Đánh Giá
Nhà Phát Triển Serverdata
Email [email protected]
Loại Thanh Toán free
URL Trang Chính Sách Bảo Mật https://www.serverdata.net/legal/privacy-policy.aspx
Ngôn Ngữ Được Hỗ Trợ de,en,en-GB,fr,nl,it,ru,ja
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAi8Rdsxyu8T+j337ehVeHZzrqLrcxRGgRWyhQAvvws+NdGGMgryDaNk5KwMmFIAPmIAz9dhktoos\/JmCO98ag8DSVz6kb+uR33elXJ2I5jC3qkvp0SA2\/hH5vRaRcp3EdIdI5Vk8X6\/eSpCPfMEi28zTK9Ia425sUufXgnizDpKsfqmx4mUXK+4jH4+kxH0vs1A2RxbAgZjL+kwWqrnApsPzV4ztDWzv0sxGDlnoVJ79itpZ3XY5X2Ijhck3xDUnpWeEjtEoR1MX5OwGGOw8hMWkSm+twe3kDRg4s+WQOmRDVB4m5qgU270\/7gXn78+l12k0qm3aSlNkNONiL53boiQIDAQAB",
    "manifest_version": 2,
    "name": "__MSG_manifest_name__",
    "short_name": "__MSG_manifest_short_name__",
    "description": "__MSG_manifest_description__",
    "default_locale": "en",
    "version": "0.40",
    "icons": {
        "64": "assets\/images\/logo-64.png",
        "128": "assets\/images\/logo-128.png"
    },
    "browser_action": {
        "default_popup": "popup\/index.html"
    },
    "background": {
        "scripts": [
            "scripts\/events.background.js"
        ],
        "persistent": false
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*\/*",
                "http:\/\/*\/*"
            ],
            "exclude_globs": [
                "*:\/\/meeting.*anymeeting*.com\/**",
                "*:\/\/webinar.*anymeeting*.com\/**",
                "*:\/\/meeting.gomeet*.com\/**",
                "*:\/\/webinar.meeting.gomeet*.com\/**",
                "*:\/\/meeting.rambomeet-*.com\/**",
                "*:\/\/webinar.meeting.rambomeet-*.com\/**",
                "*:\/\/meeting.meetuniverge.blue\/**",
                "*:\/\/webinar.meetuniverge.blue\/**"
            ],
            "js": [
                "scripts\/ctc.content.js"
            ],
            "css": [
                "assets\/css\/ctc.content.css"
            ],
            "run_at": "document_idle",
            "all_frames": true
        },
        {
            "matches": [
                "https:\/\/www.google.com\/calendar\/*",
                "https:\/\/calendar.google.com\/calendar\/*"
            ],
            "js": [
                "scripts\/gc.content.js"
            ],
            "css": [
                "assets\/css\/gc.content.css"
            ]
        }
    ],
    "permissions": [
        "storage",
        "identity",
        "https:\/\/elevate-api.serverdata.net\/*"
    ],
    "web_accessible_resources": [
        "assets\/*"
    ],
    "content_security_policy": "script-src 'self' https:\/\/www.google-analytics.com 'unsafe-eval' 'sha256-rCs+PE9jSqXeEtt5LDTouGqlYo4ifJhnJA3Dqiji5h0='; object-src 'self'"
}