Gcalls Logs

Click to call any contacts inside various CRM platforms

ما هو Gcalls Logs؟

Gcalls Logs هو إضافة Chrome تم تطويرها بواسطة Gcalls، والميزة الرئيسية لها هي "Click to call any contacts inside various CRM platforms".

لقطات شاشة التمديد

screenshot
screenshot
screenshot
screenshot

تحميل ملف CRX للإضافة Gcalls Logs

قم بتنزيل ملفات الامتداد Gcalls Logs بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        Click to call any contact inside various CRM and Helpdesk platforms and understand your customers before any conversation. Gcalls Plus Extension attempts to make life easier for your telesales, sales and customer service team. 

With Gcalls Plus Extension, agents can make calls right on your CRM, Helpdesk's database page just by one convenient click without dialing customers’ number. For incoming calls, a notification shows up even when you are working on other interfaces. This helps to save time per call made and hence increase productivity.

We also help you deliver the best experiences to your beloved customers thanks to all important information shown when there is an incoming call. Your agents will know exactly what their name is, latest notes, latest tickets, latest deals etc. and be better prepared for a fruitful conversation. Nothing makes customers more satisfied than a professional service that always cares and respects them.

We have integrated the extension with several CRM and Helpdesk platforms. They are not what you are using? Don't worry! Contact us at (+84) 898587099 or email [email protected]. Let us complete your call center solution and empower your favorite CRM tool.                    

معلومات أساسية عن التمديد

الاسم Gcalls Logs Gcalls Logs
ID hlekagbkjipfmnlhiohmehfgcbjfcnbl
عنوان URL الرسمي https://chromewebstore.google.com/detail/gcalls-logs/hlekagbkjipfmnlhiohmehfgcbjfcnbl
الوصف Click to call any contacts inside various CRM platforms
حجم الملف 4.04 MB
عدد التثبيتات 113
النسخة الحالية 2.13.3
آخر تحديث 2022-12-01
تاريخ النشر 2020-06-21
تقييم 5.00/5 مجموع تقييمات 5
المطور Gcalls
البريد الإلكتروني [email protected]
نوع الدفع free
عنوان صفحة سياسة الخصوصية https://gcalls.co/privacy-policy
اللغات المدعومة en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Gcalls Logs",
    "description": "Click to call any contacts inside various CRM platforms",
    "version": "2.13.3",
    "icons": {
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "browser_action": {
        "default_icon": "logo.png",
        "default_popup": "popup\/popup.html"
    },
    "background": {
        "scripts": [
            "assets\/js\/socket.io.js",
            "env.js",
            "background.js"
        ]
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "css": [
                "assets\/css\/font-awesome.min.css"
            ],
            "js": [
                "env.js"
            ]
        }
    ],
    "web_accessible_resources": [
        "assets\/*",
        "popup\/*",
        "logo.png"
    ],
    "permissions": [
        "tabs",
        "storage",
        "notifications",
        "*:\/\/*.gcall.vn\/*",
        "*:\/\/*.gcalls.co\/*",
        "*:\/\/*.gcalls.vn\/*"
    ]
}