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 مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        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
عنوان صفحة المساعدة 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:\/\/*\/*"
            ]
        }
    ]
}