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 مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        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/
عنوان صفحة المساعدة https://www.app.rhetora.ai/
عنوان صفحة سياسة الخصوصية 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"
    }
}