Podium Pass

Launch Podium easily from your favourite apps and websites to instantly connect with customers via text.

Podium Passคืออะไร?

Podium Pass เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Podium และคุณลักษณะหลักของมันคือ "Launch Podium easily from your favourite apps and websites to instantly connect with customers via text."

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

screenshot
screenshot
screenshot

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

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

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

                        With Podium Pass installed, the extension quickly scans apps and websites for mobile numbers. When it finds a mobile number, the Podium symbol appears. Simply click the symbol, and you’ll be taken to your Podium inbox to connect with customers via text. You can also highlight and right-click the number to jump to your Podium inbox.

Podium Pass will help you:

- Save time jumping between systems by moving conversations from your web browser to Podium in just one click.

- Convert leads faster and increase revenue by getting more contacts and conversations into Podium.

- Save money on costly CRM texting with unlimited one-to-one messaging at a fraction of the cost.

Collect payments easily through your point of sale software by hovering over the Podium icon and clicking the payments button that appears. You’ll be taken to Podium to complete the payment request.

And for those times when you don’t want any distractions, just disable Podium Pass on selected websites in the extension settings. Easy!

Note: This extension is currently in beta. You’ll need a Podium account and the Chrome web browser to use this extension.

Not a Podium customer? Book a demo or sign up at www.podium.com                    

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

ชื่อ Podium Pass Podium Pass
ID pccigfkigplpfbnhngcophohhmllfmda
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/podium-pass/pccigfkigplpfbnhngcophohhmllfmda
คำอธิบาย Launch Podium easily from your favourite apps and websites to instantly connect with customers via text.
ขนาดไฟล์ 109 KB
จำนวนการติดตั้ง 1,615
เวอร์ชันปัจจุบัน 1.7.1.2419
อัปเดตครั้งล่าสุด 2024-01-30
วันที่เผยแพร่ 2023-07-22
คะแนน 5.00/5 รวมทั้งหมด 9 คะแนน
ผู้พัฒนา Podium
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://www.podium.com
URL หน้าช่วยเหลือ https://www.podium.com/knowledgebase/s/article/Contact-Support
URL หน้านโยบายความเป็นส่วนตัว https://legal.podium.com
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Podium Pass",
    "version": "1.7.1.2419",
    "description": "Launch Podium easily from your favourite apps and websites to instantly connect with customers via text.",
    "icons": {
        "16": "\/icons\/16.png",
        "48": "\/icons\/57.png",
        "128": "\/icons\/144.png"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "exclude_matches": [
                "https:\/\/app.podium.com\/*"
            ],
            "js": [
                "content.js"
            ],
            "css": [
                "content.css"
            ],
            "run_at": "document_end",
            "all_frames": true
        }
    ],
    "host_permissions": [
        "https:\/\/app.podium.com\/*",
        "http:\/\/fonts.googleapis.com\/",
        "https:\/\/fonts.googleapis.com\/"
    ],
    "permissions": [
        "tabs",
        "activeTab",
        "contextMenus",
        "scripting",
        "storage"
    ],
    "background": {
        "service_worker": "background.js"
    },
    "action": {
        "default_popup": "popup.html",
        "default_title": "Enable \/ Disable Podium Icon"
    },
    "content_security_policy": {
        "extension_pages": "script-src 'self'; object-src 'self'; script-src-elem 'self'"
    },
    "minimum_chrome_version": "88"
}