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"
    }
}