CRM for Twilio

Introducing the ultimate tool for seamless communication with your contacts: a Chrome extension that integrates with your Twilio…

CRM for Twilioคืออะไร?

CRM for Twilio เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Arin Ray, SuperWorkerAI และคุณลักษณะหลักของมันคือ "Introducing the ultimate tool for seamless communication with your contacts: a Chrome extension that integrates with your Twilio…"

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

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย CRM for Twilio

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

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

                        Introducing the ultimate tool for seamless communication with your contacts: a Chrome extension that integrates with your Twilio account, bringing you all the powerful features that Twilio offers.

Imagine having a contact list of up to ~10,000 records, all stored conveniently on your browser. With just a few clicks, you can easily send one-way notifications or engage in two-way conversations with your contacts using Twilio's Text Messaging feature.

And that's not all! With our extension, you can also make or receive voice calls from anyone in regions supported by Twilio, ensuring that you never miss a call again. If you're not able to answer an inbound call, no worries - our extension will send the user to voicemail, which you can easily access right from your browser.

Our roadmap includes exciting features such as tracking and storing activities, to-dos, and follow-up reminders. We're constantly improving and expanding our capabilities to provide you with the best possible experience.

To get started, all you need is a Twilio account and to create an API key. Our extension communicates directly with your Twilio account, cutting out the middle man and giving you a fast and reliable experience.

Say goodbye to tedious communication processes and hello to effortless engagement with your contacts. Try our Twilio-integrated Chrome extension today and discover a whole new level of communication possibilities!

- Arin Ray, former Twilio                    

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

ชื่อ CRM for Twilio CRM for Twilio
ID ognbklbhiedgjhgcmapjlngjbggimgbm
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/crm-for-twilio/ognbklbhiedgjhgcmapjlngjbggimgbm
คำอธิบาย Introducing the ultimate tool for seamless communication with your contacts: a Chrome extension that integrates with your Twilio…
ขนาดไฟล์ 3.69 MB
จำนวนการติดตั้ง 32
เวอร์ชันปัจจุบัน 1.0.5
อัปเดตครั้งล่าสุด 2024-02-17
วันที่เผยแพร่ 2023-05-03
คะแนน 5.00/5 รวมทั้งหมด 5 คะแนน
ผู้พัฒนา Arin Ray, SuperWorkerAI
อีเมล [email protected]
ประเภทการชำระเงิน in_app
เว็บไซต์ส่วนขยาย https://superworkerai.github.io
URL หน้าช่วยเหลือ https://superworkerai.github.io
URL หน้านโยบายความเป็นส่วนตัว https://superworkerai.github.io
ภาษาที่รองรับ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "CRM for Twilio",
    "version": "1.0.5",
    "manifest_version": 3,
    "background": {
        "service_worker": "background.js"
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "content-script.js"
            ]
        }
    ],
    "icons": {
        "16": "icons\/icon16.png",
        "32": "icons\/icon32.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "action": [],
    "permissions": [
        "activeTab"
    ],
    "host_permissions": [
        "https:\/\/*.twilio.com\/*",
        "https:\/\/*.lambda-url.us-east-1.on.aws\/*"
    ],
    "content_security_policy": []
}