Podium Messenger

Podium Messenger Extension

什麼是Podium Messenger?

Podium Messenger是由Podium開發的Chrome擴展程式,該擴展的主要功能是“Podium Messenger Extension”。

擴展截圖

screenshot

下載Podium Messenger擴展crx文件

下載Podium Messenger擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        With the Podium Messenger Extension, you can send texts with the click of a button without leaving your browser window. Once installed, any customer stored in your CRM can easily be texted from a web page. Sign up at www.podium.com. 

-------------------------------------

REAL-TIME, TWO-WAY INTERACTIONS:
  • Manage multiple texting conversation at once.
  • All messages synced across Podium web and desktop (mobile app coming soon). 
  • Text any mobile phone number at any time.

MANAGE MORE RELATIONSHIPS:
  • Interact with customers directly from your Chrome web browser.
  • Quickly communicate and manage customer relationships.
  • Send review invitations and monitor customer satisfaction.
  • Be less reliant on call and email communications.

MESSAGE NOTIFICATIONS:
  • Receive notification badges in your browser when a message needs a response. 
  • Proactively follow up on customer questions via text message.
  • Start a new conversation or open an existing conversation 

PODIUM CUSTOMER SUPPORT 

If you have any questions about how to use the Podium Messenger Extension, please call or email us at:
Support: [email protected] 
Call: (801) 758-0580

NOTE: You need a Podium account and Chrome Web Browser to use this app. To create your account, please signup at www.podium.com                    

擴展基本資訊

名稱 Podium Messenger Podium Messenger
ID lpjnplgeahjcdjgaolkeoldmppenjebi
官方網址 https://chrome.google.com/webstore/detail/podium-messenger/lpjnplgeahjcdjgaolkeoldmppenjebi
簡介 Podium Messenger Extension
檔案大小 919 KB
安裝次數 611
目前版本 1.2.0
更新時間 2019-04-01
上架時間 2019-04-01
評分 4.25/5 共 8 次評分
開發者 Podium
電子郵箱 [email protected]
付費類型 free
擴展官網 https://www.podium.com/
隱私政策頁面URL https://legal.podium.com
支援的語言 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "1.2.0",
    "name": "Podium Messenger",
    "short_name": "Podium Messenger",
    "manifest_version": 2,
    "description": "Podium Messenger Extension",
    "browser_action": {
        "default_title": "Podium"
    },
    "icons": {
        "16": "img\/icon-16.png",
        "48": "img\/icon-48.png",
        "128": "img\/icon-128.png"
    },
    "web_accessible_resources": [
        "inject.html"
    ],
    "background": {
        "page": "background.html"
    },
    "permissions": [
        "contextMenus",
        "activeTab",
        "storage",
        "cookies",
        "identity",
        ""
    ],
    "content_security_policy": "frame-src 'self' https:\/\/my.appcues.com\/frame; script-src 'self' https:\/\/cdn.segment.com\/analytics.js\/v1\/w7bR1nK75XtHOqxVhktgcaQ90TZJqSrb\/analytics.min.js https:\/\/fast.appcues.com\/26740.js https:\/\/js.pusher.com; object-src 'self'; style-src * 'unsafe-inline'; img-src * data:; font-src * data:; connect-src https:\/\/api.segment.io\/v1\/p https:\/\/api.segment.io\/v1\/t https:\/\/api.segment.io\/v1\/i wss:\/\/api.appcues.net\/v1\/socket\/websocket https:\/\/*.podium.com wss:\/\/ws.pusherapp.com https:\/\/notify.bugsnag.com;"
}