Evolux Click2Call

This extension shows a call button for every phone number in the current page

Evolux Click2Callとは何ですか?

Evolux Click2Callはhttps://evolux.net.brによって開発されたChromeの拡張機能で、その主な機能は「This extension shows a call button for every phone number in the current page」です。

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

screenshot

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

Evolux Click2Call拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        This extensions adds ability to click to call elements on pages that are phone numbers. You must be logged into Evolux Agent Panel prior to dialing the numbers.                    

拡張機能の基本情報

名前 Evolux Click2Call Evolux Click2Call
ID inpeccpiibbpjdflilihmlnpakbfomoi
公式URL https://chromewebstore.google.com/detail/evolux-click2call/inpeccpiibbpjdflilihmlnpakbfomoi
説明 This extension shows a call button for every phone number in the current page
ファイルサイズ 74.79 KB
インストール数 100
現在のバージョン 2.0.8
最終更新日 2022-12-20
公開日 2020-04-01
開発者 https://evolux.net.br
Eメール [email protected]
支払い方法 free
対応言語 pt-BR
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Evolux Click2Call",
    "description": "This extension shows a call button for every phone number in the current page",
    "version": "2.0.8",
    "action": {
        "default_icon": "img\/evolux-icon.png",
        "default_popup": "config.html",
        "default_title": "Configura\u00e7\u00f5es do Evolux Click2Call"
    },
    "permissions": [
        "storage"
    ],
    "host_permissions": [
        ""
    ],
    "content_scripts": [
        {
            "run_at": "document_start",
            "matches": [
                ""
            ],
            "all_frames": true,
            "js": [
                "clickToCall.js"
            ]
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "img\/evolux-icon.png"
            ],
            "matches": [
                ""
            ]
        }
    ]
}