Uptics Sales Automation CRM
Uptics Chrome Extension helps you to sync and manage LinkedIn sales tasks with Uptics CRM.
Wat is Uptics Sales Automation CRM?
Uptics Sales Automation CRM is een Chrome-extensie ontwikkeld door https://uptics.io, en de belangrijkste functie is "Uptics Chrome Extension helps you to sync and manage LinkedIn sales tasks with Uptics CRM.".
Extensie Screenshots
Download het CRX-bestand van de extensie Uptics Sales Automation CRM
Download Uptics Sales Automation CRM-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
Uptics CRM users can manage their tasks under this extension.
Basisinformatie over de Extensie
Naam | |
ID | fljeaddfbchajbkjcjfflngmdfhpedae |
Officiële URL | https://chromewebstore.google.com/detail/uptics-sales-automation-c/fljeaddfbchajbkjcjfflngmdfhpedae |
Beschrijving | Uptics Chrome Extension helps you to sync and manage LinkedIn sales tasks with Uptics CRM. |
Bestandsgrootte | 1.26 MB |
Aantal Installaties | 206 |
Huidige Versie | 0.0.9 |
Laatst Bijgewerkt | 2022-03-29 |
Publicatiedatum | 2021-12-10 |
Beoordeling | 5.00/5 Totaal 1 Beoordelingen |
Ontwikkelaar | https://uptics.io |
[email protected] | |
Betalingswijze | free |
Extensiewebsite | https://uptics.io |
Help Pagina-URL | https://help.uptics.io |
URL van de Privacybeleid Pagina | https://uptics.io/privacy |
Ondersteunde Talen | 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" ] } |