Uptics Sales Automation CRM
Uptics Chrome Extension helps you to sync and manage LinkedIn sales tasks with Uptics CRM.
Что такое Uptics Sales Automation CRM?
Uptics Sales Automation CRM - это расширение Chrome, разработанное https://uptics.io, и его основная функция - "Uptics Chrome Extension helps you to sync and manage LinkedIn sales tasks with Uptics CRM.".
Снимки экрана расширения
Скачать файл CRX расширения Uptics Sales Automation CRM
Скачайте файлы расширений Uptics Sales Automation CRM в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.
Инструкции по использованию расширения
Uptics CRM users can manage their tasks under this extension.
Основная информация о расширении
Название | |
ID | fljeaddfbchajbkjcjfflngmdfhpedae |
Официальный URL | https://chromewebstore.google.com/detail/uptics-sales-automation-c/fljeaddfbchajbkjcjfflngmdfhpedae |
Описание | Uptics Chrome Extension helps you to sync and manage LinkedIn sales tasks with Uptics CRM. |
Размер файла | 1.26 MB |
Количество установок | 206 |
Текущая Версия | 0.0.9 |
Последнее Обновление | 2022-03-29 |
Дата публикации | 2021-12-10 |
Рейтинг | 5.00/5 Всего 1 оценок |
Разработчик | https://uptics.io |
Электронная почта | [email protected] |
Тип оплаты | free |
Официальный сайт расширения | https://uptics.io |
URL страницы помощи | https://help.uptics.io |
URL страницы политики конфиденциальности | https://uptics.io/privacy |
Поддерживаемые языки | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Uptics Sales Automation CRM", "icons": { "16": "icon.png", "48": "icon.png", "128": "icon.png" }, "description": "Uptics Chrome Extension helps you to sync and manage LinkedIn sales tasks with Uptics CRM.", "version": "0.0.9", "browser_action": [], "permissions": [ "tabs", "webNavigation", "storage" ], "externally_connectable": { "matches": [ "*:\/\/app.uptics.io\/*", "*:\/\/localhost\/*" ], "accepts_tls_channel_id": false }, "content_scripts": [ { "matches": [ "*:\/\/*\/*" ], "js": [ "jquery.js", "pop-up.js" ] } ], "background": { "scripts": [ "background.js" ], "persistent": true }, "content_security_policy": "script-src 'self' 'unsafe-eval' https:\/\/fonts.googleapis.com; object-src 'self'", "web_accessible_resources": [ "assets\/css\/*", "assets\/js\/*", "assets\/fonts\/*", "index.html", "toggler.js" ] } |