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是由https://www.textrequest.com開發的Chrome擴展程式,該擴展的主要功能是“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

下載Text Request擴展crx文件

下載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
官方網址 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": [
                ""
            ]
        }
    ]
}