Uptics Sales Automation CRM
Uptics Chrome Extension helps you to sync and manage LinkedIn sales tasks with Uptics CRM.
Uptics Sales Automation CRM क्या है?
Uptics Sales Automation CRM https://uptics.io द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Uptics Chrome Extension helps you to sync and manage LinkedIn sales tasks with Uptics CRM."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Uptics Sales Automation CRM एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
Uptics CRM users can manage their tasks under this extension.
एक्सटेंशन की मूल जानकारी
नाम | |
ID | fljeaddfbchajbkjcjfflngmdfhpedae |
आधिकारिक URL | https://chromewebstore.google.com/detail/uptics-sales-automation-c/fljeaddfbchajbkjcjfflngmdfhpedae |
विवरण | Uptics Chrome Extension helps you to sync and manage LinkedIn sales tasks with Uptics CRM. |
फ़ाइल का आकार | 1.26 MB |
स्थापना संख्या | 206 |
वर्तमान संस्करण | 0.0.9 |
अंतिम अपडेट | 2022-03-29 |
प्रकाशन तिथि | 2021-12-10 |
रेटिंग | 5.00/5 कुल 1 रेटिंग्स |
डेवलपर | https://uptics.io |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
एक्सटेंशन वेबसाइट | https://uptics.io |
सहायता पृष्ठ URL | https://help.uptics.io |
गोपनीयता नीति पृष्ठ URL | https://uptics.io/privacy |
समर्थित भाषाएँ | 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" ] } |