InboxPro

Boost email outreach using AI: automate sequences, personalize with tags, and improve customer interaction. Win more deals today

ما هو InboxPro؟

InboxPro هو إضافة Chrome تم تطويرها بواسطة https://inboxpro.io، والميزة الرئيسية لها هي "Boost email outreach using AI: automate sequences, personalize with tags, and improve customer interaction. Win more deals today".

لقطات شاشة التمديد

screenshot
screenshot
screenshot
screenshot
screenshot

تحميل ملف CRX للإضافة InboxPro

قم بتنزيل ملفات الامتداد InboxPro بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

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

                        Transform your email management and turn every inbox into a high-efficiency, lead-converting machine with InboxPro. Turn your inbox into a dynamic tool for customer conversion and engagement, enhanced by AI.

AI-POWERED EMAIL ASSISTANT
🤖 Compose compelling emails in seconds with our GPT-3 assistant.
🪄 Quickly grasp email content with the TLDR summarization feature.

ADVANCED SEQUENCES
🔁 Design targeted sequences with merge tags for personalization.
🔄 Automate your outreach and re-engage leads effectively.

INTELLIGENT CONTACT MANAGEMENT
📇 Organize and manage contacts with ease, enhancing your outreach efficiency.
🏷 Utilize merge tags in both sequences and templates for tailored communication.

CUSTOMIZABLE EMAIL TEMPLATES
📰 Create and reuse impactful templates, streamlining your communication process.

STREAMLINED EMAIL TRACKING
✔️ Monitor email opens and link clicks to understand recipient engagement.

PROFESSIONAL EMAIL SIGNATURES
™️ Stand out with beautifully designed, brand-enhancing email signatures.

INTEGRATED CALENDAR SCHEDULING
📅 Coordinate meetings effortlessly with our integrated calendar feature.

COMPREHENSIVE REPORTING & INSIGHTS
📈 Access in-depth analytics for strategic decision-making and improved email performance.

With InboxPro, you're not just managing emails; you're mastering client acquisition and retention. Boost your productivity and transform every lead into a success story.

Need help or have suggestions? Contact us at [email protected].                    

معلومات أساسية عن التمديد

الاسم InboxPro InboxPro
ID inmnbcfibjlnbhgopbcggeolfojeeill
عنوان URL الرسمي https://chromewebstore.google.com/detail/inboxpro/inmnbcfibjlnbhgopbcggeolfojeeill
الوصف Boost email outreach using AI: automate sequences, personalize with tags, and improve customer interaction. Win more deals today
حجم الملف 2.45 MB
عدد التثبيتات 2,020
النسخة الحالية 1.2.3
آخر تحديث 2024-01-22
تاريخ النشر 2022-04-25
تقييم 4.92/5 مجموع تقييمات 12
المطور https://inboxpro.io
البريد الإلكتروني [email protected]
نوع الدفع in_app
موقع الإضافة https://inboxpro.io
عنوان صفحة سياسة الخصوصية https://inboxpro.io/legal/privacy
اللغات المدعومة de,en,fr,nl,es,it,ru
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "InboxPro",
    "version": "1.2.3",
    "default_locale": "en",
    "description": "Boost email outreach using AI: automate sequences, personalize with tags, and improve customer interaction. Win more deals today",
    "action": {
        "default_icon": {
            "16": "icons\/inboxpro-16x16.png",
            "24": "icons\/inboxpro-24x24.png",
            "32": "icons\/inboxpro-32x32.png"
        },
        "default_title": "InboxPro: Turn Leads into Customers. Close more meetings"
    },
    "icons": {
        "16": "icons\/inboxpro-16x16.png",
        "32": "icons\/inboxpro-32x32.png",
        "48": "icons\/inboxpro-48x48.png",
        "64": "icons\/inboxpro-64x64.png",
        "128": "icons\/inboxpro-128x128.png"
    },
    "author": "InboxPro",
    "background": {
        "service_worker": "background.js"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/mail.google.com\/*",
                "https:\/\/inbox.google.com\/*"
            ],
            "js": [
                "content.js"
            ],
            "css": [
                "css\/compose_window.css",
                "css\/content.css",
                "css\/popup.css",
                "css\/flat_picker.css",
                "css\/auto-complete.css",
                "css\/readReceipts.css",
                "css\/quickTemplates.css",
                "css\/tippy.material.theme.css"
            ],
            "run_at": "document_end"
        }
    ],
    "content_security_policy": {
        "extension_pages": "script-src 'self'; script-src-elem 'self'; worker-src 'self'; object-src 'self'"
    },
    "permissions": [
        "scripting",
        "notifications",
        "storage",
        "declarativeNetRequest",
        "declarativeNetRequestWithHostAccess"
    ],
    "host_permissions": [
        "http:\/\/localhost:4200\/*",
        "https:\/\/mail.google.com\/",
        "https:\/\/inbox.google.com\/",
        "https:\/\/fonts.gstatic.com\/s\/materialicons\/",
        "*:\/\/*.googleusercontent.com\/*",
        "http:\/\/localhost:3000\/*",
        "https:\/\/api.inboxpro.io\/*",
        "https:\/\/dev.inboxpro.io\/*"
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "icons\/*",
                "images\/*",
                "css\/*"
            ],
            "matches": [
                "https:\/\/mail.google.com\/*"
            ]
        },
        {
            "resources": [
                "icons\/inboxpro-active.png"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "externally_connectable": {
        "ids": [
            "*"
        ],
        "matches": [
            "*:\/\/localhost\/*",
            "*:\/\/inboxpro.io\/*"
        ],
        "accepts_tls_channel_id": false
    }
}