Ravyn - Notes & AI Tagging to Boost Sales

Ravyn is the world’s first, ultra-fast AI sales tool for capturing insights to grow your revenue and deepen your relationships.

Τι είναι το Ravyn - Notes & AI Tagging to Boost Sales;

Το Ravyn - Notes & AI Tagging to Boost Sales είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον https://ravyn.app, και η κύρια λειτουργία του είναι "Ravyn is the world’s first, ultra-fast AI sales tool for capturing insights to grow your revenue and deepen your relationships.".

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

screenshot
screenshot
screenshot
screenshot
screenshot

Λήψη αρχείου CRX της επέκτασης Ravyn - Notes & AI Tagging to Boost Sales

Λήψη αρχείων επέκτασης Ravyn - Notes & AI Tagging to Boost Sales σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

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

                        It's not a CRM - It's smart-tagging for people and is proven to speed up sales cycles so you can close more deals, faster.

If you don’t already have Ravyn, downloading and installing this extension will start a FREE 30-day trial of Ravyn – no credit card required.

The Ravyn Chrome Extension is a lightning-fast sales tool that helps you:

 • Capture insights about your clients & prospects on any webpage, including your web-based CRM
 • Create client notes quickly and easily
 • Automatically capture insights using Ravyn's AI, directly from your notes.
 • Quickly add customer insights while researching on any website
 • Create new contacts from anywhere

Spend less time entering data in your CRM and more time creating deeper relationships with the world's fastest sales-enablement tool.

---

Have questions or comments about Ravyn? Please reach out to us at [email protected], or visit www.ravyn.app                    

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

Όνομα Ravyn - Notes & AI Tagging to Boost Sales Ravyn - Notes & AI Tagging to Boost Sales
ID naniaepacecenllegnfdfgainbgolhhe
Επίσημο URL https://chromewebstore.google.com/detail/ravyn-notes-ai-tagging-to/naniaepacecenllegnfdfgainbgolhhe
Περιγραφή Ravyn is the world’s first, ultra-fast AI sales tool for capturing insights to grow your revenue and deepen your relationships.
Μέγεθος Αρχείου 7.47 MB
Αριθμός Εγκαταστάσεων 60
Τρέχουσα Έκδοση 0.6.2.4183
Τελευταία Ενημέρωση 2023-03-22
Ημερομηνία Δημοσίευσης 2023-03-06
Προγραμματιστής https://ravyn.app
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Ιστότοπος Επέκτασης http://ravyn.app/?utm_source=chrome.google.com
Διεύθυνση URL της Σελίδας Βοήθειας https://docs.ravyn.app/
URL της Σελίδας Πολιτικής Απορρήτου https://ravyn.app/privacy
Υποστηριζόμενες Γλώσσες en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Ravyn - Notes & AI Tagging to Boost Sales",
    "description": "Ravyn is the world\u2019s first, ultra-fast AI sales tool for capturing insights to grow your revenue and deepen your relationships.",
    "action": {
        "default_title": "Ravyn addon",
        "default_popup": "popup\/popup.html"
    },
    "background": {
        "service_worker": "background.bundle.js"
    },
    "commands": {
        "add-note": {
            "suggested_key": {
                "default": "Alt+N"
            },
            "description": "Add Note"
        },
        "add-insight": {
            "suggested_key": {
                "default": "Alt+I"
            },
            "description": "Add Insights"
        },
        "add-contact": {
            "suggested_key": {
                "default": "Alt+C"
            },
            "description": "Create Contact"
        },
        "send-ravyn": {
            "suggested_key": {
                "default": "Alt+R"
            },
            "description": "Send Ravyn"
        }
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*\/*",
                "http:\/\/*\/*"
            ],
            "js": [
                "content-cs.bundle.js"
            ],
            "all_frames": false,
            "run_at": "document_end"
        }
    ],
    "icons": {
        "48": "icons\/logo.png",
        "128": "icons\/logo.png"
    },
    "permissions": [
        "tabs",
        "identity"
    ],
    "oauth2": {
        "client_id": "139344317846-5ageimd8vjkmf3os6igh50c463boar2t.apps.googleusercontent.com",
        "scopes": [
            "openid"
        ]
    },
    "web_accessible_resources": [
        {
            "resources": [
                "vendor\/css\/*",
                "css\/*",
                "icons\/*"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "externally_connectable": {
        "matches": [
            "*:\/\/*.ravyn.app\/*",
            "http:\/\/localhost:3000\/*"
        ]
    },
    "version": "0.6.2.4183"
}