Freshinbox by Freshworks

Shared Inbox for your team & Email productivity

Freshinbox by Freshworksคืออะไร?

Freshinbox by Freshworks เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://www.freshworks.com/shared-inbox และคุณลักษณะหลักของมันคือ "Shared Inbox for your team & Email productivity"

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Freshinbox by Freshworks

ดาวน์โหลดไฟล์ส่วนขยาย Freshinbox by Freshworks ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        A shared inbox for your team that boosts email productivity
Plan and prioritize your inbox and work on emails with your team without leaving Gmail.

With Freshinbox (beta), manage shared email accounts like support@, sales@ with your team within Gmail.

Key Features -

👨🏽‍💻 Personal Boards

→ Organize your inbox and reach inbox zero with kanban boards.

→ Drag and drop emails into the board.

→ Get a clear view of your inbox.

🎳 Team Boards

→ Create a team board and manage an inbox together with your team

→ Invite your teammates to collaborate on shared emails.

→ Assign emails within your team and track the progress

📬 Email Assignments

→ Assign emails to your team members

→ Prevent working on the same emails by knowing who is working on what.

📢 @mentions and Comments

→ Loop in your teammates with @mentions

→ Discuss with your teammates using comments

→ Get rid of cc/bcc/email forwards with real-time collaboration

Features coming soon:

→ Automation

→ Power packs for sales and support teams

→ Reporting

→ Email tracking

→ Real-time collision detection

→ SLAs and business hours

→ API integrations via Zapier

→ Gmail Mobile add-on

Have some feedback? Got any exciting ideas for Freshinbox (beta)? We are all ears. Reach out to us at [email protected] or learn more about us here: https://freshworks.com/shared-inbox                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Freshinbox by Freshworks Freshinbox by Freshworks
ID efcamgmkhconleeaagccpdkfbdihbfie
URL อย่างเป็นทางการ https://chrome.google.com/webstore/detail/freshinbox-by-freshworks/efcamgmkhconleeaagccpdkfbdihbfie
คำอธิบาย Shared Inbox for your team & Email productivity
ขนาดไฟล์ 2.81 MB
จำนวนการติดตั้ง 341
เวอร์ชันปัจจุบัน 0.0.9
อัปเดตครั้งล่าสุด 2021-12-06
วันที่เผยแพร่ 2020-06-24
คะแนน 3.88/5 รวมทั้งหมด 8 คะแนน
ผู้พัฒนา https://www.freshworks.com/shared-inbox
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://www.freshworks.com/shared-inbox/
URL หน้าช่วยเหลือ https://www.freshworks.com/privacy/
URL หน้านโยบายความเป็นส่วนตัว https://www.freshworks.com/privacy
ภาษาที่รองรับ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "description": "Shared Inbox for your team & Email productivity",
    "version": "0.0.9",
    "name": "Freshinbox by Freshworks",
    "background": {
        "page": "background.html"
    },
    "browser_action": {
        "default_icon": "finbox-32.png"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/mail.google.com\/*",
                "https:\/\/inbox.google.com\/*"
            ],
            "js": [
                "inboxsdk.js",
                "rts-1.0.js",
                "iris-1.0.js",
                "contentScript.bundle.js",
                "iframeWrapper.js"
            ],
            "css": [
                "app.css",
                "sidebar.css",
                "onboarding.css",
                "freshinbox-global.css"
            ],
            "html": [
                "frame.html"
            ]
        }
    ],
    "icons": {
        "16": "finbox-16.png",
        "32": "finbox-32.png",
        "48": "finbox-48.png",
        "128": "finbox-128.png"
    },
    "web_accessible_resources": [
        "finbox-32.png",
        "finbox-128.png",
        "finbox-greyed.png",
        "onboarding-success.svg",
        "onboarding-open.svg",
        "empty-notes.png",
        "addtoboard.svg",
        "empty-notifications.png",
        "google_signin.png",
        "google_signin_focus.png",
        "google_signin_pressed.png",
        "frame.html"
    ],
    "permissions": [
        "https:\/\/mail.google.com\/",
        "https:\/\/inbox.google.com\/",
        "storage"
    ],
    "manifest_version": 2,
    "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'"
}