Uptics Sales Automation CRM
Uptics Chrome Extension helps you to sync and manage LinkedIn sales tasks with Uptics CRM.
Was ist Uptics Sales Automation CRM?
Uptics Sales Automation CRM ist eine Chrome-Erweiterung, die von https://uptics.io entwickelt wurde, und ihr Hauptmerkmal ist "Uptics Chrome Extension helps you to sync and manage LinkedIn sales tasks with Uptics CRM.".
Erweiterungsscreenshots
Uptics Sales Automation CRM-Erweiterungs-CRX-Datei herunterladen
Laden Sie Uptics Sales Automation CRM-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
Uptics CRM users can manage their tasks under this extension.
Grundlegende Informationen zur Erweiterung
Name | |
ID | fljeaddfbchajbkjcjfflngmdfhpedae |
Offizielle URL | https://chromewebstore.google.com/detail/uptics-sales-automation-c/fljeaddfbchajbkjcjfflngmdfhpedae |
Beschreibung | Uptics Chrome Extension helps you to sync and manage LinkedIn sales tasks with Uptics CRM. |
Dateigröße | 1.26 MB |
Installationsanzahl | 206 |
Aktuelle Version | 0.0.9 |
Letztes Update | 2022-03-29 |
Veröffentlichungsdatum | 2021-12-10 |
Bewertung | 5.00/5 Insgesamt 1 Bewertungen |
Entwickler | https://uptics.io |
[email protected] | |
Zahlungsart | free |
Erweiterungswebsite | https://uptics.io |
Hilfeseite URL | https://help.uptics.io |
URL der Datenschutzrichtlinien-Seite | https://uptics.io/privacy |
Unterstützte Sprachen | 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" ] } |