Whats for Zoho CRM
Spellty provides a quick way to manage and add leads, contacts from Whats to Zoho CRM (all plans included)
Τι είναι το Whats for Zoho CRM;
Το Whats for Zoho CRM είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον https://spellty.com, και η κύρια λειτουργία του είναι "Spellty provides a quick way to manage and add leads, contacts from Whats to Zoho CRM (all plans included)".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου CRX της επέκτασης Whats for Zoho CRM
Λήψη αρχείων επέκτασης Whats for Zoho CRM σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.
Οδηγίες Χρήσης της Επέκτασης
Spellty's solution for WhatsApp Web and Zoho CRM integrates all the mobile phone numbers of the sales team using WhatsApp directly into Zoho CRM, improving the traceability of conversations, sales follow ups and customer service. Let your sales team send quick responses, save images, audio, conversations, create leads, contacts and more.
Βασικές Πληροφορίες Επέκτασης
Όνομα | Whats for Zoho CRM |
ID | jbfcadlbgpcakkcgpjlleamanbmbgcpm |
Επίσημο URL | https://chromewebstore.google.com/detail/whats-for-zoho-crm/jbfcadlbgpcakkcgpjlleamanbmbgcpm |
Περιγραφή | Spellty provides a quick way to manage and add leads, contacts from Whats to Zoho CRM (all plans included) |
Μέγεθος Αρχείου | 1.98 MB |
Αριθμός Εγκαταστάσεων | 604 |
Τρέχουσα Έκδοση | 4.4.6 |
Τελευταία Ενημέρωση | 2023-11-09 |
Ημερομηνία Δημοσίευσης | 2022-09-01 |
Αξιολόγηση | 5.00/5 Συνολικά 1 Αξιολογήσεις |
Προγραμματιστής | https://spellty.com |
Ηλεκτρονικό ταχυδρομείο | [email protected] |
Τύπος Πληρωμής | free |
Ιστότοπος Επέκτασης | https://spellty.com/en/ |
Διεύθυνση URL της Σελίδας Βοήθειας | https://spellty.com/en/ |
URL της Σελίδας Πολιτικής Απορρήτου | https://spellty.com/privacy.html |
Υποστηριζόμενες Γλώσσες | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "incognito": "not_allowed", "manifest_version": 3, "name": "Whats for Zoho CRM", "version": "4.4.6", "description": "Spellty provides a quick way to manage and add leads, contacts from Whats to Zoho CRM (all plans included)", "devtools_page": "ext\/html\/diagnostic\/devtools.html", "icons": { "16": "icons\/logoEpika-16X16.png", "32": "icons\/logoEpika-32X32.png", "128": "icons\/logoEpika-128X128.png" }, "background": { "service_worker": "background.js" }, "content_scripts": [ { "matches": [ "https:\/\/web.whatsapp.com\/*" ], "css": [ "ext\/css\/interactionsChatWs.css", "ext\/libs\/css\/vendors.min.css", "ext\/libs\/css\/bootstrap-extended.min.css", "ext\/libs\/css\/colors.min.css", "ext\/libs\/css\/style.css", "ext\/libs\/css\/driver.min.css" ], "js": [ "ext\/libs\/js\/jquery.min.js", "ext\/libs\/js\/driver.min.js", "ext\/js\/mainContentScript.js", "ext\/js\/interactionsChatWs.js", "ext\/js\/backbone.js", "ext\/js\/selectText.js", "ext\/js\/getContactInfo.js", "ext\/js\/ws\/vendor\/uuidv4.min.js", "ext\/js\/ws\/content\/loader.js", "ext\/js\/ws\/content\/connector.js" ], "run_at": "document_end" } ], "web_accessible_resources": [ { "resources": [ "index.html" ], "matches": [ " |