Heymarket - Business Text Messaging

Click to text from any CRM or webpage.

Heymarket - Business Text Messagingคืออะไร?

Heymarket - Business Text Messaging เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://www.heymarket.com และคุณลักษณะหลักของมันคือ "Click to text from any CRM or webpage."

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

screenshot
screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Heymarket - Business Text Messaging

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

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

                        Heymarket makes it simple to text any number directly from a website with just a click. 

How the Chrome Extension Works
With this Chrome extension, a HEY icon will appear next to each phone number on web pages in your Chrome browser. Click the HEY icon to compose and send a text message to the number. The text message will come either from your existing, text-enabled business number or a new phone number that Heymarket can provide. The text message is recorded in Heymarket, where you can further manage the conversation. Requires a Heymarket subscription. Visit www.heymarket.com to get started!

Use Cases
Sales, Marketing and Customer Success teams use the Heymarket Chrome extension to easily text with customers. Open up your favorite CRM, like Salesforce or HubSpot, or ticketing system, like Zendesk, and text the numbers in your databases right where they appear in your browser.

Operations teams use Heymarket to communicate with employees and contractors. Just open up your contact list in ERP, Google Sheets or any other website on Chrome and text important messages and updates to the phone numbers on your screen.

About Heymarket
Heymarket gives you the power to communicate with customers on any messaging channel using a shared inbox. Heymarket is a business texting platform built with teams in mind so anyone can get up and running fast and securely integrate the tools you use every day to manage customer relationships.

Go to www.heymarket.com to sign up for a demo or a free trial! Or contact us at [email protected] or text us at 415-562-0500.                    

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

ชื่อ Heymarket - Business Text Messaging Heymarket - Business Text Messaging
ID ppopcmjibgeaehcijgcfaekkfidahapf
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/heymarket-business-text-m/ppopcmjibgeaehcijgcfaekkfidahapf
คำอธิบาย Click to text from any CRM or webpage.
ขนาดไฟล์ 82.55 KB
จำนวนการติดตั้ง 1,882
เวอร์ชันปัจจุบัน 1.4.9
อัปเดตครั้งล่าสุด 2023-12-19
วันที่เผยแพร่ 2019-11-17
คะแนน 4.00/5 รวมทั้งหมด 3 คะแนน
ผู้พัฒนา https://www.heymarket.com
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย http://www.heymarket.com
URL หน้าช่วยเหลือ http://help.heymarket.com
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "short_name": "hm-chrome",
    "name": "Heymarket - Business Text Messaging",
    "version": "1.4.9",
    "description": "Click to text from any CRM or webpage.",
    "manifest_version": 3,
    "icons": {
        "16": "assets\/hm_16.png",
        "48": "assets\/hm_48.png",
        "128": "assets\/hm_128.png"
    },
    "background": {
        "service_worker": "background.js"
    },
    "action": {
        "default_icon": {
            "48": "assets\/hm_48.png"
        }
    },
    "permissions": [
        "storage"
    ],
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "exclude_matches": [
                "*:\/\/localhost:*\/*",
                "*:\/\/*.heymarket.com\/*"
            ],
            "js": [
                "lodash-debounce.js",
                "libphonenumber-max.js",
                "content.js"
            ],
            "css": [
                "content.css"
            ],
            "all_frames": true
        }
    ],
    "options_ui": {
        "page": "options.html",
        "open_in_tab": false
    },
    "content_security_policy": {
        "extension_pages": "script-src 'self'; object-src 'self'"
    }
}