PayCall Click To Copy

PayCall Click To Copy, Calling direct from the browser when clicking on the phone number by using one of 3 different systems,…

PayCall Click To Copy란 무엇입니까?

PayCall Click To Copy은(는) https://paycall.co.il에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "PayCall Click To Copy, Calling direct from the browser when clicking on the phone number by using one of 3 different systems,…"입니다.

확장 프로그램 스크린샷

screenshot

PayCall Click To Copy 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        PayCall Click To Copy, Calling direct from the browser when clicking on the phone number by using one of 3 different systems, Master PBX , Callcenter Or Checkcall. When a user see a number on the browser he can by using the extension to click on that number and the extension will automatically pick the number and send it to the chosen service (  Master PBX , Callcenter Or Checkcall ), it is work on any page and not just by using the href tel attribute, but also by any phone number. the systems that the extension connect to is callback service type, more information can be found here https://www.paycall.co.il/callback/. the callback service as the name it follows, when we will click on the number we found on a website, the extension will generate callback request from the service the user registered to. after a few seconds he will get a call that will generate a callback to the number he clicked for.                    

확장 프로그램 기본 정보

이름 PayCall Click To Copy PayCall Click To Copy
ID jmefhhppchknhioanndkipamcaoomnoe
공식 URL https://chromewebstore.google.com/detail/paycall-click-to-copy/jmefhhppchknhioanndkipamcaoomnoe
설명 PayCall Click To Copy, Calling direct from the browser when clicking on the phone number by using one of 3 different systems,…
파일 크기 1.4 MB
설치 횟수 91
현재 버전 0.0.1.1
최근 업데이트 2023-03-26
출시 날짜 2021-06-18
개발자 https://paycall.co.il
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://www.paycall.co.il/
도움말 페이지 URL https://www.paycall.co.il/
개인정보 보호 정책 페이지 URL https://www.paycall.co.il/en/privacy
지원되는 언어 iw
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "PayCall Click To Copy",
    "description": "",
    "version": "0.0.1.1",
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "icons": {
        "128": "phone.png"
    },
    "options_page": "options.html",
    "permissions": [
        "http:\/\/*\/*",
        "https:\/\/*\/*",
        "storage",
        "contextMenus"
    ],
    "browser_action": {
        "default_title": "Hear this page",
        "default_icon": "phone.png",
        "default_popup": "popup.html"
    },
    "web_accessible_resources": [
        "*.wav",
        "*.map",
        "*.png"
    ],
    "manifest_version": 2,
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*\/*",
                "http:\/\/*\/*"
            ],
            "js": [
                "thirdParty\/jquery-3.5.1.min.js",
                "thirdParty\/lc_switch.min.js",
                "thirdParty\/sweetalert2.all.min.js",
                "thirdParty\/fa.js",
                "content_script.js",
                "alert.js"
            ],
            "run_at": "document_end",
            "css": [
                "style.css",
                "thirdParty\/sweetalert2.min.css"
            ]
        }
    ],
    "content_security_policy": "script-src 'self' https:\/\/maxcdn.bootstrapcdn.com https:\/\/cdnjs.cloudflare.com https:\/\/code.jquery.com; object-src 'self';"
}