Uptics Sales Automation CRM
Uptics Chrome Extension helps you to sync and manage LinkedIn sales tasks with Uptics CRM.
What is Uptics Sales Automation CRM?
Uptics Sales Automation CRM is a Chrome extension developed by https://uptics.io, and its main feature is "Uptics Chrome Extension helps you to sync and manage LinkedIn sales tasks with Uptics CRM.".
Extension Screenshots
Download Uptics Sales Automation CRM Extension CRX File
Download Uptics Sales Automation CRM 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
Uptics CRM users can manage their tasks under this extension.
Extension Basic Information
Name | |
ID | fljeaddfbchajbkjcjfflngmdfhpedae |
Official URL | https://chromewebstore.google.com/detail/uptics-sales-automation-c/fljeaddfbchajbkjcjfflngmdfhpedae |
Description | Uptics Chrome Extension helps you to sync and manage LinkedIn sales tasks with Uptics CRM. |
File Size | 1.26 MB |
Installation Count | 206 |
Current Version | 0.0.9 |
Last Updated | 2022-03-29 |
Publish Date | 2021-12-10 |
Rating | 5.00/5 Total 1 Ratings |
Developer | https://uptics.io |
[email protected] | |
Payment Type | free |
Extension Website | https://uptics.io |
Help Page URL | https://help.uptics.io |
Privacy Policy Page URL | https://uptics.io/privacy |
Supported Languages | 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" ] } |