Luru: Revenue Workspace for Sales teams

Luru is a zero friction revenue workspace that improves the productivity of Sales Reps manifold.

Τι είναι το Luru: Revenue Workspace for Sales teams;

Το Luru: Revenue Workspace for Sales teams είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον https://luru.app, και η κύρια λειτουργία του είναι "Luru is a zero friction revenue workspace that improves the productivity of Sales Reps manifold.".

Στιγμιότυπα Επέκτασης

screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot

Λήψη αρχείου CRX της επέκτασης Luru: Revenue Workspace for Sales teams

Λήψη αρχείων επέκτασης Luru: Revenue Workspace for Sales teams σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

Οδηγίες Χρήσης της Επέκτασης

                        Luru helps sales folks save 3-4 hours every week from CRM busywork. It also help you stay on top of your pipeline and follow playbooks like a pro!

* Luru is the fastest way to access and update your CRM with a single click. 

* You can take meeting notes right in the context of your meeting that syncs automatically to your CRM. No more context switches or having to copy over notes from multiple apps

* You can setup meeting workflows that work for you. You follow BANT or MEDDICC? Just set them as templates to guide you through meetings. Luru will magically pick the right ones for you based on who you are meeting
 
If you use Salesforce or Hubspot do try our luru.app. You will experience increased productivity and get the CRM to work for you.

Your CRM resides on every webpage:
With Luru Sidekick you can access your CRM on any webpage using the shortcut Cmd + J (or Ctrl +J on a PC). You can create and update records, notes and tasks easily without having to open multiple tabs!

Take notes from inside Zoom and GMeet: 
* Auto Sync to CRM
* Access to CRM right from within the meeting
* Magic linking to CRM records
* Clutter free Interface
* Access your notes from anywhere

Playbooks that are practical and useful:
Create meeting playbooks that guide you through the calls. Luru will automatically load the right playbook for you by looking at the meeting participants and your CRM entries. You can concentrate on the meeting and take your notes, while Luru does the heavy lifting.

Update your CRM with fewer clicks:
Updating your CRM should not take this long. With Luru you can update your CRM in seconds so that you can get back to what you love most - selling

Action items at your finger tips:
Quickly create action items for yourself or your team in a single click. Luru will remind you about it when you are emailing your client or have an upcoming meeting with them                    

Βασικές Πληροφορίες Επέκτασης

Όνομα Luru: Revenue Workspace for Sales teams Luru: Revenue Workspace for Sales teams
ID dkkoajmblennnfhdpoolnnnbcemchabl
Επίσημο URL https://chromewebstore.google.com/detail/luru-revenue-workspace-fo/dkkoajmblennnfhdpoolnnnbcemchabl
Περιγραφή Luru is a zero friction revenue workspace that improves the productivity of Sales Reps manifold.
Μέγεθος Αρχείου 9.9 MB
Αριθμός Εγκαταστάσεων 223
Τρέχουσα Έκδοση 1.4.02.2801
Τελευταία Ενημέρωση 2024-02-29
Ημερομηνία Δημοσίευσης 2022-05-28
Αξιολόγηση 5.00/5 Συνολικά 5 Αξιολογήσεις
Προγραμματιστής https://luru.app
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Ιστότοπος Επέκτασης https://luru.app
Διεύθυνση URL της Σελίδας Βοήθειας https://luru.freshdesk.com/support/home
URL της Σελίδας Πολιτικής Απορρήτου https://www.luru.app/privacy-policy
Υποστηριζόμενες Γλώσσες en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Luru: Revenue Workspace for Sales teams",
    "description": "Luru is a zero friction revenue workspace that improves the productivity of Sales Reps manifold.",
    "version": "1.4.02.2801",
    "manifest_version": 3,
    "homepage_url": "https:\/\/www.luru.app\/",
    "default_locale": "en",
    "permissions": [
        "cookies",
        "storage",
        "activeTab",
        "scripting",
        "alarms",
        "sidePanel"
    ],
    "host_permissions": [
        "https:\/\/*.luru.app\/"
    ],
    "icons": {
        "16": "images\/default\/16.png",
        "32": "images\/default\/32.png",
        "48": "images\/default\/48.png",
        "128": "images\/default\/128.png"
    },
    "action": {
        "default_icon": {
            "16": "images\/default\/16.png",
            "32": "images\/default\/32.png",
            "48": "images\/default\/48.png",
            "128": "images\/default\/128.png"
        },
        "signed_out": {
            "16": "images\/signed-out\/16.png",
            "32": "images\/signed-out\/32.png",
            "48": "images\/signed-out\/48.png",
            "128": "images\/signed-out\/128.png"
        }
    },
    "options_page": "\/pages\/newtab\/index.html?force=true&redirect=\/getting-started",
    "background": {
        "service_worker": "background.js",
        "type": "module"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*.zoom.us\/j\/*",
                "http:\/\/*.zoom.us\/j\/*",
                "https:\/\/*.zoom.us\/s\/*",
                "http:\/\/*.zoom.us\/s\/*"
            ],
            "exclude_matches": [
                "https:\/\/*.zoom.us\/",
                "http:\/\/*.zoom.us\/"
            ],
            "js": [
                "scripts\/zoom\/LuruPopup.js"
            ],
            "run_at": "document_end"
        },
        {
            "matches": [
                "http:\/\/meet.google.com\/*",
                "https:\/\/meet.google.com\/*"
            ],
            "exclude_matches": [
                "http:\/\/meet.google.com\/",
                "https:\/\/meet.google.com\/",
                "http:\/\/meet.google.com\/?*",
                "https:\/\/meet.google.com\/?*"
            ],
            "js": [
                "scripts\/google-meet\/LuruSetup.js"
            ],
            "css": [
                "styles\/google-meet\/LuruDom.css"
            ],
            "run_at": "document_end"
        },
        {
            "matches": [
                "https:\/\/my.luru.app\/signin_and_embed_meeting_note\/*"
            ],
            "js": [
                "scripts\/luru-app\/EmbeddedMeetingNote.js"
            ],
            "run_at": "document_start"
        },
        {
            "matches": [
                "https:\/\/*.my.luru.app\/*"
            ],
            "js": [
                "scripts\/luru-app\/LuruAppContentScript.js"
            ],
            "run_at": "document_start",
            "exclude_matches": [
                "https:\/\/*.my.luru.app\/signin_and_embed_meeting_note\/*"
            ],
            "all_frames": true
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "images\/luruLogo.png"
            ],
            "matches": [
                "http:\/\/meet.google.com\/*",
                "https:\/\/meet.google.com\/*"
            ]
        },
        {
            "resources": [
                "pages\/globalsearch\/index.html"
            ],
            "matches": [
                ""
            ]
        },
        {
            "resources": [
                "pages\/embeddednote\/index.html"
            ],
            "matches": [
                ""
            ]
        },
        {
            "resources": [
                "pages\/newtab\/index.html"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "commands": {
        "showLuruSearchBar": {
            "suggested_key": {
                "default": "Ctrl+J",
                "chromeos": "Ctrl+J",
                "linux": "Ctrl+U",
                "mac": "Command+J",
                "windows": "Ctrl+J"
            },
            "description": "Search with Luru"
        }
    }
}