Text Request

Text Request Chrome extension for online SMS texting. Text from any web page. Integrates with your CRM, email, and more.

Text Requestคืออะไร?

Text Request เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://www.textrequest.com และคุณลักษณะหลักของมันคือ "Text Request Chrome extension for online SMS texting. Text from any web page. Integrates with your CRM, email, and more."

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

screenshot
screenshot
screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Text Request

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

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

                        Connect with customers whenever you want, wherever you work using Text Request's Chrome extension (works on Chrome and Edge browsers).

Text from any webpage, including your CRM, email, and more
* Get notified of new inbound messages
* Click on phone numbers to spark text conversations and follow-up
* Send mass messages for promotions or updates anytime
* Manage individual contacts and group lists inside the extension
* Keep your team in the loop with shared dashboards, type-alerts, and other team-friendly features

Get the power of text messaging to ignite customer engagement. All it takes is an active Text Request Starter account or above. Already using Text Request? Click Install now. Not using Text Request yet? See what the hype's all about at textrequest.com/demo.                    

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

ชื่อ Text Request Text Request
ID gimeeobdkmpbhobaoeoknmhknnfpfopp
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/text-request/gimeeobdkmpbhobaoeoknmhknnfpfopp
คำอธิบาย Text Request Chrome extension for online SMS texting. Text from any web page. Integrates with your CRM, email, and more.
ขนาดไฟล์ 7.72 MB
จำนวนการติดตั้ง 11,257
เวอร์ชันปัจจุบัน 7.2.0
อัปเดตครั้งล่าสุด 2024-03-01
วันที่เผยแพร่ 2020-04-05
คะแนน 4.38/5 รวมทั้งหมด 26 คะแนน
ผู้พัฒนา https://www.textrequest.com
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://www.textrequest.com/queuniversity/chrome-extension/
URL หน้าช่วยเหลือ https://www.textrequest.com/queuniversity/chrome-extension/
URL หน้านโยบายความเป็นส่วนตัว https://www.textrequest.com/privacy-policy
ภาษาที่รองรับ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "background": {
        "service_worker": "background.js"
    },
    "action": {
        "default_icon": "txr-assets\/ce\/textrequestlogo.png"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "content-script.js"
            ],
            "css": [
                "content-styles.css"
            ],
            "run_at": "document_end"
        }
    ],
    "name": "Text Request",
    "description": "Text Request Chrome extension for online SMS texting. Text from any web page. Integrates with your CRM, email, and more.",
    "icons": {
        "16": "txr-assets\/ce\/16x16.png",
        "48": "txr-assets\/ce\/48x48.png",
        "128": "txr-assets\/ce\/128x128.png"
    },
    "version": "7.2.0",
    "permissions": [
        "gcm",
        "tabs",
        "storage",
        "notifications",
        "background",
        "identity"
    ],
    "host_permissions": [
        "https:\/\/ce.textrequest.com\/"
    ],
    "content_security_policy": {
        "extension_pages": "script-src 'self'; object-src 'self'"
    },
    "web_accessible_resources": [
        {
            "resources": [
                "\/index-ce.html",
                "\/txr-assets\/ce\/*",
                "\/content-styles.css"
            ],
            "matches": [
                ""
            ]
        }
    ]
}