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.”。

擴展截圖

screenshot
screenshot
screenshot

下載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 enable.us Extension
ID finkgjecdnkekigdhckihgomnfkbgbep
官方網址 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": []
        }
    ]
}