rule5

Extension for sales teams to learn about their prospective customers and key people to engage with.

¿Qué es rule5?

rule5 es una extensión de Chrome desarrollada por https://rule5.io, y su función principal es "Extension for sales teams to learn about their prospective customers and key people to engage with.".

Capturas de Pantalla de la Extensión

screenshot
screenshot
screenshot
screenshot
screenshot

Descargar Archivo CRX de la Extensión rule5

Descarga archivos de extensión rule5 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

                        rule5 is where go-to-market teams go for sales intelligence.

👋 Know everything about your customer:
⮕ Learn about your customers, their strategic  priorities, initiatives, business challenges,  trends (financial, industry and technology) and much more.

👋 Generative AI powered account intelligence, personalized email creation, strategic sales asset creation and more:
⮕ Ask questions and get answers to deeply understand your prospect. Draft context specific emails to a prospect, create strategic sales assets including executive summary, POV slides, RFP responses, security questionnaires and more. 

👋 Intelligence that goes where you go in Salesforce and on the web:
⮕ Access account and people intelligence while in Salesforce or from your prospect’s website

👋 Identify the best path to decision makers with rule5 teamConnect:
⮕ Share critical relationships that exist within your ecosystem of partners, board members, advisors, and customer advocates so your sales teams can see the direct path to the key stakeholders they need to engage.                    

Información Básica de la Extensión

Nombre rule5 rule5
ID lggohfbfkbnpgofmflaeboonadahfnim
URL Oficial https://chromewebstore.google.com/detail/rule5/lggohfbfkbnpgofmflaeboonadahfnim
Descripción Extension for sales teams to learn about their prospective customers and key people to engage with.
Tamaño del Archivo 4.16 MB
Cantidad de Instalaciones 27
Versión Actual 2.4.2
Última Actualización 2024-01-30
Fecha de Publicación 2022-02-28
Calificación 5.00/5 Total de 3 Calificaciones
Desarrollador https://rule5.io
Correo electrónico [email protected]
Tipo de Pago free
Sitio Web de la Extensión https://www.rule5.io
URL de la Página de Ayuda https://www.rule5.io/contact
URL de la Página de Política de Privacidad https://www.rule5.io/privacy
Idiomas Soportados en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "rule5",
    "description": "Extension for sales teams to learn about their prospective customers and key people to engage with.",
    "version": "2.4.2",
    "manifest_version": 3,
    "host_permissions": [
        "https:\/\/dev-api.rule5.io\/*",
        "https:\/\/api.rule5.io\/*",
        ""
    ],
    "background": {
        "service_worker": "js\/background.js",
        "type": "module"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.linkedin.com\/*"
            ],
            "css": [
                "css\/linkedin-integrated-sharing.css"
            ],
            "js": [
                "js\/jquery-3.6.3.min.js",
                "js\/linkedin-integrated-sharing.js"
            ]
        }
    ],
    "web_accessible_resources": [
        {
            "matches": [
                ""
            ],
            "resources": [
                "images\/*"
            ]
        }
    ],
    "permissions": [
        "storage",
        "scripting",
        "activeTab"
    ],
    "action": {
        "default_popup": "index.html",
        "action": {
            "default_popup": "index.html",
            "default_icon": {
                "16": "\/images\/icon_16.png",
                "32": "\/images\/icon_32.png",
                "48": "\/images\/icon_48.png",
                "128": "\/images\/icon_128.png"
            }
        }
    },
    "icons": {
        "16": "\/images\/icon_16.png",
        "32": "\/images\/icon_32.png",
        "48": "\/images\/icon_48.png",
        "128": "\/images\/icon_128.png"
    }
}