RevenueHero
RevenueHero is an inbound revenue acceleration product that handles instant meeting scheduling and lead routing for revenue teams.
Τι είναι το RevenueHero;
Το RevenueHero είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον https://revenuehero.io, και η κύρια λειτουργία του είναι "RevenueHero is an inbound revenue acceleration product that handles instant meeting scheduling and lead routing for revenue teams.".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου CRX της επέκτασης RevenueHero
Λήψη αρχείων επέκτασης RevenueHero σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.
Οδηγίες Χρήσης της Επέκτασης
RevenueHero’s chrome extension allows sales reps to manage meetings no matter where they are in the browser. With RevenueHero’s extension, you’ll be able to send instant availability slots from your calendar right in your emails, to allow your customer to book meetings in 1 click by choosing the slot that works for them right from their mailbox. SDRs can also book meetings with the right AEs right form the CRM, in 1-click. RevenueHero looks up the right AE and automatically books the meeting, sends the invites and updates detail in the CRM. With the extension, you’ll also be able to manage all your meetings wherever you are in your browser, and also create 1-off meetings in a few clicks.
Βασικές Πληροφορίες Επέκτασης
Όνομα | RevenueHero |
ID | acnogbaldkeemneolhfnmcghconcmjna |
Επίσημο URL | https://chromewebstore.google.com/detail/revenuehero/acnogbaldkeemneolhfnmcghconcmjna |
Περιγραφή | RevenueHero is an inbound revenue acceleration product that handles instant meeting scheduling and lead routing for revenue teams. |
Μέγεθος Αρχείου | 3.85 MB |
Αριθμός Εγκαταστάσεων | 447 |
Τρέχουσα Έκδοση | 3.2.1 |
Τελευταία Ενημέρωση | 2024-03-02 |
Ημερομηνία Δημοσίευσης | 2023-08-07 |
Αξιολόγηση | 5.00/5 Συνολικά 2 Αξιολογήσεις |
Προγραμματιστής | https://revenuehero.io |
Ηλεκτρονικό ταχυδρομείο | [email protected] |
Τύπος Πληρωμής | free |
Ιστότοπος Επέκτασης | https://revenuehero.io/ |
Διεύθυνση URL της Σελίδας Βοήθειας | https://help.revenuehero.io/ |
URL της Σελίδας Πολιτικής Απορρήτου | https://www.revenuehero.io/privacy-policy |
Υποστηριζόμενες Γλώσσες | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "RevenueHero", "version": "3.2.1", "description": "RevenueHero is an inbound revenue acceleration product that handles instant meeting scheduling and lead routing for revenue teams.", "manifest_version": 3, "author": "RevenueHero", "icons": { "16": "images\/rh-16.png", "32": "images\/rh-32.png", "48": "images\/rh-48.png", "128": "images\/rh-128.png" }, "action": { "default_title": "RevenueHero", "default_icon": { "32": "images\/rh-32.png" } }, "permissions": [ "background", "activeTab", "storage", "clipboardWrite" ], "host_permissions": [ "https:\/\/app.aysr.io\/*", "https:\/\/app.revenuehero.io\/*", "http:\/\/localhost:4200\/*", "https:\/\/mail.google.com\/*", "https:\/\/pubsub.googleapis.com\/*", "https:\/\/www.gstatic.com\/*" ], "background": { "service_worker": "service-worker-loader.js", "type": "module" }, "content_scripts": [ { "js": [ "assets\/index.ts-loader-e23cc0de.js" ], "matches": [ " |