Star2Star Click to Dial

This extension detects phone numbers on web pages and enables them as links so when clicked will place the call via Star2Star.

Star2Star Click to Dialคืออะไร?

Star2Star Click to Dial เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Star2Star Communications และคุณลักษณะหลักของมันคือ "This extension detects phone numbers on web pages and enables them as links so when clicked will place the call via Star2Star."

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

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Star2Star Click to Dial

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

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

                        This extension detects phone numbers on web pages and turns them into clickable links that will place a call to that number via your selectable Star2Star phone extension. You must have Star2Star voice service in order to use this browser extension.

Please note: this service currently supports Business Voice extensions and local Business Voice+ extensions. However, remote Business Voice+ extensions are not supported at this time.                    

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

ชื่อ Star2Star Click to Dial Star2Star Click to Dial
ID ffepfjpghijcklhhdpllpekffijbbhia
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/star2star-click-to-dial/ffepfjpghijcklhhdpllpekffijbbhia
คำอธิบาย This extension detects phone numbers on web pages and enables them as links so when clicked will place the call via Star2Star.
ขนาดไฟล์ 32.02 KB
จำนวนการติดตั้ง 139
เวอร์ชันปัจจุบัน 2.0.7
อัปเดตครั้งล่าสุด 2022-03-07
วันที่เผยแพร่ 2021-03-28
ผู้พัฒนา Star2Star Communications
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://www.star2star.com/
URL หน้าช่วยเหลือ https://knowledge.star2star.com/kb/2850
URL หน้านโยบายความเป็นส่วนตัว https://s2s-support-files.s3.amazonaws.com/legal/star2star-communications-llc-privacy-policies.pdf
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Star2Star Click to Dial",
    "short_name": "*2* Click-to-Dial",
    "version": "2.0.7",
    "description": "This extension detects phone numbers on web pages and enables them as links so when clicked will place the call via Star2Star.",
    "icons": {
        "16": "media\/icon16.png",
        "48": "media\/icon48.png",
        "128": "media\/icon128.png"
    },
    "permissions": [
        "management",
        "storage",
        "identity",
        "cookies",
        "https:\/\/auth-appdev.star2starglobal.net\/*",
        "https:\/\/cpaas-appdev.star2starglobal.net\/*",
        "https:\/\/auth.star2star.com\/*",
        "https:\/\/cpaas-api.star2star.com\/*",
        "https:\/\/*.chromiumapp.org\/"
    ],
    "web_accessible_resources": [
        "media\/icon16.png"
    ],
    "background": {
        "persistent": true,
        "page": "background.html"
    },
    "browser_action": {
        "default_icon": "media\/icon16.png",
        "default_popup": "views\/popup.html"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "js": [
                "js\/content.js"
            ]
        }
    ]
}