HubSpot Sales

Email tracking, CRM for Gmail, and sales productivity tools in your inbox

¿Qué es HubSpot Sales?

HubSpot Sales es una extensión de Chrome desarrollada por https://app.hubspot.com, y su función principal es "Email tracking, CRM for Gmail, and sales productivity tools in your inbox".

Capturas de Pantalla de la Extensión

screenshot
screenshot
screenshot
screenshot

Descargar Archivo CRX de la Extensión HubSpot Sales

Descarga archivos de extensión HubSpot Sales en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.

Instrucciones de Uso de la Extensión

                        HubSpot CRM connects to Gmail to help you uncover more leads in less time, connect with those leads, and close deals faster while managing all your contacts in one central database. And it’s free to get started. 

Note: a free HubSpot account is required to use this extension.  

Over 30,000 customers in 90 countries are using HubSpot to grow their businesses.

WHAT CUSTOMERS ARE SAYING
“Three months after implementing HubSpot I had my highest revenue month in 5 years. Instead of talking to voicemails all day, we now conduct more demos and close more deals.”
- Tory Tucker, Account Manager at Top Echelon

FREE features include: 
- Email tracking
- CRM for Gmail
- Create share email templates 
- Meeting scheduler
- Mobile App - iOS and Android

PAID features include: 
- Automated personal outreach

HAVE QUESTIONS?
Learn more about HubSpot Sales at https://www.hubspot.com/products/sales.

If you have any problems or suggestions please visit https://academy.hubspot.com/ for useful resources.                    

Información Básica de la Extensión

Nombre HubSpot Sales HubSpot Sales
ID oiiaigjnkhngdbnoookogelabohpglmd
URL Oficial https://chromewebstore.google.com/detail/hubspot-sales/oiiaigjnkhngdbnoookogelabohpglmd
Descripción Email tracking, CRM for Gmail, and sales productivity tools in your inbox
Tamaño del Archivo 3.7 MB
Cantidad de Instalaciones 1,232,539
Versión Actual 2.9.0.16043
Última Actualización 2024-02-27
Fecha de Publicación 2020-06-12
Calificación 4.46/5 Total de 8278 Calificaciones
Desarrollador https://app.hubspot.com
Correo electrónico [email protected]
Tipo de Pago free
Sitio Web de la Extensión http://hubspot.com/products/sales/
URL de la Página de Ayuda https://community.hubspot.com/
URL de la Página de Política de Privacidad https://legal.hubspot.com/product-privacy-policy
Idiomas Soportados en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "HubSpot Sales",
    "short_name": "HubSpot Sales",
    "description": "Email tracking, CRM for Gmail, and sales productivity tools in your inbox",
    "version": "2.9.0.16043",
    "permissions": [
        "tabs",
        "cookies",
        "storage",
        "background",
        "webRequest",
        "webRequestBlocking",
        "*:\/\/*.hubspot.com\/*",
        "*:\/\/*.hubspotqa.com\/*",
        "*:\/\/*.hubapi.com\/*",
        "*:\/\/*.hubapiqa.com\/*",
        "*:\/\/mail.google.com\/*",
        "*:\/\/*.googleusercontent.com\/*",
        "declarativeNetRequest",
        "alarms"
    ],
    "optional_permissions": [
        "management",
        "*:\/\/*.force.com\/*"
    ],
    "icons": {
        "16": "img\/hubspot-logo-16.png",
        "48": "img\/hubspot-logo-48.png",
        "128": "img\/logo-128-webstore.png"
    },
    "background": {
        "page": "pages\/background.html"
    },
    "incognito": "not_allowed",
    "browser_action": {
        "default_icon": "img\/hubspot-logo-bg-48.png",
        "default_popup": "pages\/popup.html"
    },
    "web_accessible_resources": [
        "js\/*.js.map",
        "img\/*",
        "css\/*",
        "pages\/*"
    ],
    "content_security_policy": "script-src 'self' https:\/\/bam.nr-data.net https:\/\/js-agent.newrelic.com https:\/\/local.hsappstatic.net https:\/\/static.hsappstatic.net https:\/\/app.hubspot.com https:\/\/talkgadget.google.com\/talkgadget\/channel.js https:\/\/cdn.ravenjs.com\/1.1.11\/jquery\/raven.min.js; object-src 'self' https:\/\/local.hsappstatic.net; frame-src 'self' https:\/\/local.hubspot.com https:\/\/local.hubspotqa.com https:\/\/app.hubspot.com https:\/\/app.hubspotqa.com https:\/\/app-eu1.hubspot.com https:\/\/app-eu1.hubspotqa.com https:\/\/local-eu1.hubspot.com https:\/\/local.hsappstatic.net https:\/\/static.hsappstatic.net; frame-ancestors 'self' https:\/\/local.hsappstatic.net",
    "content_scripts": [
        {
            "run_at": "document_start",
            "all_frames": false,
            "matches": [
                "*:\/\/*.hubspot.com\/*",
                "*:\/\/*.hubspotqa.com\/*"
            ],
            "exclude_matches": [
                "*:\/\/*\/*.xml"
            ],
            "js": [
                "js\/sig-ext.js"
            ]
        },
        {
            "run_at": "document_start",
            "all_frames": false,
            "matches": [
                "*:\/\/mail.google.com\/*"
            ],
            "js": [
                "js\/gmail.js"
            ],
            "css": [
                "css\/gmail.css"
            ]
        }
    ]
}