Ringostat click-to-call

The smart connector of your browser with Ringostat Smart Phone application

Ringostat click-to-callคืออะไร?

Ringostat click-to-call เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://ringostat.com และคุณลักษณะหลักของมันคือ "The smart connector of your browser with Ringostat Smart Phone application"

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Ringostat click-to-call

ดาวน์โหลดไฟล์ส่วนขยาย 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'"
    }
}