Sudonum Chrome Extension

Click to call in the browser.

Sudonum Chrome Extensionคืออะไร?

Sudonum Chrome Extension เป็นส่วนขยายของ Chrome ที่พัฒนาโดย sudonum-chrome-extension และคุณลักษณะหลักของมันคือ "Click to call in the browser."

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Sudonum Chrome Extension

ดาวน์โหลดไฟล์ส่วนขยาย Sudonum Chrome Extension ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        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"
    }
}