Ringostat click-to-call

The smart connector of your browser with Ringostat Smart Phone application

什么是Ringostat click-to-call?

Ringostat click-to-call是由https://ringostat.com开发的Chrome扩展程序,该扩展的主要功能是“The smart connector of your browser with Ringostat Smart Phone application”。

扩展截图

screenshot
screenshot

下载Ringostat click-to-call扩展crx文件

下载Ringostat click-to-call扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        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.                    

扩展基本信息

名称 Ringostat click-to-call Ringostat click-to-call
ID mdhaadeocjnpjkpecinmaokfmbcgocgn
官方URL https://chromewebstore.google.com/detail/ringostat-click-to-call/mdhaadeocjnpjkpecinmaokfmbcgocgn
简介 The smart connector of your browser with Ringostat Smart Phone application
文件大小 952 KB
安装次数 1,428
当前版本 0.0.5
更新时间 2024-02-21
上架时间 2022-11-17
开发者 https://ringostat.com
电子邮箱 [email protected]
付费类型 free
扩展官网 https://ringostat.com/rsp/
帮助页面URL https://ringostat.com/#chat_link
隐私政策页面URL https://ringostat.com/privacy-policy
支持的语言 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'"
    }
}