Ringostat click-to-call

The smart connector of your browser with Ringostat Smart Phone application

Ringostat click-to-call là gì?

Ringostat click-to-call là một tiện ích mở rộng Chrome được phát triển bởi https://ringostat.com, và tính năng chính của nó là "The smart connector of your browser with Ringostat Smart Phone application".

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

screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Ringostat click-to-call

Tải xuống các tệp mở rộng Ringostat click-to-call 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

                        Extension that converts all the phone numbers on the website (allow or deny lists possible) to telephone links so click on them will launch Ringostat Smart Phone app and make a call.                    

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

Tên Ringostat click-to-call Ringostat click-to-call
ID mdhaadeocjnpjkpecinmaokfmbcgocgn
URL Chính Thức https://chromewebstore.google.com/detail/ringostat-click-to-call/mdhaadeocjnpjkpecinmaokfmbcgocgn
Mô tả The smart connector of your browser with Ringostat Smart Phone application
Kích Thước Tệp 952 KB
Số Lần Cài Đặt 1,428
Phiên Bản Hiện Tại 0.0.5
Cập Nhật Lần Cuối 2024-02-21
Ngày Phát Hành 2022-11-17
Nhà Phát Triển https://ringostat.com
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://ringostat.com/rsp/
URL Trang Trợ Giúp https://ringostat.com/#chat_link
URL Trang Chính Sách Bảo Mật https://ringostat.com/privacy-policy
Ngôn Ngữ Được Hỗ Trợ en,ru,uk
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "version": "0.0.5",
    "name": " Ringostat click-to-call",
    "description": "__MSG_appDesc__",
    "default_locale": "en",
    "icons": {
        "16": "logo_16x16.png",
        "32": "logo_32x32.png",
        "128": "logo_128x128.png"
    },
    "background": {
        "service_worker": "background.js"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "exclude_globs": [
                "https:\/\/meet.google.com\/*"
            ],
            "run_at": "document_idle",
            "all_frames": false,
            "js": [
                "content.js"
            ]
        }
    ],
    "options_page": "options.html",
    "action": {
        "default_title": "Ringostat click-to-call",
        "default_icon": "favicon.ico",
        "default_popup": "popup.html"
    },
    "permissions": [
        "storage",
        "contextMenus"
    ],
    "host_permissions": [
        "*:\/\/*\/*"
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "icon.ico",
                "favicon.ico",
                "static\/rsp.js",
                "static\/rsp.css"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "content_security_policy": {
        "extension_pages": "script-src 'self'; object-src 'self'"
    }
}