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
Eメール [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'"
    }
}