Streak CRM for Gmail

Manage sales and customer relationships directly inside Gmail.

Streak CRM for Gmail là gì?

Streak CRM for Gmail là một tiện ích mở rộng Chrome được phát triển bởi https://streak.com, và tính năng chính của nó là "Manage sales and customer relationships directly inside Gmail.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Streak CRM for Gmail

Tải xuống các tệp mở rộng Streak CRM for Gmail dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        Stop switching back and forth between your inbox and other tools. Set up for you and your team a perfect process for numerous use-cases, including Sales, Partnerships, Support, Hiring, and more. 

★ Built into the tools you already use 
Work where you already are — inside your inbox!  Built directly inside of Gmail for desktop and mobile, with G-Suite integrations (Sheets, Chat, Drive and more) to help you access and gather your data quickly.

★ A hive-mind for your team
Easily collaborate and share emails, notes, call logs with your team so you can pick up where they left off.  Access pipeline data alongside your emails and from your pocket so you always have the context you need.

★ Your pipeline on autopilot 
Automatically capture data from the contacts and emails you send and receive in your pipelines. Get notified as leads progress through your pipeline and never forget to follow up with tasks and reminders.  

★ Supercharge your inbox with email power tools
Manage your conversations at scale and eliminate repetitive emails using Snippets and Mail Merge. Schedule crucial emails for the appropriate time using Send Later, and know exactly when to follow up with Email Tracking. Keep conversations on point by separating email threads where conversations diverged using Thread Splitter. 

★ We’ve got you covered 
- Native Android and iOS apps
- Comprehensive integrations with GSuite, Zapier and APIs to connect to everything you need to
- Rigorous security and privacy; Streak is built in the same cloud as Gmail and G Suite

★ Trusted and loved by teams across every industry
- 750,000 users, 4.5 stars on Google Chrome Store  

----------------------------------------------------

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

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Streak CRM for Gmail Streak CRM for Gmail
ID pnnfemgpilpdaojpnkjdgfgbnnjojfik
URL Chính Thức https://chromewebstore.google.com/detail/streak-crm-for-gmail/pnnfemgpilpdaojpnkjdgfgbnnjojfik
Mô tả Manage sales and customer relationships directly inside Gmail.
Kích Thước Tệp 62.27 KB
Số Lần Cài Đặt 792,781
Phiên Bản Hiện Tại 6.38
Cập Nhật Lần Cuối 2022-08-04
Ngày Phát Hành 2020-04-10
Đánh Giá 4.51/5 Tổng số 6546 Đánh Giá
Nhà Phát Triển https://streak.com
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://www.streak.com
URL Trang Trợ Giúp https://support.streak.com
URL Trang Chính Sách Bảo Mật http://www.streak.com/privacy
Ngôn Ngữ Được Hỗ Trợ 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__",
    "version": "6.38",
    "homepage_url": "http:\/\/www.streak.com",
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "icons": {
        "16": "webstoreIcon16.png",
        "48": "webstoreIcon48.png",
        "128": "webstoreIcon128.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,
    "default_locale": "en",
    "browser_action": {
        "default_title": "Streak - CRM 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"
    ]
}