Ooma Office for Chrome

Ooma Office for Chrome extension brings your Ooma Office experience to your Chrome browser.

什麼是Ooma Office for Chrome?

Ooma Office for Chrome是由Ooma Inc開發的Chrome擴展程式,該擴展的主要功能是“Ooma Office for Chrome extension brings your Ooma Office experience to your Chrome browser.”。

擴展截圖

screenshot
screenshot
screenshot
screenshot
screenshot

下載Ooma Office for Chrome擴展crx文件

下載Ooma Office for Chrome擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        This extension brings Ooma Office experience to your Chrome browser. You can access your Ooma Office voicemails, faxes, and call logs in the Chrome browser without having to leave a web page. You can place calls to any numbers, including those in your Company Directory, Shared Speed Dial or Personal Directory, with a single click. 

Whether you use Chrome browser for research, information gathering or sales prospecting, Ooma Office for Chrome extension provides an easy and convenient way to access your communications data and place phone calls without having to leave a web page.                    

擴展基本資訊

名稱 Ooma Office for Chrome Ooma Office for Chrome
ID ladlgedhbnkabmladijjemoggkpojcga
官方網址 https://chromewebstore.google.com/detail/ooma-office-for-chrome/ladlgedhbnkabmladijjemoggkpojcga
簡介 Ooma Office for Chrome extension brings your Ooma Office experience to your Chrome browser.
檔案大小 1.22 MB
安裝次數 1,589
目前版本 1.2.0
更新時間 2022-03-09
上架時間 2021-08-26
評分 5.00/5 共 1 次評分
開發者 Ooma Inc
電子郵箱 [email protected]
付費類型 free
擴展官網 https://www.ooma.com
說明頁面URL https://support.ooma.com/office/getting-started/
隱私政策頁面URL https://www.ooma.com/legal/privacy-policy
支援的語言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "version": "1.2.0",
    "name": "Ooma Office for Chrome",
    "description": "Ooma Office for Chrome extension brings your Ooma Office experience to your Chrome browser.",
    "action": {
        "default_icon": {
            "16": "img\/icon-16.png",
            "128": "img\/icon-128.png"
        },
        "default_title": "Ooma Office for Chrome"
    },
    "background": {
        "service_worker": "background.bundle.js",
        "type": "module"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "contentScript.bundle.js"
            ]
        }
    ],
    "icons": {
        "16": "img\/icon-16.png",
        "128": "img\/icon-128.png"
    },
    "options_ui": {
        "page": "options.html"
    },
    "permissions": [
        "scripting",
        "declarativeNetRequest"
    ],
    "host_permissions": [
        "http:\/\/*\/",
        "https:\/\/*\/"
    ],
    "declarative_net_request": {
        "rule_resources": [
            {
                "id": "ruleset_1",
                "enabled": true,
                "path": "rules.json"
            }
        ]
    }
}