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 파일 다운로드

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

확장 프로그램 사용 설명서

                        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'"
    }
}