enable.us Extension

Communicate with prospects faster by inserting room links in emails with a simple click.

enable.us Extension là gì?

enable.us Extension là một tiện ích mở rộng Chrome được phát triển bởi enable.us, và tính năng chính của nó là "Communicate with prospects faster by inserting room links in emails with a simple click.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng enable.us Extension

Tải xuống các tệp mở rộng enable.us Extension dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên enable.us Extension enable.us Extension
ID finkgjecdnkekigdhckihgomnfkbgbep
URL Chính Thức https://chromewebstore.google.com/detail/enableus-extension/finkgjecdnkekigdhckihgomnfkbgbep
Mô tả Communicate with prospects faster by inserting room links in emails with a simple click.
Kích Thước Tệp 928 KB
Số Lần Cài Đặt 68
Phiên Bản Hiện Tại 1.3.0
Cập Nhật Lần Cuối 2023-09-20
Ngày Phát Hành 2022-02-28
Đánh Giá 5.00/5 Tổng số 4 Đánh Giá
Nhà Phát Triển enable.us
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://www.enableus.com
URL Trang Trợ Giúp https://help.enable.us/en/
URL Trang Chính Sách Bảo Mật https://www.enable.us/privacy-policy
Ngôn Ngữ Được Hỗ Trợ 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": []
        }
    ]
}