Mixmax for Google Chrome

The Sales Engagement Platform built for B2B revenue teams.

Mixmax for Google Chrome란 무엇입니까?

Mixmax for Google Chrome은(는) https://mixmax.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "The Sales Engagement Platform built for B2B revenue teams."입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot
screenshot

Mixmax for Google Chrome 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        Create powerful workflows to generate and close more revenue, from outbound to expansion. Mixmax empowers your entire revenue team to do more with less - in days, not months.

BUILD MORE PIPELINE
Streamline your daily activities to work smarter and get more done. Automatically have high-priority items added to your to-do list in real time. Connect with more prospects when sorting based on their level of engagement.

CLOSE MORE DEALS
Cycle through email and phone Tasks quickly - whether your Tasks live in Mixmax or Salesforce. Track exactly which prospects are engaging with your emails and when.

ENGAGE MORE CUSTOMERS
Scale your customer outreach and add more value, without needing more team members. Stay ahead of every customer renewal by initiating strategic customer meetings with automated workflows and personalization.

INTEGRATE WITH SALESFORCE
Automate workflows to update Salesforce fields, auto-create leads or update opportunity information. Save your reps hours by eliminating data entry while improving data hygiene.


WHY MIXMAX?
– Used by over 10,000 customers
– Built for your entire revenue team
– 25 native integrations
– Over 1000 5 star reviews
– Rated a TOP 50 Sales tool by our customers on G2

Start a free trial or request a personalized demo at mixmax.com                    

확장 프로그램 기본 정보

이름 Mixmax for Google Chrome Mixmax for Google Chrome
ID ocpljaamllnldhepankaeljmeeeghnid
공식 URL https://chromewebstore.google.com/detail/mixmax-for-google-chrome/ocpljaamllnldhepankaeljmeeeghnid
설명 The Sales Engagement Platform built for B2B revenue teams.
파일 크기 14.42 MB
설치 횟수 91,581
현재 버전 5.57.0
최근 업데이트 2023-12-22
출시 날짜 2020-07-01
평점 4.44/5 총 496 개의 평점
개발자 https://mixmax.com
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://mixmax.com
도움말 페이지 URL https://success.mixmax.com/
개인정보 보호 정책 페이지 URL https://mixmax.com/legal/privacy-policy
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Mixmax for Google Chrome",
    "short_name": "Mixmax",
    "version": "5.57.0",
    "description": "The Sales Engagement Platform built for B2B revenue teams.",
    "author": "Mixmax, Inc.",
    "background": {
        "scripts": [
            "core\/background.js"
        ]
    },
    "icons": {
        "16": "core\/assets\/img\/icon.png",
        "48": "core\/assets\/img\/icon.png",
        "128": "core\/assets\/img\/icon.png"
    },
    "permissions": [
        "cookies",
        "tabs",
        "notifications",
        "storage",
        "declarativeNetRequest",
        "unlimitedStorage",
        "*:\/\/*\/*"
    ],
    "homepage_url": "https:\/\/mixmax.com",
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.mixmax.com\/*"
            ],
            "exclude_matches": [
                "*:\/\/*.mixmax.com\/public\/analyticsbridge.html"
            ],
            "js": [
                "core\/content\/globals.js",
                "core\/content\/ExtensionMessageBus.js"
            ],
            "all_frames": true,
            "run_at": "document_start"
        },
        {
            "matches": [
                "*:\/\/mail.google.com\/*",
                "*:\/\/outlook.live.com\/*"
            ],
            "js": [
                "core\/content\/unblock.js"
            ],
            "run_at": "document_start"
        },
        {
            "matches": [
                "*:\/\/mail.google.com\/*",
                "*:\/\/*.force.com\/*",
                "*:\/\/*.salesforce.com\/*",
                "*:\/\/outlook.live.com\/*"
            ],
            "js": [
                "core\/content\/globals.js"
            ],
            "run_at": "document_start"
        },
        {
            "matches": [
                "*:\/\/mail.google.com\/*"
            ],
            "js": [
                "core\/content\/gmailPageInterop.js"
            ],
            "run_at": "document_end"
        },
        {
            "matches": [
                "*:\/\/mail.google.com\/*",
                "*:\/\/*.force.com\/*",
                "*:\/\/*.salesforce.com\/*",
                "*:\/\/outlook.live.com\/*"
            ],
            "js": [
                "core\/content\/ExtensionMessageBus.js",
                "core\/content\/app.js"
            ],
            "run_at": "document_end"
        },
        {
            "matches": [
                "*:\/\/www.linkedin.com\/sales\/widget\/*"
            ],
            "js": [
                "core\/content\/globals.js"
            ],
            "all_frames": true,
            "run_at": "document_start"
        },
        {
            "matches": [
                "*:\/\/www.linkedin.com\/sales\/widget\/*"
            ],
            "js": [
                "core\/content\/app.js"
            ],
            "all_frames": true,
            "run_at": "document_end"
        },
        {
            "matches": [
                ""
            ],
            "exclude_matches": [
                "*:\/\/mail.google.com\/*"
            ],
            "all_frames": true,
            "js": [
                "core\/content\/mailTo.js",
                "core\/content\/callTo.js"
            ],
            "run_at": "document_idle"
        }
    ],
    "declarative_net_request": {
        "rule_resources": [
            {
                "id": "suppressTrackingRequests",
                "enabled": true,
                "path": "core\/rules\/suppressTrackingRequests.json"
            }
        ]
    },
    "web_accessible_resources": [
        "core\/*",
        "loadable\/*"
    ],
    "browser_action": {
        "default_icon": "core\/assets\/img\/icon.png",
        "default_title": "Mixmax"
    },
    "manifest_version": 2,
    "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAoYQ79kFdYz3gjTbz\/YPkGBaaEOsP8NT\/\/Jugc88JGj9\/v92YHzze0y9tApTkk8Qv3DlrAXXnigTiCfNnCkRY66evHZ4Jf8j+Q9E5P\/sRTp9J73dtQRcB4Fiz7QgJYnviVXckbAQMLUSCBbUXZeav\/xEvmrxNX6Tr16sYBSXB06Ll4kkH8V7hDvqZzOFHlEI7cduMI+I1h6ip3yZ9aSkPD\/OlRjGaqM299gonGw0ntrv4LUjvyJiRRvviceWO1BPXZLCoKcqIq5fFeGhymq4hN2RMG5c7YvJEqlsJyT+TvBaGNp\/zFg+7uKIOk48y2JV3vKaG7rR8d+hBU7+SNnOHnQIDAQAB"
}