Ringostat Smart Phone

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

Ringostat Smart Phone क्या है?

Ringostat Smart Phone https://ringostat.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Smart telephone and sales rep’s analytical assistant right in the browser."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot
screenshot
screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Ringostat Smart Phone एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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
}