enable.us Extension
Communicate with prospects faster by inserting room links in emails with a simple click.
Τι είναι το enable.us Extension;
Το enable.us Extension είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον enable.us, και η κύρια λειτουργία του είναι "Communicate with prospects faster by inserting room links in emails with a simple click.".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου CRX της επέκτασης enable.us Extension
Λήψη αρχείων επέκτασης enable.us Extension σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.
Οδηγίες Χρήσης της Επέκτασης
Designed with buyers in mind, Enable Us by Mindtickle redefines digital B2B buying experiences for sellers, buyers and customers. We offer a Digital Sales Room solution that empowers sellers to build digital buying experiences that engage buyers and get deals done faster. Sellers curate relevant content, mutual action plans, and signable documents tailored to the prospect’s needs. Easily find, insert and share links to any of your Digital Sales Rooms with your prospects. * Use one link to share content, mutual action plans, and signable documents * Track all sales room activities and alert sales in real time * Gain insights into content engagement and effectiveness to determine what content engages buyers
Βασικές Πληροφορίες Επέκτασης
Όνομα | enable.us Extension |
ID | finkgjecdnkekigdhckihgomnfkbgbep |
Επίσημο URL | https://chromewebstore.google.com/detail/enableus-extension/finkgjecdnkekigdhckihgomnfkbgbep |
Περιγραφή | Communicate with prospects faster by inserting room links in emails with a simple click. |
Μέγεθος Αρχείου | 928 KB |
Αριθμός Εγκαταστάσεων | 68 |
Τρέχουσα Έκδοση | 1.3.0 |
Τελευταία Ενημέρωση | 2023-09-20 |
Ημερομηνία Δημοσίευσης | 2022-02-28 |
Αξιολόγηση | 5.00/5 Συνολικά 4 Αξιολογήσεις |
Προγραμματιστής | enable.us |
Ηλεκτρονικό ταχυδρομείο | [email protected] |
Τύπος Πληρωμής | free |
Ιστότοπος Επέκτασης | https://www.enableus.com |
Διεύθυνση URL της Σελίδας Βοήθειας | https://help.enable.us/en/ |
URL της Σελίδας Πολιτικής Απορρήτου | https://www.enable.us/privacy-policy |
Υποστηριζόμενες Γλώσσες | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "enable.us Extension", "description": "Communicate with prospects faster by inserting room links in emails with a simple click.", "version": "1.3.0", "action": { "default_popup": "index.html", "default_title": "Insert enable.us room links", "deafult_icon": { "16": "\/images\/enable-icon-16.png", "32": "\/images\/enable-icon-32.png", "48": "\/images\/enable-icon-48.png", "128": "\/images\/enable-icon-128.png" } }, "icons": { "16": "\/images\/enable-icon-16.png", "32": "\/images\/enable-icon-32.png", "48": "\/images\/enable-icon-48.png", "128": "\/images\/enable-icon-128.png" }, "permissions": [ "storage", "tabs" ], "background": { "service_worker": ".\/static\/js\/background.js" }, "content_scripts": [ { "matches": [ "https:\/\/mail.google.com\/*" ], "js": [ ".\/static\/js\/gmail.js" ], "run_at": "document_end" } ], "externally_connectable": { "ids": [ "*" ], "matches": [ "https:\/\/web.enable.us\/*" ] }, "web_accessible_resources": [ { "resources": [ "images\/*.png", "index.html" ], "matches": [ "https:\/\/mail.google.com\/*" ], "extension_ids": [] } ] } |