Ускоренное воспроизведение Bitrix24
Ускоряйте воспроизведение записей звонков в CRM Bitrix24
What is Ускоренное воспроизведение Bitrix24?
Ускоренное воспроизведение Bitrix24 is a Chrome extension developed by bitroid24, and its main feature is "Ускоряйте воспроизведение записей звонков в CRM Bitrix24".
Extension Screenshots
Download Ускоренное воспроизведение Bitrix24 Extension CRX File
Download Ускоренное воспроизведение Bitrix24 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
Расширение для браузера хром позволяет воспроизводить записи телефонных разговоров с различной скоростью на страницах Битрикс24. Сохраните драгоценное время при прослушивании записей звонков в Битрикс24
Extension Basic Information
Name | |
ID | iecimjfpedllhljicgmabjiehegbggjn |
Official URL | https://chromewebstore.google.com/detail/%D1%83%D1%81%D0%BA%D0%BE%D1%80%D0%B5%D0%BD%D0%BD%D0%BE%D0%B5-%D0%B2%D0%BE%D1%81%D0%BF%D1%80%D0%BE%D0%B8%D0%B7%D0%B2%D0%B5%D0%B4%D0%B5%D0%BD%D0%B8/iecimjfpedllhljicgmabjiehegbggjn |
Description | Ускоряйте воспроизведение записей звонков в CRM Bitrix24 |
File Size | 824 KB |
Installation Count | 50 |
Current Version | 1.0.1 |
Last Updated | 2020-06-23 |
Publish Date | 2020-06-22 |
Rating | 5.00/5 Total 4 Ratings |
Developer | bitroid24 |
[email protected] | |
Payment Type | free |
Extension Website | https://bitroid.ru/ |
Help Page URL | https://bitroid.ru/ |
Supported Languages | ru |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "__MSG_appName__", "description": "__MSG_appDesc__", "version": "1.0.1", "default_locale": "ru", "short_name": "__MSG_appName__", "icons": { "16": "pic\/icon16_2.png", "128": "pic\/icon128.png" }, "background": { "scripts": [ "background.js" ], "persistent": false }, "browser_action": { "default_title": "__MSG_appName__", "default_popup": "popup.html", "default_icon": "pic\/icon16_2_gray.png" }, "content_scripts": [ { "js": [ "contentScript.js" ], "matches": [ "*:\/\/*.bitrix24.ru\/*" ], "all_frames": true, "run_at": "document_idle" } ] } |