Regie.ai | AI Co-Pilot for Sales Emails

Save time writing personalized sales emails using Generative AI and industry best practices.

Regie.ai | AI Co-Pilot for Sales Emails là gì?

Regie.ai | AI Co-Pilot for Sales Emails là một tiện ích mở rộng Chrome được phát triển bởi https://regie.ai, và tính năng chính của nó là "Save time writing personalized sales emails using Generative AI and industry best practices.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Regie.ai | AI Co-Pilot for Sales Emails

Tải xuống các tệp mở rộng Regie.ai | AI Co-Pilot for Sales Emails dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        ✨ AI Co-Pilot for your Sales Team ✨

Regie.ai's extension is the perfect tool for busy sales reps and SDRs. By using our AI, you can cut the time you spend producing personalized sales outreach by 90%. 

⏱ PERSONALIZE EMAILS IN SECONDS

Our AI can research contacts and write personalized emails in seconds, delighting your prospects with unique messages every time.  

🤖 GOODBYE TEMPLATES, HELLO AI PROMPTS

Ditch spammy templates. Regie.ai uses AI prompts and persona-based CMS content to develop unique messages every time. 

💻 LINKEDIN TASK EXECUTION

Execute your LinkedIn InMails and Connection Requests in mere seconds, using the only LinkedIn prospecting tool on the market, accessible inside of our Chrome extension.

📊 IN-INBOX EMAIL COACHING AND ANALYTICS

Our Email Analyzer helps you optimize your emails based on performant data and best practices so you can avoid the dreaded Spam folder.

📋 SALES CONTENT, AT YOUR FINGERTIPS

Eliminate the need for expensive CMS platforms like Showpad™, Seismic™, and Highspot™. Use our built-in CMS when you need to access the perfect piece of collateral for your email. 

📍 WORKS WHERE YOU WORK

Leverage the power of AI inside your favorite sales enablement platforms, email services, or social media platforms.

~ Draft and send relevant sales emails in seconds using the Regie.ai Chrome extension. ~                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Regie.ai | AI Co-Pilot for Sales Emails Regie.ai | AI Co-Pilot for Sales Emails
ID eflhgammlcofelhagioegonghdmhabmk
URL Chính Thức https://chromewebstore.google.com/detail/regieai-ai-co-pilot-for-s/eflhgammlcofelhagioegonghdmhabmk
Mô tả Save time writing personalized sales emails using Generative AI and industry best practices.
Kích Thước Tệp 5.52 MB
Số Lần Cài Đặt 7,517
Phiên Bản Hiện Tại 1.4.10
Cập Nhật Lần Cuối 2024-02-28
Ngày Phát Hành 2022-02-14
Đánh Giá 4.90/5 Tổng số 31 Đánh Giá
Nhà Phát Triển https://regie.ai
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://regie.ai
URL Trang Trợ Giúp https://help.regie.ai/
URL Trang Chính Sách Bảo Mật https://www.regie.ai/privacy-policy
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Regie.ai | AI Co-Pilot for Sales Emails",
    "author": "Srinath Sridhar",
    "version": "1.4.10",
    "manifest_version": 3,
    "description": "Save time writing personalized sales emails using Generative AI and industry best practices.",
    "icons": {
        "16": "assets\/icons\/icon16.png",
        "32": "assets\/icons\/icon32.png",
        "48": "assets\/icons\/icon48.png",
        "128": "assets\/icons\/icon128.png"
    },
    "default_locale": "en",
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*.outreach.io\/*",
                "https:\/\/app.salesloft.com\/*",
                "https:\/\/mail.google.com\/*",
                "*:\/\/*.hubspot.com\/*",
                "https:\/\/*.hubspotpreview-na1.com\/*",
                "*:\/\/*.phoneburner.com\/*",
                "*:\/\/*.apollo.io\/*",
                "https:\/\/outlook.office.com\/mail\/*",
                "https:\/\/outlook.office365.com\/mail\/*",
                "https:\/\/outlook.live.com\/mail\/*",
                "https:\/\/*.lightning.force.com\/*",
                "https:\/\/linkedin.com\/*",
                "https:\/\/*.linkedin.com\/*",
                "*:\/\/app.amplemarket.com\/*",
                "*:\/\/*.frontspin.com\/*"
            ],
            "exclude_matches": [
                "*:\/\/*.linkedin.com\/sales\/widget*"
            ],
            "match_about_blank": true,
            "all_frames": true,
            "js": [
                "content\/content.js"
            ],
            "css": [
                "assets\/css\/style.css"
            ]
        }
    ],
    "background": {
        "service_worker": "background\/background_wrapper.js"
    },
    "host_permissions": [
        "*:\/\/*.outreach.io\/*",
        "*:\/\/app.salesloft.com\/*",
        "*:\/\/*.hubspot.com\/*",
        "https:\/\/mail.google.com\/*",
        "https:\/\/*.hubspotpreview-na1.com\/*",
        "*:\/\/*.phoneburner.com\/*",
        "*:\/\/*.apollo.io\/*",
        "https:\/\/outlook.office.com\/*",
        "https:\/\/outlook.office365.com\/*",
        "https:\/\/outlook.live.com\/*",
        "https:\/\/*.lightning.force.com\/*",
        "https:\/\/linkedin.com\/*",
        "https:\/\/*.linkedin.com\/*",
        "*:\/\/app.amplemarket.com\/*",
        "*:\/\/*.frontspin.com\/*"
    ],
    "permissions": [
        "storage",
        "identity",
        "tabs",
        "webNavigation",
        "clipboardRead",
        "cookies"
    ],
    "options_ui": {
        "page": "options\/index.html"
    },
    "action": {
        "default_icon": {
            "16": "assets\/icons\/icon16.png",
            "32": "assets\/icons\/icon32.png",
            "48": "assets\/icons\/icon48.png",
            "128": "assets\/icons\/icon128.png"
        },
        "default_title": "regie.ai chrome extension",
        "default_popup": "popup\/index.html"
    },
    "web_accessible_resources": [
        {
            "resources": [
                "assets\/img\/*",
                "assets\/css\/*",
                "fonts\/*.woff2",
                "fonts\/*.eot",
                "fonts\/*.woff",
                "fonts\/*.svg",
                "fonts\/*.ttf",
                "assets\/fonts\/*",
                "assets\/icons\/*"
            ],
            "matches": []
        }
    ],
    "externally_connectable": {
        "matches": [
            "*:\/\/localhost\/*",
            "*:\/\/*.dei.ai\/*",
            "*:\/\/*.regie.ai\/*"
        ]
    }
}