ChromeCall

ChromeCall extension to dial numbers directly from web pages

ChromeCallとは何ですか?

ChromeCallはhttps://oit.coによって開発されたChromeの拡張機能で、その主な機能は「ChromeCall extension to dial numbers directly from web pages」です。

拡張機能のスクリーンショット

screenshot
screenshot
screenshot
screenshot

ChromeCall拡張機能のCRXファイルをダウンロード

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
Eメール [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:\/\/*\/*"
            ]
        }
    ]
}