Bling Platform
This extension will allow click to call and add data to CRM
Bling Platformとは何ですか?
Bling Platformはhttps://bling.cloudによって開発されたChromeの拡張機能で、その主な機能は「This extension will allow click to call and add data to CRM」です。
拡張機能のスクリーンショット
Bling Platform拡張機能のCRXファイルをダウンロード
Bling Platform拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Quickly launch the Bling Application to dial any phone number available on a website. With Bling’s Click to Call feature, you don’t have to worry about copying and pasting a phone number from a website to the Bling Dialpad. With this feature, you can simply highlight the phone number you want to dial with your mouse cursor and then click on the Bling Extension Icon on your Chrome Browser. Bling will immediately place that call and will automatically update the call records and your CRM inside your Bling Portal. This feature is designed to significantly reduce the time you spend in dialing a phone number on the web. Bling’s Click to Call feature also lets you update any call related information during the live call without needing to open the complete Bling Application. If you have any questions, please contact: [email protected] or visit our website : www.bling.cloud.
拡張機能の基本情報
名前 | Bling Platform |
ID | ghfinnhmbccfihkhblohjpjmfglkgjap |
公式URL | https://chromewebstore.google.com/detail/bling-platform/ghfinnhmbccfihkhblohjpjmfglkgjap |
説明 | This extension will allow click to call and add data to CRM |
ファイルサイズ | 62.54 KB |
インストール数 | 43 |
現在のバージョン | 1.0 |
最終更新日 | 2022-08-25 |
公開日 | 2022-08-25 |
開発者 | https://bling.cloud |
Eメール | [email protected] |
支払い方法 | free |
拡張機能のウェブサイト | https://www.bling.cloud/ |
プライバシーポリシーページのURL | https://www.bling.cloud/privacypolicy |
対応言語 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Bling Platform", "description": "This extension will allow click to call and add data to CRM", "version": "1.0", "action": { "default_icon": "bling_icon.png" }, "background": { "service_worker": "background.js" }, "permissions": [ "tabs", "scripting" ], "host_permissions": [ "https:\/\/*\/*" ] } |