Streak Email Tracking for Gmail

Know when your email is viewed.

Streak Email Tracking for Gmailคืออะไร?

Streak Email Tracking for Gmail เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://www.streak.com และคุณลักษณะหลักของมันคือ "Know when your email is viewed."

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

screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot

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

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

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

                        Features:
🔔 Get notified with a browser or email notification when your email is opened
✅ Turn email tracking on or off with a single click
⏰ Schedule tracked emails to be sent at a later date and time
📝 See all your tracked emails in an organized list
👥 Use on multiple Gmail accounts for free
⛔️ No ads in your signature
🔥 100% FREE WITH UNLIMITED USAGE

Use Streak to see which emails have been opened or not. See exactly when your email was last opened, so you know who's interested and when to follow up next. You can also see how many times an email has been opened to know if your email is being forwarded or looked at multiple times.

Streak Email Tracker is an email tracking extension for Gmail and Google Workspace users.  It’s completely free with unlimited usage, and built entirely inside Gmail.

Streak is a Premier Google Partner and Google Cloud Partner of the Year. We're used by hundreds of thousands of companies including Uber, Opendoor, Y Combinator, Keller Williams.

Looking for a Gmail/Google Workspace CRM solution with even more email tools?
Check out Streak CRM for Gmail - https://chrome.google.com/webstore/detail/streak-crm-for-gmail/pnnfemgpilpdaojpnkjdgfgbnnjojfik

Have questions or comments about Streak? Email us at [email protected], we would love to hear from you!                    

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

ชื่อ Streak Email Tracking for Gmail Streak Email Tracking for Gmail
ID jcgpgjhaendighananonflfmjjefjjlp
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/streak-email-tracking-for/jcgpgjhaendighananonflfmjjefjjlp
คำอธิบาย Know when your email is viewed.
ขนาดไฟล์ 60.89 KB
จำนวนการติดตั้ง 52,271
เวอร์ชันปัจจุบัน 6.38
อัปเดตครั้งล่าสุด 2021-09-24
วันที่เผยแพร่ 2021-09-13
คะแนน 4.83/5 รวมทั้งหมด 430 คะแนน
ผู้พัฒนา https://www.streak.com
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://streak.com/email-tracking
URL หน้าช่วยเหลือ https://streak.com/pricing
URL หน้านโยบายความเป็นส่วนตัว http://www.streak.com/privacy
ภาษาที่รองรับ id,de,en,en-GB,en-US,fil,fr,sw,nl,no,vi,tr,ca,da,et,es,es-419,hr,it,lv,lt,hu,pl,pt-BR,pt-PT,ro,sk,sl,fi,sv,cs,el,sr,bg,ru,uk,iw,hi,th,ar,zh-CN,ja,ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_appName__",
    "description": "__MSG_appDesc__",
    "default_locale": "en",
    "version": "6.38",
    "homepage_url": "https:\/\/www.streak.com\/email-tracking-from-gmail",
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "icons": {
        "16": "webstoreEmailTrackingIcon16.png",
        "48": "webstoreEmailTrackingIcon48.png",
        "128": "webstoreEmailTrackingIcon128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.google.com\/*"
            ],
            "js": [
                "inboxsdk.js",
                "extension.js",
                "app.js"
            ],
            "run_at": "document_start"
        },
        {
            "matches": [
                "*:\/\/*.google.com\/*marketplace\/*"
            ],
            "js": [
                "inboxsdk.js",
                "extension.js",
                "app.js"
            ],
            "run_at": "document_start",
            "all_frames": true
        }
    ],
    "manifest_version": 2,
    "browser_action": {
        "default_title": "Streak - Email Tracking for Gmail",
        "default_popup": "popup.html"
    },
    "minimum_chrome_version": "42.0",
    "permissions": [
        "webRequest",
        "webRequestBlocking",
        "management",
        "*:\/\/mail.google.com\/",
        "*:\/\/mailfoogae.appspot.com\/",
        "*:\/\/*.mailfoogae.appspot.com\/",
        "*:\/\/*.googleusercontent.com\/",
        "*:\/\/*.google.com\/",
        "*:\/\/*.streak.com\/"
    ],
    "content_security_policy": "script-src 'self'; object-src 'self'",
    "web_accessible_resources": [
        "blank.png",
        "blank.html",
        "iframe.js",
        "orangeIcon.png",
        "exclamation.png"
    ]
}