Weflow

The fastest way to update Salesforce. Manage your pipeline, notes & tasks. Designed for sales teams. Auto-synced to Salesforce.

¿Qué es Weflow?

Weflow es una extensión de Chrome desarrollada por https://getweflow.com, y su función principal es "The fastest way to update Salesforce. Manage your pipeline, notes & tasks. Designed for sales teams. Auto-synced to Salesforce.".

Capturas de Pantalla de la Extensión

screenshot
screenshot
screenshot
screenshot
screenshot

Descargar Archivo CRX de la Extensión Weflow

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

                        Weflow’s free Chrome Extension replaces your default new tab in Chrome with a powerful command center for Salesforce.

Update your pipeline, create notes, manage tasks and add new records within seconds - all synced with Salesforce.


FREE TO USE
✓Save hours every week updating Salesforce. 
✓Log emails from Google Workspace / Gmail to Salesforce
✓Manage your pipeline like a spreadsheet or Kanban board. 
✓Take sales notes & sync them to Salesforce with one click.
✓Use templates to qualify deals, structure your meetings, and streamline data capture.
✓Make Salesforce updates while writing notes.
✓Simple and powerful task manager to stay on top of your deals.
✓Work with Salesforce out-of-the-box.


HOW IT WORKS
1️⃣  Install the Chrome extension and sign in with your Salesforce account
2️⃣  Open a new tab to use Weflow’s Salesforce command center or use our shortcut (MacOS: CMD + J | Windows: ALT + J) to launch global search from LinkedIn, Salesforce, Google Workspace, Outreach or Salesloft
3️⃣  View your pipeline, create notes, manage tasks and add new records within seconds
4️⃣  All changes are automatically synced with Salesforce


WEFLOW IN THE NEWS
Techcrunch: “Weflow...makes it faster to update Salesforce and reduces much of the busy work that takes up salespeople’s time.”


★★★★★- Christian Eggert, Founder at Back:
Everyone on our sales team happily uses Weflow which ensures all data is recorded timely inside SFDC. That alone resolves the majority of our data quality issues!

★★★★★ - Charlotte Vaquier, Account Executive at Remerge:
"I was blown away by the amount of time I now have outside of Salesforce. I go in, get my accounts updated and get back to work. No more clicking around SFDC to log information and wasting my time! Thanks Weflow!!"

★★★★★ - Ben Beivers, Chief Revenue Officer at Remerge:
"Weflow gives us better pipeline visibility which helps maintain high close rates throughout our sales process inside Salesforce vs what we'd get without it. 5/5!"

SECURITY & PRIVACY
Your Salesforce data is safe. The security of your data is at the core of our business. With automated processes, third-party auditing, and strict guidelines, we ensure that your data stays safe, always. Read more about what we do here: https://www.getweflow.com/security

Weflow provides fast and simple access to a user’s Salesforce account from any website they are visiting. A user can use the command CMD+J (MacOS) or ALT+J (Windows) to trigger a search modal which is directly connected to their Salesforce account. When selecting a Salesforce record, it is then displayed in a panel, which is always loaded on the right side of the browser window and overlaying the currently visited website. Within the panel, users can quickly update Salesforce fields. Weflow also takes over the new tab page with the sole purpose to provide a quick access to the user’s Salesforce pipeline, notes and tasks as well as common sales web apps such as Outreach, Salesloft or simply GMail.                    

Información Básica de la Extensión

Nombre Weflow Weflow
ID fpadpaifohjpgnmbefepobokdopjdbid
URL Oficial https://chromewebstore.google.com/detail/weflow/fpadpaifohjpgnmbefepobokdopjdbid
Descripción The fastest way to update Salesforce. Manage your pipeline, notes & tasks. Designed for sales teams. Auto-synced to Salesforce.
Tamaño del Archivo 16.83 MB
Cantidad de Instalaciones 504
Versión Actual 2.28.13.3090
Última Actualización 2024-02-28
Fecha de Publicación 2022-03-06
Calificación 5.00/5 Total de 17 Calificaciones
Desarrollador https://getweflow.com
Correo electrónico [email protected]
Tipo de Pago free
Sitio Web de la Extensión https://www.getweflow.com
URL de la Página de Ayuda https://help.getweflow.com/
URL de la Página de Política de Privacidad https://www.getweflow.com/privacy
Idiomas Soportados en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "description": "The fastest way to update Salesforce. Manage your pipeline, notes & tasks. Designed for sales teams. Auto-synced to Salesforce.",
    "version": "2.28.13.3090",
    "manifest_version": 3,
    "name": "Weflow",
    "background": {
        "service_worker": "background.bundle.js"
    },
    "permissions": [
        "tabs",
        "scripting",
        "webNavigation",
        "storage"
    ],
    "host_permissions": [
        ""
    ],
    "commands": {
        "search-shortcut": {
            "suggested_key": {
                "default": "Alt+J",
                "windows": "Alt+J",
                "mac": "Command+J"
            },
            "description": "Weflow Search"
        }
    },
    "action": {
        "default_icon": {
            "16": "icon-16.png",
            "32": "icon-32.png"
        }
    },
    "chrome_url_overrides": [],
    "icons": {
        "16": "icon-16.png",
        "32": "icon-32.png",
        "48": "icon-48.png",
        "128": "icon-128-actually-96.png"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "contentScript.bundle.js"
            ],
            "css": [
                "content.styles.css"
            ]
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "content.styles.css",
                "icon-16.png",
                "icon-32.png",
                "icon-48.png",
                "icon-128-actually-96.png",
                "sign-up-modal-background.png",
                "logo-full.svg",
                "\/fonts\/*"
            ],
            "matches": [
                ""
            ]
        }
    ]
}