Weflow

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

Cos'è Weflow?

Weflow è un'estensione di Chrome sviluppata da https://getweflow.com, e la sua funzione principale è "The fastest way to update Salesforce. Manage your pipeline, notes & tasks. Designed for sales teams. Auto-synced to Salesforce.".

Screenshot dell'Estensione

screenshot
screenshot
screenshot
screenshot
screenshot

Scarica il file CRX dell'estensione Weflow

Scarica i file di estensione Weflow in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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.                    

Informazioni di Base sull'Estensione

Nome Weflow Weflow
ID fpadpaifohjpgnmbefepobokdopjdbid
URL Ufficiale https://chromewebstore.google.com/detail/weflow/fpadpaifohjpgnmbefepobokdopjdbid
Descrizione The fastest way to update Salesforce. Manage your pipeline, notes & tasks. Designed for sales teams. Auto-synced to Salesforce.
Dimensione del File 16.83 MB
Conteggio Installazioni 504
Versione Corrente 2.28.13.3090
Ultimo Aggiornamento 2024-02-28
Data di Pubblicazione 2022-03-06
Valutazione 5.00/5 Totale 17 Valutazioni
Sviluppatore https://getweflow.com
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://www.getweflow.com
URL della Pagina di Aiuto https://help.getweflow.com/
URL della Pagina della Politica sulla Privacy https://www.getweflow.com/privacy
Lingue Supportate 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": [
                ""
            ]
        }
    ]
}