Ooma Office for Chrome

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

Ooma Office for Chrome là gì?

Ooma Office for Chrome là một tiện ích mở rộng Chrome được phát triển bởi Ooma Inc, và tính năng chính của nó là "Ooma Office for Chrome extension brings your Ooma Office experience to your Chrome browser.".

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

screenshot
screenshot
screenshot
screenshot
screenshot

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

Tải xuống các tệp mở rộng Ooma Office for Chrome 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

                        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.                    

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

Tên Ooma Office for Chrome Ooma Office for Chrome
ID ladlgedhbnkabmladijjemoggkpojcga
URL Chính Thức https://chromewebstore.google.com/detail/ooma-office-for-chrome/ladlgedhbnkabmladijjemoggkpojcga
Mô tả Ooma Office for Chrome extension brings your Ooma Office experience to your Chrome browser.
Kích Thước Tệp 1.22 MB
Số Lần Cài Đặt 1,589
Phiên Bản Hiện Tại 1.2.0
Cập Nhật Lần Cuối 2022-03-09
Ngày Phát Hành 2021-08-26
Đánh Giá 5.00/5 Tổng số 1 Đánh Giá
Nhà Phát Triển Ooma Inc
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://www.ooma.com
URL Trang Trợ Giúp https://support.ooma.com/office/getting-started/
URL Trang Chính Sách Bảo Mật https://www.ooma.com/legal/privacy-policy
Ngôn Ngữ Được Hỗ Trợ 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"
            }
        ]
    }
}