enable.us Extension
Communicate with prospects faster by inserting room links in emails with a simple click.
enable.us Extensionとは何ですか?
enable.us Extensionはenable.usによって開発されたChromeの拡張機能で、その主な機能は「Communicate with prospects faster by inserting room links in emails with a simple click.」です。
拡張機能のスクリーンショット
enable.us Extension拡張機能のCRXファイルをダウンロード
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 |
Eメール | [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": [] } ] } |