Ringostat Smart Phone

Smart telephone and sales rep’s analytical assistant right in the browser.

Ringostat Smart Phone là gì?

Ringostat Smart Phone 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à "Smart telephone and sales rep’s analytical assistant right in the browser.".

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

screenshot
screenshot
screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Ringostat Smart Phone

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

                        Call from any web page and go to CRM with one click. Understand the customer’s needs before answering his call.

Ringostat Smart Phone turns your browser into a full-featured web phone and the best sales rep’s assistant. The extension allows to:
  — make and receive calls directly in the browser, go to CRM in one click right during the call;
  — work in one window, without switching between systems. The extension is conveniently placed on top of the main screen without interfering your;
  — have maximum information about the customer before answering his call. From which ad he came to the site, which web pages he visited, from which web page he called, etc. While competitors are spending the first five minutes of a conversation to find out the needs of the customer, you are already selling.                    

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

Tên Ringostat Smart Phone Ringostat Smart Phone
ID pmpdmpjichjpigklkhholiejpnhcjhkf
URL Chính Thức https://chromewebstore.google.com/detail/ringostat-smart-phone/pmpdmpjichjpigklkhholiejpnhcjhkf
Mô tả Smart telephone and sales rep’s analytical assistant right in the browser.
Kích Thước Tệp 3.54 MB
Số Lần Cài Đặt 3,331
Phiên Bản Hiện Tại 1.1.82
Cập Nhật Lần Cuối 2022-11-21
Ngày Phát Hành 2020-03-23
Đánh Giá 5.00/5 Tổng số 11 Đánh Giá
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/smart-phone/
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
{
    "name": "Ringostat Smart Phone",
    "description": "__MSG_appDesc__",
    "default_locale": "en",
    "version": "1.1.82",
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "icons": {
        "16": "logo_16x16.png",
        "32": "logo_32x32.png",
        "128": "logo_128x128.png"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "exclude_globs": [
                "https:\/\/meet.google.com\/*"
            ],
            "run_at": "document_idle",
            "all_frames": false,
            "js": [
                "content.js"
            ],
            "css": [
                "static\/awd.css"
            ]
        }
    ],
    "browser_action": {
        "default_icon": "favicon.ico",
        "default_title": "Ringostat Smart Phone"
    },
    "permissions": [
        "contextMenus",
        "notifications",
        "storage",
        "activeTab"
    ],
    "web_accessible_resources": [
        "\/*"
    ],
    "options_page": "options.html",
    "content_security_policy": "script-src 'self' 'unsafe-eval' https:\/\/app.ringostat.com; object-src 'self'",
    "manifest_version": 2
}