GoEmailTracker-Email Tracker,Template,chatGPT

Email tracker for Gmail and Google Workspace (G Suite). Email opens tracking and link clicks tracking. AI Email Writer with chatGPT.

GoEmailTracker-Email Tracker,Template,chatGPTคืออะไร?

GoEmailTracker-Email Tracker,Template,chatGPT เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://goemailtracker.com และคุณลักษณะหลักของมันคือ "Email tracker for Gmail and Google Workspace (G Suite). Email opens tracking and link clicks tracking. AI Email Writer with chatGPT."

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

screenshot
screenshot
screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย GoEmailTracker-Email Tracker,Template,chatGPT

ดาวน์โหลดไฟล์ส่วนขยาย GoEmailTracker-Email Tracker,Template,chatGPT ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

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

                        Welcome to GoEmailTracker - The best Email Tracking service for Gmail & Google Workspace (Formerly, GSuite). The powerful tool that allows businesses and individuals to track the performance of their Emails and campaigns. It can provide valuable information such as open rates, click-through rates, and even the location of the recipient.

👉 Free add-on for Android / iOS Gmail™.

👉 Free email tracker.
👉 Secure email tracker.
👉 Email opens tracking.
👉 Email link clicks tracking.
👉 Live notifications on email opens and link clicks.
👉 AI Email Writer using chatGPT/ openAI.
👉 Create Email Template with chatGPT.
👉 Save Email Template for further use.
👉 Check if sender track the email.
👉 Email Signature Generator ~Beta.

👉 Gmail™ add-on link :- https://workspace.google.com/marketplace/app/goemailtracker/768403323269

Why GoEmailTracker?

1. Improving campaign performance: GoEmailTracker allows you to see which emails are most successful and make data-driven decisions to improve the performance of your campaigns.

2. Identifying engaged recipients: By tracking which recipients are most engaged with your emails, you can tailor your campaigns to better suit their interests.

3. Increasing conversions: By tracking clicks on links within your emails, you can see which links are most popular among recipients and use that information to increase conversions.

4. Scheduling and tracking email reminders: GoEmailTracker allows you to schedule and track email reminders, which can help you ensure that important messages are not forgotten.

5. Real-time reporting and analytics: With detailed reports and analytics, you can track the performance of your email campaigns in real time and make data-driven decisions to improve performance.

6. A/B testing: Email tracking software can help you test different subject lines, content, and layouts to see which performs best, allowing you to optimize your campaigns.

7. Deliverability: This provides insights into the email deliverability rate and potential issues that might affect it.

8. Spam filter tracking: This helps you track how your emails are being handled by spam filters and suggests ways to improve your chances of getting through.

9. Advanced security: Provides advanced security features to protect your data.

👉 Remember, GoEmailTracker does not share, read, modify the content of your email. We don't and will never add signatures to your email.

Revolutionize Your Email Marketing with Our Powerful GoEmailTracker.

*** version 0.0.50 - Bug fixed on Live Notifications. ***                    

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

ชื่อ GoEmailTracker-Email Tracker,Template,chatGPT GoEmailTracker-Email Tracker,Template,chatGPT
ID heikpoccepmhiapcmifpcbccjbnnihjn
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/goemailtracker-email-trac/heikpoccepmhiapcmifpcbccjbnnihjn
คำอธิบาย Email tracker for Gmail and Google Workspace (G Suite). Email opens tracking and link clicks tracking. AI Email Writer with chatGPT.
ขนาดไฟล์ 2.36 MB
จำนวนการติดตั้ง 466
เวอร์ชันปัจจุบัน 0.0.50
อัปเดตครั้งล่าสุด 2024-02-14
วันที่เผยแพร่ 2023-01-03
คะแนน 5.00/5 รวมทั้งหมด 8 คะแนน
ผู้พัฒนา https://goemailtracker.com
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://goemailtracker.com
URL หน้าช่วยเหลือ https://goemailtracker.com/#contact
URL หน้านโยบายความเป็นส่วนตัว https://goscreenify.com/privacy.html
ภาษาที่รองรับ en-US
manifest.json
{
    "name": "GoEmailTracker-Email Tracker,Template,chatGPT",
    "short_name": "GoEmailTracker",
    "description": "Email tracker for Gmail and Google Workspace (G Suite). Email opens tracking and link clicks tracking. AI Email Writer with chatGPT.",
    "version": "0.0.50",
    "icons": {
        "16": "img\/16.png",
        "48": "img\/48.png",
        "128": "img\/128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/mail.google.com\/*",
                "https:\/\/inbox.google.com\/*"
            ],
            "js": [
                "js\/moment.min.js",
                "js\/jquery.min.js",
                "js\/kefir.min.js",
                "js\/suneditor.min.js",
                "lib.js",
                "content.js"
            ],
            "css": [
                "css\/fontawesome-all.css",
                "css\/fonts.css",
                "css\/suneditor.min.css",
                "css\/gmail.css"
            ],
            "run_at": "document_end"
        },
        {
            "matches": [
                "https:\/\/goemailtracker.com\/*"
            ],
            "js": [
                "js\/jquery.min.js",
                "lib.js",
                "auth.js"
            ],
            "run_at": "document_end"
        },
        {
            "matches": [
                "https:\/\/chat.openai.com\/*"
            ],
            "js": [
                "chatgpt.js"
            ],
            "run_at": "document_end"
        }
    ],
    "background": {
        "service_worker": "bg.js"
    },
    "action": {
        "default_icon": {
            "16": "img\/16.png",
            "48": "img\/48.png"
        },
        "default_title": "GoEmailTracker",
        "default_popup": "popup.html"
    },
    "web_accessible_resources": [
        {
            "resources": [
                "img\/*",
                "fonts\/*"
            ],
            "matches": [
                "https:\/\/mail.google.com\/*",
                "https:\/\/inbox.google.com\/*",
                "https:\/\/goemailtracker.com\/*"
            ]
        }
    ],
    "permissions": [
        "storage",
        "notifications",
        "declarativeNetRequest",
        "alarms",
        "tabs",
        "scripting"
    ],
    "host_permissions": [
        "*:\/\/mail.google.com\/",
        "*:\/\/goemailtracker.com\/",
        "*:\/\/goscreenify.com\/"
    ],
    "manifest_version": 3,
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx"
}