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 مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
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 |
عنوان صفحة المساعدة | https://help.enable.us/en/ |
عنوان صفحة سياسة الخصوصية | 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": [] } ] } |