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 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Communicate with prospects faster by inserting room links in emails with a simple click."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में enable.us Extension एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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 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": []
        }
    ]
}