Click2CRM - Instantly Add Contacts to Hubspot

Click2CRM

Qu'est-ce que Click2CRM - Instantly Add Contacts to Hubspot ?

Click2CRM - Instantly Add Contacts to Hubspot est une extension Chrome développée par access, et sa fonction principale est "Click2CRM".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot

Télécharger le fichier CRX de l'extension Click2CRM - Instantly Add Contacts to Hubspot

Téléchargez les fichiers d'extension Click2CRM - Instantly Add Contacts to Hubspot au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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!                    

Informations de Base sur l'Extension

Nom Click2CRM - Instantly Add Contacts to Hubspot Click2CRM - Instantly Add Contacts to Hubspot
ID bbbfkpgkloknokacjmpihcnbplkaddhi
URL Officiel https://chromewebstore.google.com/detail/click2crm-instantly-add-c/bbbfkpgkloknokacjmpihcnbplkaddhi
Description Click2CRM
Taille du Fichier 667 KB
Nombre d'Installations 47
Version Actuelle 0.1.9
Dernière Mise à Jour 2020-12-13
Date de Publication 2020-10-03
Évaluation 5.00/5 Total 6 Évaluations
Développeur access
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://www.growwithom.com/
URL de la Page d'Aide https://www.growwithom.com/contact/
Langues Prises en Charge 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'"
}