PONI
Connecting WhatsApp & Pipedrive
什麼是PONI?
PONI是由https://joni.pyrogss.com/poni開發的Chrome擴展程式,該擴展的主要功能是“Connecting WhatsApp & Pipedrive”。
擴展截圖
下載PONI擴展crx文件
下載PONI擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
PONI is a JONI extension that creates a bridge between Pipedrive web app and WhatsApp Web After you add JONI and PONI to chrome you can open WhatsApp chats, create contacts and notes for them without leaving your Pipedrive tab *Click To Chat Open chat by clicking any phone field of your contacts or by mobile number *Open Contact Click chat's header to open contact. If the contact is not found PONI will prompt you to create a new one *Create Notes Use 'Selection Mode' to create notes with selected messages. If the contact is not found PONI will prompt you to create a new one ============================================================================ PONI is an independent software developed by pYrogss Ltd and does not have any business relations with WhatsApp nor Pipedrive
擴展基本資訊
名稱 | PONI |
ID | coamjkfgmohaggggbpnmoaejmanffcdm |
官方網址 | https://chromewebstore.google.com/detail/poni/coamjkfgmohaggggbpnmoaejmanffcdm |
簡介 | Connecting WhatsApp & Pipedrive |
檔案大小 | 77.71 KB |
安裝次數 | 549 |
目前版本 | 0.0.18 |
更新時間 | 2023-08-01 |
上架時間 | 2022-08-24 |
評分 | 5.00/5 共 1 次評分 |
開發者 | https://joni.pyrogss.com/poni |
電子郵箱 | [email protected] |
付費類型 | free |
擴展官網 | https://joni.pyrogss.com/poni/ |
說明頁面URL | https://joni.pyrogss.com/poni/ |
隱私政策頁面URL | https://joni.pyrogss.com/user-agreement |
支援的語言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "short_name": "PONI", "name": "PONI", "version": "0.0.18", "description": "Connecting WhatsApp & Pipedrive", "permissions": [ "tabs", "storage", "unlimitedStorage" ], "content_scripts": [ { "matches": [ "https:\/\/*.pipedrive.com\/*" ], "js": [ "loader.js" ] } ], "background": { "service_worker": "serviceworker.js" }, "icons": { "16": "imgs\/16b.png", "32": "imgs\/32b.png", "128": "imgs\/128b.png" }, "web_accessible_resources": [ { "resources": [ "\/imgs\/*.png", "*.js", "\/modules\/*.js", "\/modules\/*.html", "*.json" ], "matches": [ "https:\/\/*.pipedrive.com\/*" ] } ] } |