Salesforza Gmail Mail Merge & CRM on GSheets

Chrome Extension CRM for Gmail leveraging Google Sheets with ability to create mail merges

Salesforza Gmail Mail Merge & CRM on GSheetsคืออะไร?

Salesforza Gmail Mail Merge & CRM on GSheets เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://salesforza.com และคุณลักษณะหลักของมันคือ "Chrome Extension CRM for Gmail leveraging Google Sheets with ability to create mail merges"

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

screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Salesforza Gmail Mail Merge & CRM on GSheets

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

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

                        Increase sales 📈and improve customer relationships 🤝by managing Gmail with SalesForza:

📤 Send Personalized Mail Merges from Gmail that land in Inbox (not Spam)

🏎💨 Fastest CRM: 1-click sync emails to Google Sheets Work directly inside of Gmail

🔄 Always in Sync (between Google Sheets & Extension): No time wasted importing/exporting csv files

💰Enrich your CRM: Add priority, stage, notes plus more fields (ex. Location, Firstname...)

📈 Increase sales: Create new Pipelines synched to new Google Sheets

🤖Automatically capture Email’s subject line, email of the sender or recipient 

⏱Save time: No more switching tabs, work inside of Gmail managing emails on Google Sheets.

🔐Your data is stored directly in the same cloud as Gmail and Google Sheets

- - - 

🔮We plan to build more features which you can vote on our public roadmap so that we can prioritize them together with all of you → Invite link: https://trello.com/invite/b/qZcER0wq/64162b342418211b3dcce39d62c90d21/public-salesforza-crm-main-chrome-extension-youtube-influencers-etc

⛓Integrate with other apps and services via Zapier and similar tools

📤 Automatically schedule emails to more recipient with personalization

📅 Integrate with Google Calendar

⏰ Set to dos and actions potentially synching with Google Tasks

🔔 Set reminders and snoozes for emails

❤️ Quickly favorite emails with one touch

📎 Easily manage attachments

💰 Easily send invoices and business proposals

🔑 Send secure files

⌛️ Set emails to send later                    

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

ชื่อ Salesforza Gmail Mail Merge & CRM on GSheets Salesforza Gmail Mail Merge & CRM on GSheets
ID fnopnjoidnndbjeppcliehigoajogiba
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/salesforza-gmail-mail-mer/fnopnjoidnndbjeppcliehigoajogiba
คำอธิบาย Chrome Extension CRM for Gmail leveraging Google Sheets with ability to create mail merges
ขนาดไฟล์ 759 KB
จำนวนการติดตั้ง 527
เวอร์ชันปัจจุบัน 1.0.36
อัปเดตครั้งล่าสุด 2023-12-11
วันที่เผยแพร่ 2022-06-18
คะแนน 5.00/5 รวมทั้งหมด 8 คะแนน
ผู้พัฒนา https://salesforza.com
อีเมล [email protected]
ประเภทการชำระเงิน in_app
เว็บไซต์ส่วนขยาย https://www.salesforza.com/
URL หน้าช่วยเหลือ https://www.salesforza.com/support
URL หน้านโยบายความเป็นส่วนตัว https://www.salesforza.com/privacy-policy
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "1.0.36",
    "manifest_version": 3,
    "name": "__MSG_appNameGmail__",
    "description": "__MSG_appDescGmail__",
    "default_locale": "en",
    "options_page": "options.html",
    "background": {
        "service_worker": "background.bundle.js"
    },
    "action": {
        "default_popup": "popup.html",
        "default_title": "__MSG_appIconTitleGmail__",
        "default_icon": "icon-34.png"
    },
    "icons": {
        "128": "icon-128.png"
    },
    "permissions": [
        "scripting",
        "identity",
        "storage",
        "scripting"
    ],
    "host_permissions": [
        "https:\/\/mail.google.com\/*"
    ],
    "content_scripts": [
        {
            "run_at": "document_end",
            "matches": [
                "https:\/\/mail.google.com\/*"
            ],
            "js": [
                "\/lib\/browser-polyfill.js",
                "contentScript.bundle.js"
            ],
            "css": [
                "content.styles.css"
            ]
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "\/icon-34.png",
                "\/icon-sharedocview-34.png",
                "\/1.png",
                "\/2.png",
                "\/3.png",
                "\/[email protected]"
            ],
            "matches": [
                "https:\/\/mail.google.com\/*"
            ]
        }
    ],
    "commands": {
        "syncRowCommand": {
            "suggested_key": "Ctrl+Shift+1",
            "description": "Sync Row"
        },
        "toggleSideBar": {
            "suggested_key": "Ctrl+Shift+2",
            "description": "Toggle Extension Sidebar"
        },
        "_execute_action": {
            "suggested_key": {
                "windows": "Ctrl+Shift+E",
                "mac": "Command+Shift+E",
                "chromeos": "Ctrl+Shift+E",
                "linux": "Ctrl+Shift+E"
            }
        }
    },
    "oauth2": {
        "client_id": "958294554786-hm2mooggqpvgba8u8ucg674h19araddn.apps.googleusercontent.com",
        "scopes": [
            "profile",
            "email",
            "https:\/\/www.googleapis.com\/auth\/gmail.compose",
            "https:\/\/www.googleapis.com\/auth\/drive.file"
        ]
    },
    "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAvmUjCXPP\/bZREND9x9zYP7VnQ1ofbH0YRmXf5aoANnoPyjskxWR\/pbwxp5pHePYPwKiSs0hk8CZenb\/6Y9wurngnfEHGLYxdPCfl4mjNCHhZ1haAjROguabsXM+u+MkruKtH9Q27sUuNx+RqW62U5o77YJgiP\/0GOXi7Ecg\/l2YO3HJhnGrl\/lftAtQi7sHidjeDNSP0+nKSRQhwQPEA6LMmXI23tqoRn+U8\/lfSAnNDWQ\/8lSCDLPI9eZaM96VOsbaIpM5yr72Qv0bRkhU\/PlQWGyPRs6gd4jGexIGN76QsV9tE+\/2EKG+xtU8IMbHmoZEJYBBrcRVJHMYhNGqJ8wIDAQAB"
}