Sudonum Chrome Extension

Click to call in the browser.

What is Sudonum Chrome Extension?

Sudonum Chrome Extension is a Chrome extension developed by sudonum-chrome-extension, and its main feature is "Click to call in the browser.".

Extension Screenshots

screenshot

Download Sudonum Chrome Extension Extension CRX File

Download Sudonum Chrome Extension extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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                    

Extension Basic Information

Name Sudonum Chrome Extension Sudonum Chrome Extension
ID aagoeolhfjpmdaghkphdmndiggbfmeba
Official URL https://chromewebstore.google.com/detail/sudonum-chrome-extension/aagoeolhfjpmdaghkphdmndiggbfmeba
Description Click to call in the browser.
File Size 414 KB
Installation Count 134
Current Version 1.0.6
Last Updated 2023-05-02
Publish Date 2021-09-14
Rating 5.00/5 Total 3 Ratings
Developer sudonum-chrome-extension
Email [email protected]
Payment Type free
Extension Website https://sudonum.com
Privacy Policy Page URL https://www.sudonum.com/privacy-policy
Supported Languages 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"
    }
}