Click2CRM - Instantly Add Contacts to Hubspot

Click2CRM

什麼是Click2CRM - Instantly Add Contacts to Hubspot?

Click2CRM - Instantly Add Contacts to Hubspot是由access開發的Chrome擴展程式,該擴展的主要功能是“Click2CRM”。

擴展截圖

screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot

下載Click2CRM - Instantly Add Contacts to Hubspot擴展crx文件

下載Click2CRM - Instantly Add Contacts to Hubspot擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        Instantly Create HubSpot Contacts. Anytime. Anywhere. With just one click.
 
Click2CRM (by OM) is a productivity tool for sales professionals that simplifies the process of creating and passing contact information over to HubSpot. Too many sales professionals waste valuable time by manually going into their CRM and inputting information.

We have created a free solution that removes the process of jumping between tabs to create contacts in HubSpot, leaving room for error and inefficiency. With Click2CRM (by OM), simply right-click an email on a website and your contact will immediately be created in HubSpot!

Click2CRM (by OM) is easy to use:
     1. Add your HubSpot API key.
     2. Right-click any email address.
     3. Input additional contact information.
     4. Contact is created and sent to HubSpot!

Make sure your talented sales professionals are being efficient with their valuable time. Our sales team has enjoyed the ease of prospecting with Click2CRM (by OM) and can now focus on the most important part, closing sales!                    

擴展基本資訊

名稱 Click2CRM - Instantly Add Contacts to Hubspot Click2CRM - Instantly Add Contacts to Hubspot
ID bbbfkpgkloknokacjmpihcnbplkaddhi
官方網址 https://chromewebstore.google.com/detail/click2crm-instantly-add-c/bbbfkpgkloknokacjmpihcnbplkaddhi
簡介 Click2CRM
檔案大小 667 KB
安裝次數 47
目前版本 0.1.9
更新時間 2020-12-13
上架時間 2020-10-03
評分 5.00/5 共 6 次評分
開發者 access
電子郵箱 [email protected]
付費類型 free
擴展官網 https://www.growwithom.com/
說明頁面URL https://www.growwithom.com/contact/
支援的語言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "version": "0.1.9",
    "name": "__MSG_extName__",
    "description": "__MSG_extDesc__",
    "default_locale": "en",
    "permissions": [
        "https:\/\/api.hubapi.com\/*",
        "contextMenus"
    ],
    "icons": {
        "16": "icons\/icon-16.png",
        "19": "icons\/icon-19.png",
        "38": "icons\/icon-38.png",
        "128": "icons\/icon-128.png"
    },
    "background": {
        "scripts": [
            "js\/background.js"
        ],
        "persistent": false
    },
    "browser_action": {
        "default_popup": "popup.html#\/contact\/",
        "default_title": "OM Event Code Builder",
        "default_icon": {
            "16": "icons\/icon-16.png",
            "19": "icons\/icon-19.png",
            "38": "icons\/icon-38.png"
        }
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*",
                ""
            ],
            "js": [
                "js\/contentscript.js"
            ],
            "run_at": "document_end"
        }
    ],
    "web_accessible_resources": [
        "popup.html"
    ],
    "content_security_policy": "script-src 'self' ; object-src 'self'"
}