Uptics Sales Automation CRM
Uptics Chrome Extension helps you to sync and manage LinkedIn sales tasks with Uptics CRM.
Apa itu Uptics Sales Automation CRM?
Uptics Sales Automation CRM adalah ekstensi Chrome yang dikembangkan oleh https://uptics.io, dan fitur utamanya adalah "Uptics Chrome Extension helps you to sync and manage LinkedIn sales tasks with Uptics CRM.".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi Uptics Sales Automation CRM
Unduh file ekstensi Uptics Sales Automation CRM dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
Uptics CRM users can manage their tasks under this extension.
Informasi Dasar Ekstensi
Nama | |
ID | fljeaddfbchajbkjcjfflngmdfhpedae |
URL Resmi | https://chromewebstore.google.com/detail/uptics-sales-automation-c/fljeaddfbchajbkjcjfflngmdfhpedae |
Deskripsi | Uptics Chrome Extension helps you to sync and manage LinkedIn sales tasks with Uptics CRM. |
Ukuran File | 1.26 MB |
Jumlah Instalasi | 206 |
Versi Saat Ini | 0.0.9 |
Terakhir Diperbarui | 2022-03-29 |
Tanggal Publikasi | 2021-12-10 |
Penilaian | 5.00/5 Total 1 Penilaian |
Pengembang | https://uptics.io |
[email protected] | |
Tipe Pembayaran | free |
Situs Ekstensi | https://uptics.io |
URL Halaman Bantuan | https://help.uptics.io |
URL Halaman Kebijakan Privasi | https://uptics.io/privacy |
Bahasa yang Didukung | 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" ] } |