Weflow

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

Apa itu Weflow?

Weflow adalah ekstensi Chrome yang dikembangkan oleh https://getweflow.com, dan fitur utamanya adalah "The fastest way to update Salesforce. Manage your pipeline, notes & tasks. Designed for sales teams. Auto-synced to Salesforce.".

Screenshot Ekstensi

screenshot
screenshot
screenshot
screenshot
screenshot

Unduh Berkas CRX Ekstensi Weflow

Unduh file ekstensi Weflow dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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.                    

Informasi Dasar Ekstensi

Nama Weflow Weflow
ID fpadpaifohjpgnmbefepobokdopjdbid
URL Resmi https://chromewebstore.google.com/detail/weflow/fpadpaifohjpgnmbefepobokdopjdbid
Deskripsi The fastest way to update Salesforce. Manage your pipeline, notes & tasks. Designed for sales teams. Auto-synced to Salesforce.
Ukuran File 16.83 MB
Jumlah Instalasi 504
Versi Saat Ini 2.28.13.3090
Terakhir Diperbarui 2024-02-28
Tanggal Publikasi 2022-03-06
Penilaian 5.00/5 Total 17 Penilaian
Pengembang https://getweflow.com
Email [email protected]
Tipe Pembayaran free
Situs Ekstensi https://www.getweflow.com
URL Halaman Bantuan https://help.getweflow.com/
URL Halaman Kebijakan Privasi https://www.getweflow.com/privacy
Bahasa yang Didukung 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": [
                ""
            ]
        }
    ]
}