Sudonum Chrome Extension

Click to call in the browser.

Sudonum Chrome Extension란 무엇입니까?

Sudonum Chrome Extension은(는) sudonum-chrome-extension에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Click to call in the browser."입니다.

확장 프로그램 스크린샷

screenshot

Sudonum Chrome Extension 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        Start a phone call from your browser and answer it on your mobile phone. No extra software required.

Requirements:
You'll need a Sudonum API Token. Feel free to contact [email protected] to open an account.

Install:
Click here and select "Add to Chrome".

Usage:
1. Highlight the phone number you would like to call
2. Right-click the phone number
3. Select the "Call Now!" option
4. In a few seconds your mobile phone will start ringing
5. Answer the call and wait to be connected the phone number you highlighted                    

확장 프로그램 기본 정보

이름 Sudonum Chrome Extension Sudonum Chrome Extension
ID aagoeolhfjpmdaghkphdmndiggbfmeba
공식 URL https://chromewebstore.google.com/detail/sudonum-chrome-extension/aagoeolhfjpmdaghkphdmndiggbfmeba
설명 Click to call in the browser.
파일 크기 414 KB
설치 횟수 134
현재 버전 1.0.6
최근 업데이트 2023-05-02
출시 날짜 2021-09-14
평점 5.00/5 총 3 개의 평점
개발자 sudonum-chrome-extension
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://sudonum.com
개인정보 보호 정책 페이지 URL https://www.sudonum.com/privacy-policy
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Sudonum Chrome Extension",
    "version": "1.0.6",
    "description": "Click to call in the browser.",
    "manifest_version": 3,
    "permissions": [
        "storage",
        "contextMenus",
        "tabs",
        "activeTab",
        "notifications"
    ],
    "background": {
        "service_worker": "js\/background.js"
    },
    "action": {
        "default_popup": "popup.html"
    },
    "icons": {
        "48": "imgs\/icon_chrome_ext.png"
    }
}