Ringostat Smart Phone

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

Ringostat Smart Phone란 무엇입니까?

Ringostat Smart Phone은(는) https://ringostat.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Smart telephone and sales rep’s analytical assistant right in the browser."입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot
screenshot

Ringostat Smart Phone 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        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.                    

확장 프로그램 기본 정보

이름 Ringostat Smart Phone Ringostat Smart Phone
ID pmpdmpjichjpigklkhholiejpnhcjhkf
공식 URL https://chromewebstore.google.com/detail/ringostat-smart-phone/pmpdmpjichjpigklkhholiejpnhcjhkf
설명 Smart telephone and sales rep’s analytical assistant right in the browser.
파일 크기 3.54 MB
설치 횟수 3,331
현재 버전 1.1.82
최근 업데이트 2022-11-21
출시 날짜 2020-03-23
평점 5.00/5 총 11 개의 평점
개발자 https://ringostat.com
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://ringostat.com/smart-phone/
도움말 페이지 URL https://ringostat.com/#chat_link
개인정보 보호 정책 페이지 URL https://ringostat.com/privacy-policy
지원되는 언어 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
}