Google Voice (by Google)

Make calls with Google Voice with a click.

Google Voice (by Google)คืออะไร?

Google Voice (by Google) เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://voice.google.com และคุณลักษณะหลักของมันคือ "Make calls with Google Voice with a click."

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

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Google Voice (by Google)

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

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

                        Extension Features:
- Makes phone numbers on websites callable via Google Voice by just clicking on them.
- If a phone number doesn't turn into a link, you can select the text with your mouse and right-click to make a call (note: might not work with all numbers).

Info:
- If you don't like the extension turning numbers into Voice icon links, you can turn it off in the extension options.                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Google Voice (by Google) Google Voice (by Google)
ID kcnhkahnjcbndmmehfkdnkjomaanaooo
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/google-voice-by-google/kcnhkahnjcbndmmehfkdnkjomaanaooo
คำอธิบาย Make calls with Google Voice with a click.
ขนาดไฟล์ 964 KB
จำนวนการติดตั้ง 707,917
เวอร์ชันปัจจุบัน 3.0.11
อัปเดตครั้งล่าสุด 2022-01-06
วันที่เผยแพร่ 2020-04-29
คะแนน 3.97/5 รวมทั้งหมด 6286 คะแนน
ผู้พัฒนา https://voice.google.com
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://voice.google.com/about
URL หน้าช่วยเหลือ https://support.google.com/voice/?hl=en#topic=1707989
URL หน้านโยบายความเป็นส่วนตัว https://www.google.com/policies/privacy
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Google Voice (by Google)",
    "version": "3.0.11",
    "description": "Make calls with Google Voice with a click.",
    "manifest_version": 3,
    "icons": {
        "16": "\/images\/logo_voice_2020q4_color_2x_web_16dp.png",
        "32": "\/images\/logo_voice_2020q4_color_2x_web_32dp.png",
        "48": "\/images\/logo_voice_2020q4_color_2x_web_48dp.png",
        "128": "\/images\/logo_voice_2020q4_color_2x_web_96dp.png"
    },
    "permissions": [
        "storage",
        "activeTab",
        "contextMenus"
    ],
    "background": {
        "service_worker": "background_js.js"
    },
    "action": {
        "default_popup": "popup.html"
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "css": [
                "contentscript.css"
            ],
            "js": [
                "contentscript_js.js"
            ],
            "all_frames": true
        }
    ],
    "options_page": "options.html"
}