Rhetora - AI Sales Copilot

Sales teams at peak efficiency. Automate your workflows ⚙️, in minutes. No code, no APIs 🧠, powered by AI. Customize everything…

Τι είναι το Rhetora - AI Sales Copilot;

Το Rhetora - AI Sales Copilot είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον dev-team, και η κύρια λειτουργία του είναι "Sales teams at peak efficiency. Automate your workflows ⚙️, in minutes. No code, no APIs 🧠, powered by AI. Customize everything…".

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

screenshot
screenshot

Λήψη αρχείου CRX της επέκτασης Rhetora - AI Sales Copilot

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

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

                        Sales teams at peak efficiency. Automate your workflows ⚙️, in minutes.
No code, no APIs 🧠, powered by AI.
Customize everything 🎨, as you need.                    

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

Όνομα Rhetora - AI Sales Copilot Rhetora - AI Sales Copilot
ID jgealiokpcdmflpppoehgemgondollcb
Επίσημο URL https://chromewebstore.google.com/detail/rhetora-ai-sales-copilot/jgealiokpcdmflpppoehgemgondollcb
Περιγραφή Sales teams at peak efficiency. Automate your workflows ⚙️, in minutes. No code, no APIs 🧠, powered by AI. Customize everything…
Μέγεθος Αρχείου 6.7 MB
Αριθμός Εγκαταστάσεων 114
Τρέχουσα Έκδοση 2.0.7
Τελευταία Ενημέρωση 2024-02-28
Ημερομηνία Δημοσίευσης 2023-06-12
Αξιολόγηση 5.00/5 Συνολικά 11 Αξιολογήσεις
Προγραμματιστής dev-team
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Ιστότοπος Επέκτασης https://www.app.rhetora.ai/
Διεύθυνση URL της Σελίδας Βοήθειας https://www.app.rhetora.ai/
URL της Σελίδας Πολιτικής Απορρήτου https://www.rhetora.ai/privacy-policy
Υποστηριζόμενες Γλώσσες en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Rhetora - AI Sales Copilot",
    "description": "",
    "version": "2.0.7",
    "manifest_version": 3,
    "permissions": [
        "activeTab",
        "storage",
        "tabs"
    ],
    "externally_connectable": {
        "matches": [
            "*:\/\/*.rhetora.ai\/*",
            "http:\/\/localhost:3000\/*"
        ]
    },
    "optional_host_permissions": [
        "https:\/\/*\/*"
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "*.png",
                "*.js",
                "*.css",
                "*.html"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "host_permissions": [
        "https:\/\/www.linkedin.com\/sales\/*",
        "https:\/\/www.linkedin.com\/feed\/*",
        "https:\/\/www.linkedin.com\/in\/*",
        "https:\/\/www.linkedin.com\/company\/*",
        "https:\/\/www.linkedin.com\/mynetwork\/*",
        "https:\/\/www.linkedin.com\/notifications\/*",
        "https:\/\/www.linkedin.com\/messaging\/*",
        "https:\/\/www.linkedin.com\/analytics\/*",
        "https:\/\/app.dripify.io\/*",
        "https:\/\/mail.google.com\/*",
        "*:\/\/*.rhetora.ai\/*",
        "*:\/\/staging-rhetora-app.herokuapp.com\/*",
        "http:\/\/localhost:8800\/*"
    ],
    "background": {
        "service_worker": "background.js"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.linkedin.com\/sales\/*",
                "https:\/\/www.linkedin.com\/feed\/*",
                "https:\/\/www.linkedin.com\/in\/*",
                "https:\/\/www.linkedin.com\/company\/*",
                "https:\/\/www.linkedin.com\/mynetwork\/*",
                "https:\/\/www.linkedin.com\/notification\/*",
                "https:\/\/www.linkedin.com\/messaging\/*",
                "https:\/\/www.linkedin.com\/analytics\/*",
                "https:\/\/mail.google.com\/*",
                "https:\/\/app.dripify.io\/*"
            ],
            "js": [
                "content_script_platform.js"
            ],
            "run_at": "document_end",
            "all_frames": true
        },
        {
            "matches": [
                "*:\/\/*.rhetora.ai\/*",
                "*:\/\/staging-rhetora-app.herokuapp.com\/*",
                "http:\/\/localhost:3000\/*"
            ],
            "js": [
                "content_script_main_app.js"
            ],
            "run_at": "document_start",
            "all_frames": true
        }
    ],
    "action": {
        "default_icon": {
            "16": "icons\/icon16.png",
            "32": "icons\/icon32.png",
            "48": "icons\/icon48.png",
            "128": "icons\/icon128.png"
        }
    },
    "icons": {
        "16": "icons\/icon16.png",
        "32": "icons\/icon32.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    }
}