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 |
公式URL | 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 |
Eメール | [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\/*" ] } ] } |