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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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
공식 URL 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"
            }
        ]
    }
}