Rhetora - AI Sales Copilot

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

What is Rhetora - AI Sales Copilot?

Rhetora - AI Sales Copilot is a Chrome extension developed by dev-team, and its main feature is "Sales teams at peak efficiency. Automate your workflows ⚙️, in minutes. No code, no APIs 🧠, powered by AI. Customize everything…".

Extension Screenshots

screenshot
screenshot

Download Rhetora - AI Sales Copilot Extension CRX File

Download Rhetora - AI Sales Copilot extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

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

Extension Basic Information

Name Rhetora - AI Sales Copilot Rhetora - AI Sales Copilot
ID jgealiokpcdmflpppoehgemgondollcb
Official URL https://chromewebstore.google.com/detail/rhetora-ai-sales-copilot/jgealiokpcdmflpppoehgemgondollcb
Description Sales teams at peak efficiency. Automate your workflows ⚙️, in minutes. No code, no APIs 🧠, powered by AI. Customize everything…
File Size 6.7 MB
Installation Count 114
Current Version 2.0.7
Last Updated 2024-02-28
Publish Date 2023-06-12
Rating 5.00/5 Total 11 Ratings
Developer dev-team
Email [email protected]
Payment Type free
Extension Website https://www.app.rhetora.ai/
Help Page URL https://www.app.rhetora.ai/
Privacy Policy Page URL https://www.rhetora.ai/privacy-policy
Supported Languages 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"
    }
}