Uptics Sales Automation CRM
Uptics Chrome Extension helps you to sync and manage LinkedIn sales tasks with Uptics CRM.
Uptics Sales Automation CRM là gì?
Uptics Sales Automation CRM là một tiện ích mở rộng Chrome được phát triển bởi https://uptics.io, và tính năng chính của nó là "Uptics Chrome Extension helps you to sync and manage LinkedIn sales tasks with Uptics CRM.".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Uptics Sales Automation CRM
Tải xuống các tệp mở rộng Uptics Sales Automation CRM dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
Uptics CRM users can manage their tasks under this extension.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | |
ID | fljeaddfbchajbkjcjfflngmdfhpedae |
URL Chính Thức | https://chromewebstore.google.com/detail/uptics-sales-automation-c/fljeaddfbchajbkjcjfflngmdfhpedae |
Mô tả | Uptics Chrome Extension helps you to sync and manage LinkedIn sales tasks with Uptics CRM. |
Kích Thước Tệp | 1.26 MB |
Số Lần Cài Đặt | 206 |
Phiên Bản Hiện Tại | 0.0.9 |
Cập Nhật Lần Cuối | 2022-03-29 |
Ngày Phát Hành | 2021-12-10 |
Đánh Giá | 5.00/5 Tổng số 1 Đánh Giá |
Nhà Phát Triển | https://uptics.io |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://uptics.io |
URL Trang Trợ Giúp | https://help.uptics.io |
URL Trang Chính Sách Bảo Mật | https://uptics.io/privacy |
Ngôn Ngữ Được Hỗ Trợ | 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" ] } |