Uptics Sales Automation CRM
Uptics Chrome Extension helps you to sync and manage LinkedIn sales tasks with Uptics CRM.
Hvad er Uptics Sales Automation CRM?
Uptics Sales Automation CRM er en Chrome-udvidelse udviklet af https://uptics.io, og dens hovedfunktion er "Uptics Chrome Extension helps you to sync and manage LinkedIn sales tasks with Uptics CRM.".
Udvidelsesskærmbilleder
Download Uptics Sales Automation CRM-udvidelses-CRX-fil
Download Uptics Sales Automation CRM-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
Uptics CRM users can manage their tasks under this extension.
Grundlæggende oplysninger om udvidelsen
Navn | |
ID | fljeaddfbchajbkjcjfflngmdfhpedae |
Officiel URL | https://chromewebstore.google.com/detail/uptics-sales-automation-c/fljeaddfbchajbkjcjfflngmdfhpedae |
Beskrivelse | Uptics Chrome Extension helps you to sync and manage LinkedIn sales tasks with Uptics CRM. |
Filstørrelse | 1.26 MB |
Antal Installationer | 206 |
Nuværende Version | 0.0.9 |
Senest Opdateret | 2022-03-29 |
Udgivelsesdato | 2021-12-10 |
Bedømmelse | 5.00/5 Samlet 1 Bedømmelser |
Udvikler | https://uptics.io |
[email protected] | |
Betalingsmetode | free |
Udvidelseswebsted | https://uptics.io |
Hjælpeside-URL | https://help.uptics.io |
URL til Fortrolighedspolitik Side | https://uptics.io/privacy |
Understøttede Sprog | 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" ] } |