ChromeCall

ChromeCall extension to dial numbers directly from web pages

ChromeCallคืออะไร?

ChromeCall เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://oit.co และคุณลักษณะหลักของมันคือ "ChromeCall extension to dial numbers directly from web pages"

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

screenshot
screenshot
screenshot
screenshot

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

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

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

                        ChromeCall is a tool for OITVOIP users to dial numbers directly from their web page, simply by clicking on it. Access your call history, voicemail and more right from your browser.                    

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

ชื่อ ChromeCall ChromeCall
ID pmhfmheghhjencglkapimohepfndgpac
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/chromecall/pmhfmheghhjencglkapimohepfndgpac
คำอธิบาย ChromeCall extension to dial numbers directly from web pages
ขนาดไฟล์ 1.82 MB
จำนวนการติดตั้ง 155
เวอร์ชันปัจจุบัน 1.0.1
อัปเดตครั้งล่าสุด 2022-11-16
วันที่เผยแพร่ 2019-12-12
ผู้พัฒนา https://oit.co
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://oit.co
URL หน้าช่วยเหลือ https://oit.co/contact
ภาษาที่รองรับ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "ChromeCall",
    "icons": {
        "16": "icons\/16.png",
        "48": "icons\/48.png",
        "128": "icons\/128.png"
    },
    "description": "ChromeCall extension to dial numbers directly from web pages",
    "version": "1.0.1",
    "action": {
        "default_popup": "html\/menu.html"
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "css": [
                "css\/cc content.css"
            ],
            "js": [
                "js\/jquery-3.3.1.min.js",
                "js\/axios.min.js",
                "js\/rsvp.min.js",
                "config.js",
                "js\/stub.js",
                "js\/search.js",
                "js\/api.js",
                "js\/popup.js",
                "js\/keybind.js",
                "js\/filter.js",
                "js\/content.js"
            ],
            "run_at": "document_end",
            "all_frames": true
        }
    ],
    "background": {
        "service_worker": "js\/background.js"
    },
    "permissions": [
        "http:\/\/*\/*",
        "https:\/\/*\/*",
        "tabs",
        "storage",
        "contextMenus"
    ],
    "manifest_version": 3,
    "web_accessible_resources": [
        {
            "resources": [
                "img\/*"
            ],
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ]
        }
    ]
}