Pipechat for Telegram Web

Connect your CRM to use template messages, manage contacts, deals, and activities.

Pipechat for Telegram Webคืออะไร?

Pipechat for Telegram Web เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Pipechat และคุณลักษณะหลักของมันคือ "Connect your CRM to use template messages, manage contacts, deals, and activities."

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

screenshot
screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Pipechat for Telegram Web

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

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

                        Pipechat is a Chrome extension that adds a Pipedrive sidebar to Telegram Web.

With Pipechat, you can quickly add the most important messages as notes to your deals, add your Telegram contacts to your CRM with one click and create new deals as you chat. You can also schedule your next Telegram chats and use template messages in your conversations.

Simply install the extension and open Telegram Web to start using the Pipechat's sidebar.                    

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

ชื่อ Pipechat for Telegram Web Pipechat for Telegram Web
ID lgefplmehfhdkifgebkaebppglokpabp
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/pipechat-for-telegram-web/lgefplmehfhdkifgebkaebppglokpabp
คำอธิบาย Connect your CRM to use template messages, manage contacts, deals, and activities.
ขนาดไฟล์ 85.68 KB
จำนวนการติดตั้ง 500
เวอร์ชันปัจจุบัน telegram 2.0.8
อัปเดตครั้งล่าสุด 2024-03-06
วันที่เผยแพร่ 2022-12-07
ผู้พัฒนา Pipechat
อีเมล [email protected]
ประเภทการชำระเงิน in_app
เว็บไซต์ส่วนขยาย https://pipechat.app
URL หน้าช่วยเหลือ https://pipechat.app/en/help
URL หน้านโยบายความเป็นส่วนตัว https://pipechat.app/privacy
ภาษาที่รองรับ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "description": "Connect your CRM to use template messages, manage contacts, deals, and activities.",
    "icons": {
        "16": "common\/img\/icons\/icon16.png",
        "32": "common\/img\/icons\/icon32.png",
        "48": "common\/img\/icons\/icon48.png",
        "128": "common\/img\/icons\/icon128.png",
        "256": "common\/img\/icons\/icon256.png"
    },
    "background": {
        "service_worker": "common\/background\/tabs.js",
        "type": "module"
    },
    "permissions": [
        "tabs"
    ],
    "content_scripts": [
        {
            "js": [
                "common\/runtime.js",
                "common\/main-importer.js"
            ],
            "css": [
                "common\/css\/pipechat-extension.css",
                "platform\/css\/platform.css"
            ],
            "matches": [
                "https:\/\/web.telegram.org\/*"
            ]
        },
        {
            "js": [
                "common\/runtime.js",
                "common\/pdwa\/storage-creator-importer.js",
                "common\/pdwa\/pdwa-action-propagator.js"
            ],
            "matches": [
                "https:\/\/pdwa.pipechat.app\/*"
            ]
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "common\/img\/pipechat-logo.png",
                "common\/events.js",
                "common\/dom.js",
                "common\/wrapper\/*",
                "platform\/*",
                "config.js",
                "config-common.js"
            ],
            "matches": [
                "https:\/\/web.telegram.org\/*"
            ]
        },
        {
            "resources": [
                "common\/pdwa\/*",
                "config.js",
                "config-common.js",
                "platform\/config-platform.js",
                "common\/extension-storage\/*"
            ],
            "matches": [
                "https:\/\/pdwa.pipechat.app\/*"
            ]
        }
    ],
    "name": "Pipechat for Telegram Web",
    "version": "2.0.8",
    "version_name": "telegram 2.0.8"
}