Better Voice Click-to-Call

Make calls by clicking on any phone number or selecting from text.

Better Voice Click-to-Callคืออะไร?

Better Voice Click-to-Call เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://bettervoice.com และคุณลักษณะหลักของมันคือ "Make calls by clicking on any phone number or selecting from text."

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Better Voice Click-to-Call

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

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

                        Make calls by clicking on any phone number. You can also right click on phone numbers to send text messages or add the number to your Better Voice contact list. This extension works with our web app, or the Chrome desktop app if you have it installed.                    

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

ชื่อ Better Voice Click-to-Call Better Voice Click-to-Call
ID olhicicppflahokekjabbkpgdjkjpifl
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/better-voice-click-to-cal/olhicicppflahokekjabbkpgdjkjpifl
คำอธิบาย Make calls by clicking on any phone number or selecting from text.
ขนาดไฟล์ 91.17 KB
จำนวนการติดตั้ง 35
เวอร์ชันปัจจุบัน 0.91
อัปเดตครั้งล่าสุด 2017-06-06
วันที่เผยแพร่ 2017-06-06
คะแนน 4.00/5 รวมทั้งหมด 2 คะแนน
ผู้พัฒนา https://bettervoice.com
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://www.bettervoice.com
URL หน้าช่วยเหลือ https://help.bettervoice.com
URL หน้านโยบายความเป็นส่วนตัว https://www.voyant.com/legal-notices/privacy-policy
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAqX7Swr3Yzm9tqY477rnyuZ86cg7oXQtSjkhP4szOthVSwVLqJR1VKAfId+BIlyKeeBrLIldd+Ip7bYqfoZNyTPP0GapOTF117r+T69NJsWlY2P6hqlJLKO7AMfhV5XjgtAQRWo70IW4YwDKXUJAkqhrJiP6ZjRlfj+2MgVKZR0gWe9GF\/2AEjdJ6YeijyjQQm7qTOfiz5ieHkMiQVuaFWM9djl8SH\/CAiwWp2CQ6EI\/BfHPcQN8bk6ZQazBu5DqIy0lAPsXjnKzZyVqr9Z7LmrClE2Ln0VuG37+ng\/Q\/82jLfICrboMxZz2eQczQ\/axCEn7mCwFftKxdpW7HMjWJvQIDAQAB",
    "name": "Better Voice Click-to-Call",
    "description": "Make calls by clicking on any phone number or selecting from text.",
    "version": "0.91",
    "icons": {
        "16": "img\/icon-16.png",
        "48": "img\/icon-48.png",
        "128": "img\/icon-128.png"
    },
    "browser_action": {
        "default_icon": {
            "19": "img\/icon-19.png",
            "38": "img\/icon-38.png"
        },
        "default_title": "Open Better Voice"
    },
    "permissions": [
        "management",
        "contextMenus",
        "tabs",
        "cookies",
        "storage",
        "*:\/\/*.bettervoice.com\/*",
        "*:\/\/localhost\/*"
    ],
    "background": {
        "scripts": [
            "js\/jquery.js",
            "js\/underscore.js",
            "js\/background.js"
        ]
    },
    "options_ui": {
        "page": "html\/options.html",
        "chrome_style": true
    },
    "content_scripts": [
        {
            "run_at": "document_end",
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "js\/jquery.js",
                "js\/underscore.js",
                "js\/contentScript.js"
            ],
            "css": [
                "css\/contentScript.css"
            ]
        }
    ],
    "externally_connectable": {
        "matches": [
            "*:\/\/app.bettervoice.com\/*",
            "*:\/\/localhost\/*"
        ]
    },
    "web_accessible_resources": [
        "img\/*.png"
    ],
    "applications": {
        "gecko": {
            "id": "[email protected]"
        }
    }
}