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 là gì?

PayCall Click To Copy là một tiện ích mở rộng Chrome được phát triển bởi https://paycall.co.il, và tính năng chính của nó là "PayCall Click To Copy, Calling direct from the browser when clicking on the phone number by using one of 3 different systems,…".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng PayCall Click To Copy

Tải xuống các tệp mở rộng PayCall Click To Copy dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên PayCall Click To Copy PayCall Click To Copy
ID jmefhhppchknhioanndkipamcaoomnoe
URL Chính Thức https://chromewebstore.google.com/detail/paycall-click-to-copy/jmefhhppchknhioanndkipamcaoomnoe
Mô tả PayCall Click To Copy, Calling direct from the browser when clicking on the phone number by using one of 3 different systems,…
Kích Thước Tệp 1.4 MB
Số Lần Cài Đặt 91
Phiên Bản Hiện Tại 0.0.1.1
Cập Nhật Lần Cuối 2023-03-26
Ngày Phát Hành 2021-06-18
Nhà Phát Triển https://paycall.co.il
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://www.paycall.co.il/
URL Trang Trợ Giúp https://www.paycall.co.il/
URL Trang Chính Sách Bảo Mật https://www.paycall.co.il/en/privacy
Ngôn Ngữ Được Hỗ Trợ 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';"
}