Weflow

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

什么是Weflow?

Weflow是由https://getweflow.com开发的Chrome扩展程序,该扩展的主要功能是“The fastest way to update Salesforce. Manage your pipeline, notes & tasks. Designed for sales teams. Auto-synced to Salesforce.”。

扩展截图

screenshot
screenshot
screenshot
screenshot
screenshot

下载Weflow扩展crx文件

下载Weflow扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        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.                    

扩展基本信息

名称 Weflow Weflow
ID fpadpaifohjpgnmbefepobokdopjdbid
官方URL https://chromewebstore.google.com/detail/weflow/fpadpaifohjpgnmbefepobokdopjdbid
简介 The fastest way to update Salesforce. Manage your pipeline, notes & tasks. Designed for sales teams. Auto-synced to Salesforce.
文件大小 16.83 MB
安装次数 504
当前版本 2.28.13.3090
更新时间 2024-02-28
上架时间 2022-03-06
评分 5.00/5 共17次评分
开发者 https://getweflow.com
电子邮箱 [email protected]
付费类型 free
扩展官网 https://www.getweflow.com
帮助页面URL https://help.getweflow.com/
隐私政策页面URL https://www.getweflow.com/privacy
支持的语言 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": [
                ""
            ]
        }
    ]
}