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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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
공식 URL 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'"
}