Weflow

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

ما هو Weflow؟

Weflow هو إضافة Chrome تم تطويرها بواسطة https://getweflow.com، والميزة الرئيسية لها هي "The fastest way to update Salesforce. Manage your pipeline, notes & tasks. Designed for sales teams. Auto-synced to Salesforce.".

لقطات شاشة التمديد

screenshot
screenshot
screenshot
screenshot
screenshot

تحميل ملف CRX للإضافة Weflow

قم بتنزيل ملفات الامتداد Weflow بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        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
عنوان صفحة المساعدة https://help.getweflow.com/
عنوان صفحة سياسة الخصوصية 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": [
                ""
            ]
        }
    ]
}