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