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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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
이메일 [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": [
                ""
            ]
        }
    ]
}