sipgate team for G Suite

Call someone directly out of G Suite from your browser.

sipgate team for G Suiteคืออะไร?

sipgate team for G Suite เป็นส่วนขยายของ Chrome ที่พัฒนาโดย CLINQ และคุณลักษณะหลักของมันคือ "Call someone directly out of G Suite from your browser."

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

screenshot
screenshot
screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย sipgate team for G Suite

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

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

                        Get all your daily tasks done right inside G Suite. This extension seamlessly integrates our full featured phone service into Google’s intelligent apps – without tedious workarounds.

We offer a full featured solution for phone, fax, messaging and voicemail in the cloud which  makes your communication more efficient.

This extension is currently under heavy development and only available for selected customers. Right now you can call someone directly out of your inbox, and we are constantly adding more features.                    

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

ชื่อ sipgate team for G Suite sipgate team for G Suite
ID jaemdlgbgkndaldpkoacdhdiegopjofa
URL อย่างเป็นทางการ https://chrome.google.com/webstore/detail/sipgate-team-f%C3%BCr-g-suite/jaemdlgbgkndaldpkoacdhdiegopjofa
คำอธิบาย Call someone directly out of G Suite from your browser.
ขนาดไฟล์ 1.46 MB
จำนวนการติดตั้ง 1,190
เวอร์ชันปัจจุบัน 0.3.2
อัปเดตครั้งล่าสุด 2019-05-17
วันที่เผยแพร่ 2019-05-17
คะแนน 3.27/5 รวมทั้งหมด 11 คะแนน
ผู้พัฒนา CLINQ
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://www.sipgateteam.de/gsuite
URL หน้านโยบายความเป็นส่วนตัว https://www.sipgateteam.de/datenschutz
ภาษาที่รองรับ de,en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAg7u\/FhC1xynmDZSrjXI8tt3UNpIvwRJPMHxcqFHVnqfbVl90ivsKHLlnjczid3JNIUAMUS9l5NUlEEoUrj3q0FBeh45POFxqLlznVUjRWjVLDwhrA8640vMBuPKeBF2gmo0zUiOXYk5GVK7j7PisijITEeybW\/7osNr3yVwCUaK0mhLhOnNd4kVSn61BkRSNXFx4GNjlh62R+3\/qXNuBYKczcPtw+K2bW+fYKdUahqXMOsghOwFgfv\/udSVcvHv2kKMnU7+Bk+V9UZ2tDdzSjtZ\/\/pH1T0bD4ziXsPpzfQxwiO6xk4LyxArqpbjZBFdG99t5V2ThZNMaceGosqxnZQIDAQAB",
    "default_locale": "de",
    "name": "__MSG_appName__",
    "short_name": "sipgate G",
    "description": "__MSG_appDescription__",
    "version": "0.3.2",
    "homepage_url": "https:\/\/www.sipgateteam.de\/",
    "icons": {
        "128": "images\/icon128.png",
        "48": "images\/icon48.png",
        "32": "images\/icon32.png",
        "16": "images\/icon16.png"
    },
    "browser_action": {
        "default_icon": {
            "32": "images\/icon32.png",
            "128": "images\/icon128.png"
        },
        "default_title": "__MSG_appName__"
    },
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "externally_connectable": {
        "matches": [
            "*:\/\/*.sipgate.com\/*",
            "*:\/\/*.sipgate.de\/*"
        ]
    },
    "content_scripts": [
        {
            "js": [
                "content.js"
            ],
            "css": [
                "main.css"
            ],
            "matches": [
                "https:\/\/mail.google.com\/*"
            ]
        }
    ],
    "web_accessible_resources": [
        "lib\/jquery-1.10.2.min.js",
        "lib\/gmail.js",
        "gmailEventsAdapter.js",
        "iframeWrapper.html",
        "main.css",
        "images\/*"
    ],
    "permissions": [
        "storage",
        "identity",
        "contentSettings",
        "https:\/\/www.google.com\/m8\/feeds\/contacts\/*"
    ],
    "oauth2": {
        "client_id": "576611091675-m8b4676q4pskcdp5jhbg7h1mgvo82fje.apps.googleusercontent.com",
        "scopes": [
            "https:\/\/www.googleapis.com\/auth\/contacts.readonly",
            "https:\/\/www.googleapis.com\/auth\/userinfo.email"
        ]
    }
}