NewTel

NewTel Click2Call

NewTelคืออะไร?

NewTel เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://newtelsystems.com และคุณลักษณะหลักของมันคือ "NewTel Click2Call"

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

screenshot
screenshot

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

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

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

                        NewTel Click2Call is an extension that allows NewTel users to click on any phone number that appears in any chrome browser window and initiate a call from their NewTel IP phone to that number.

For more information or to inquire about NewTel's Business Hosted PBX Services, please visit our website at http://newtelsystems.com                    

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

ชื่อ NewTel NewTel
ID blmmkibfngpdeifdfpccamgjdkmnmbfb
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/newtel/blmmkibfngpdeifdfpccamgjdkmnmbfb
คำอธิบาย NewTel Click2Call
ขนาดไฟล์ 222 KB
จำนวนการติดตั้ง 143
เวอร์ชันปัจจุบัน 2.6.4
อัปเดตครั้งล่าสุด 2023-01-06
วันที่เผยแพร่ 2019-02-07
ผู้พัฒนา https://newtelsystems.com
อีเมล [email protected]
ประเภทการชำระเงิน free
URL หน้านโยบายความเป็นส่วนตัว https://newtelsystems.com/privacy-policy
ภาษาที่รองรับ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "all_frames": true,
            "run_at": "document_start",
            "js": [
                "includes\/content.js"
            ]
        }
    ],
    "name": "NewTel",
    "icons": {
        "128": "icons\/icon128.png",
        "48": "icons\/icon48.png",
        "16": "icons\/button.png"
    },
    "web_accessible_resources": [
        "*"
    ],
    "description": "NewTel Click2Call",
    "background": {
        "page": "background.html"
    },
    "homepage_url": "http:\/\/newtelsystems.com\/",
    "version": "2.6.4",
    "options_page": "options.html",
    "manifest_version": 2,
    "content_security_policy": "script-src 'self' 'unsafe-eval' https:\/\/script.google.com https:\/\/script.googleusercontent.com https:\/\/www.google.com https:\/\/ssl.google-analytics.com https:\/\/www.google-analytics.com https:\/\/dl.dropboxusercontent.com https:\/\/connect.facebook.net https:\/\/platform.twitter.com https:\/\/apis.google.com; object-src 'self' https:\/\/script.google.com https:\/\/script.googleusercontent.com https:\/\/www.google.com https:\/\/ssl.google-analytics.com https:\/\/www.google-analytics.com https:\/\/dl.dropboxusercontent.com https:\/\/connect.facebook.net https:\/\/platform.twitter.com https:\/\/apis.google.com",
    "browser_action": {
        "default_icon": "icons\/button.png",
        "default_title": "NewTel Click2Call on highlighted numbers"
    },
    "permissions": [
        "tabs",
        "http:\/\/*\/*",
        "https:\/\/*\/*",
        "contextMenus",
        "webNavigation"
    ]
}