Pipechat for Telegram Web
Connect your CRM to use template messages, manage contacts, deals, and activities.
Pipechat for Telegram Web क्या है?
Pipechat for Telegram Web Pipechat द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Connect your CRM to use template messages, manage contacts, deals, and activities."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Pipechat for Telegram Web एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
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 |
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" } |