Rebump for Gmail

Rebump - Automated Email Follow-up for Gmail and Googe Workspace

Rebump for Gmailคืออะไร?

Rebump for Gmail เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://rebump.cc และคุณลักษณะหลักของมันคือ "Rebump - Automated Email Follow-up for Gmail and Googe Workspace"

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

screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Rebump for Gmail

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

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

                        Make Email Follow-up Easy!

For Gmail or Google Workspace (formerly G Suite).

Rebump sends multiple follow-up email messages to your recipients for you. These automated emails are customized to appear as if you sent the follow up yourself. You can track and analyze all of your follow-up emails with your Rebump account. Now includes email tracking.

Rebump gives you these powerful Rebump email tools:

✓ Unlimited Messages
✓ Automatic Follow-up Emails
✓ Customizable Bump messages
✓ Customizable Bump intervals
✓ Specify Bump days and times
✓ A Dashboard to monitor all emails
✓ Activity digest emails
✓ Integration with your existing CRM
✓ Alternate Email Address
✓ Up to 10 Bumps per message
✓ Track if your email was opened/read/link-clicked
✓ Personalize Your Bumps
✓ Create Multiple Bump Sequences
✓ Attach Files to Bumps
✓ Gmail Signatures 
✓ API

Rebump is a favorite Gmail productivity extension for automating follow-up email because of its ease of use, reliable results, and very low price. 

Fully compatible with the most popular productivity apps, including Rapportive, Sidekick Hubspot Sales, Boomerang, Yesware, Streak CRM and Dropbox extensions.                    

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

ชื่อ Rebump for Gmail Rebump for Gmail
ID gbohoafagnlmidmhhpfdnmfpodhohaad
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/rebump-for-gmail/gbohoafagnlmidmhhpfdnmfpodhohaad
คำอธิบาย Rebump - Automated Email Follow-up for Gmail and Googe Workspace
ขนาดไฟล์ 723 KB
จำนวนการติดตั้ง 5,418
เวอร์ชันปัจจุบัน 3.0.92.17
อัปเดตครั้งล่าสุด 2023-12-29
วันที่เผยแพร่ 2020-06-18
คะแนน 4.90/5 รวมทั้งหมด 273 คะแนน
ผู้พัฒนา https://rebump.cc
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://www.rebump.cc
URL หน้าช่วยเหลือ https://www.rebump.cc/faqs/
URL หน้านโยบายความเป็นส่วนตัว https://www.rebump.cc/privacy
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "content_security_policy": {
        "extension_pages": "script-src 'self'; object-src 'self';"
    },
    "name": "Rebump for Gmail",
    "description": "Rebump - Automated Email Follow-up for Gmail and Googe Workspace",
    "version": "3.0.92.17",
    "permissions": [
        "tabs",
        "scripting"
    ],
    "icons": {
        "16": "images\/rebump-16.png",
        "48": "images\/rebump-48.png",
        "128": "images\/rebump-128.png"
    },
    "web_accessible_resources": [
        {
            "resources": [
                "css\/NoticeBorder.css",
                "css\/ModalBorder.css",
                "css\/jBox.css",
                "js\/jquery.js",
                "inboxsdk.js",
                "pageWorld.js",
                "js\/myapp.js",
                "js\/myapp_inc.js",
                "js\/jBox.min.js",
                "js\/jquery.modal.js"
            ],
            "matches": [
                "*:\/\/*.google.com\/*",
                "*:\/\/*.rebump.cc\/*"
            ]
        }
    ],
    "background": {
        "service_worker": ".\/background.js"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/mail.google.com\/*"
            ],
            "css": [
                "css\/NoticeBorder.css",
                "css\/ModalBorder.css",
                "css\/jBox.css"
            ],
            "js": [
                "js\/jquery.js",
                "inboxsdk.js",
                "js\/myapp.js",
                "js\/myapp_inc.js",
                "js\/jBox.min.js",
                "js\/jquery.modal.js"
            ],
            "run_at": "document_end"
        }
    ],
    "host_permissions": [
        "https:\/\/mail.google.com\/",
        "https:\/\/inbox.google.com\/",
        "https:\/\/www.rebump.cc\/"
    ]
}