PlatX inConcert Extension
Adds buttons to manage inConcert phone calls.
What is PlatX inConcert Extension?
PlatX inConcert Extension is a Chrome extension developed by lex.ivashchenko, and its main feature is "Adds buttons to manage inConcert phone calls.".
Extension Screenshots
Download PlatX inConcert Extension Extension CRX File
Download PlatX inConcert Extension extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
Lets you: - Mute the call - Hold the call - Hung Up the call
Extension Basic Information
Name | |
ID | nejpbeenoljgkdjkechafkfbbfiefpbd |
Official URL | https://chromewebstore.google.com/detail/platx-inconcert-extension/nejpbeenoljgkdjkechafkfbbfiefpbd |
Description | Adds buttons to manage inConcert phone calls. |
File Size | 48.91 KB |
Installation Count | 150 |
Current Version | 1.1 |
Last Updated | 2021-10-26 |
Publish Date | 2021-10-01 |
Developer | lex.ivashchenko |
[email protected] | |
Payment Type | free |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "browser_action": { "default_icon": "assets\/img\/tel-19.png", "default_popup": "popup.html" }, "description": "Adds buttons to manage inConcert phone calls.", "icons": { "128": "assets\/img\/tel-128.png", "19": "assets\/img\/tel-19.png", "48": "assets\/img\/tel-48.png" }, "manifest_version": 2, "name": "PlatX inConcert Extension", "permissions": [ "storage" ], "version": "1.1", "web_accessible_resources": [ "assets\/img\/tel-128.png", "assets\/img\/tel-19.png" ], "options_page": "options.html" } |