CRMDialer Gmail Plugin

CRMDialer is the industry's best power dialer CRM software. Email, calling, SMS and more. Integrated with Google Calendar and Email.

CRMDialer Gmail Pluginคืออะไร?

CRMDialer Gmail Plugin เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://crmdialer.com และคุณลักษณะหลักของมันคือ "CRMDialer is the industry's best power dialer CRM software. Email, calling, SMS and more. Integrated with Google Calendar and Email."

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

screenshot
screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย CRMDialer Gmail Plugin

ดาวน์โหลดไฟล์ส่วนขยาย CRMDialer Gmail Plugin ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        Presenting an extension to work with www.crmdialer.com or as a standalone. CRMDialer’s Gmail extension provides you with the tools you need to grow your business. CRMDialer is the premier provider of all-in-one CRM solutions, giving you the ability to manage all of your teams day-to-day activities, in one platform. 

FOLLOW UP WITH EASE
Create tasks and reminders right in gmail, so that you never forget to follow up with a prospect. You can also schedule emails to go out at a specific time, so that you never respond too early, or too late. 

EMAIL TEMPLATES
Access all of your CRMDialer templates right in your email composition. Whether it be for a completely new email chain, or for an existing one, you can be more productive, and send out the right response to close that deal faster. 

VOICE RECOGNITION
Whether you are on the move or in the comfort of your desk, you can leverage our powerful voice recognition software, to type your email for you quickly.

COMMUNICATION
Make a phone call or send a text message easily with the click of a button right from Gmail. This way you are more productive, and don’t have to switch pages for a quick talk, making you more productive. 

NEVER GET LOST
Create new notes and access existing notes about your prospect, so that you never lose track of where you last left off.
 
ADD NEW LEADS TO THE SYSTEM
Got a new inbound prospect over email? Add them to CRMDialer with the click of a button, and immediately start taking notes, creating tasks, and communicating with them.                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ CRMDialer Gmail Plugin CRMDialer Gmail Plugin
ID bnjejgdaeaanmefpbpkhhnccfepfcoea
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/crmdialer-gmail-plugin/bnjejgdaeaanmefpbpkhhnccfepfcoea
คำอธิบาย CRMDialer is the industry's best power dialer CRM software. Email, calling, SMS and more. Integrated with Google Calendar and Email.
ขนาดไฟล์ 904 KB
จำนวนการติดตั้ง 20
เวอร์ชันปัจจุบัน 0.0.2.2
อัปเดตครั้งล่าสุด 2020-06-02
วันที่เผยแพร่ 2020-06-02
คะแนน 5.00/5 รวมทั้งหมด 1 คะแนน
ผู้พัฒนา https://crmdialer.com
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://www.crmdialer.com
URL หน้าช่วยเหลือ https://help.iriscrm.com
URL หน้านโยบายความเป็นส่วนตัว https://www.iriscrm.com/privacystatement
ภาษาที่รองรับ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "CRMDialer Gmail Plugin",
    "description": "CRMDialer is the industry's best power dialer CRM software. Email, calling, SMS and more. Integrated with Google Calendar and Email.",
    "short_name": "CRMDialer",
    "version": "0.0.2.2",
    "background": {
        "scripts": [
            "js\/extension\/background.js"
        ],
        "persistent": false
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/mail.google.com\/*"
            ],
            "js": [
                "vendor\/inboxsdk\/inboxsdk.js",
                "vendor\/handlebars\/handlebars.min-latest.js",
                "vendor\/flatpickr\/js\/flatpickr.js",
                "vendor\/locutus\/strtotime.js",
                "vendor\/annyang\/annyang.min.js",
                "js\/common\/parser.js",
                "js\/gmail\/vars.js",
                "js\/gmail\/helpers.js",
                "js\/gmail\/content.js",
                "js\/gmail\/user.js",
                "js\/gmail\/lead.js",
                "js\/gmail\/speech.js",
                "js\/gmail\/sidebar.js",
                "js\/gmail\/compose.js",
                "js\/gmail\/thread.js",
                "js\/gmail\/login.js",
                "js\/gmail\/inbox.js"
            ],
            "css": [
                "css\/content.css",
                "vendor\/flatpickr\/css\/flatpickr.min.css"
            ],
            "run_at": "document_end"
        }
    ],
    "permissions": [
        "tabs",
        "activeTab",
        "declarativeContent",
        "storage",
        "*:\/\/mail.google.com\/*",
        "*:\/\/*.iriscrm.com\/*"
    ],
    "web_accessible_resources": [
        "html\/content\/*.html",
        "js\/*",
        "vendor\/*",
        "images\/*",
        "sounds\/*"
    ],
    "page_action": {
        "default_popup": "html\/extension\/popup.html",
        "default_icon": "images\/icon\/crmdialer.png"
    },
    "externally_connectable": {
        "matches": [
            "*:\/\/*.iriscrm.com\/*"
        ]
    },
    "icons": {
        "16": "images\/crmdialer\/16.png",
        "32": "images\/crmdialer\/32.png",
        "48": "images\/crmdialer\/48.png",
        "128": "images\/crmdialer\/128.png"
    },
    "manifest_version": 2
}