BenchmarkOne Gmail Integration

Boost sales productivity without ever leaving the comfort of your Gmail inbox!

BenchmarkOne Gmail Integration란 무엇입니까?

BenchmarkOne Gmail Integration은(는) https://hatchbuck.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Boost sales productivity without ever leaving the comfort of your Gmail inbox!"입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot
screenshot

BenchmarkOne Gmail Integration 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        BenchmarkONE’s Gmail integration streamlines your processes by bringing your CRM directly into your inbox. Add contacts, conversations, notes and tasks while you’re working in Gmail. With no need to switch back and forth from Gmail, workflow interruptions are eliminated.

GET MORE DONE IN GMAIL

• Create new contacts with just a few clicks.
• Search for contacts and instantly pull up important information, like contact details, recent activity, notes and tasks.
• Segment contacts on the fly by adding or removing tags.
• Create and complete tasks for your contacts.
• Track email correspondence for the contacts you choose.
• Add notes to contact records and access a contact’s history.

HOW TO GET STARTED

• Download the BenchmarkONE Gmail Integration Chrome Extension
• Refresh your browser and open Gmail
• Click the BenchmarkONE icon to login to your account
• Start streamlining your sales process!

WHO IS IT FOR?

• Sales people who live in their Gmail inbox and want to track emails, create tasks and add notes in one place.
• Account managers who work from their Gmail inbox and want to quickly access contact information without switching from app to app.
• Any BenchmarkONE user who corresponds with contacts via Gmail and wants to keep up-to-date records in their CRM.                    

확장 프로그램 기본 정보

이름 BenchmarkOne Gmail Integration BenchmarkOne Gmail Integration
ID iipooebjooefoibmmooijamhomeokblc
공식 URL https://chromewebstore.google.com/detail/benchmarkone-gmail-integr/iipooebjooefoibmmooijamhomeokblc
설명 Boost sales productivity without ever leaving the comfort of your Gmail inbox!
파일 크기 2.62 MB
설치 횟수 217
현재 버전 0.75
최근 업데이트 2023-10-23
출시 날짜 2020-05-05
평점 5.00/5 총 5 개의 평점
개발자 https://hatchbuck.com
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://www.hatchbuck.com/blog/hatchbuck-gmail-integration
도움말 페이지 URL https://help.hatchbuck.com/en/articles/3636354-step-by-step-guide-gmail-plugin
개인정보 보호 정책 페이지 URL https://www.hatchbuck.com/privacy
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "BenchmarkOne Gmail Integration",
    "description": "Boost sales productivity without ever leaving the comfort of your Gmail inbox!",
    "version": "0.75",
    "manifest_version": 3,
    "content_scripts": [
        {
            "matches": [
                "https:\/\/mail.google.com\/*"
            ],
            "js": [
                "js\/jquery-3.4.1.min.js",
                "js\/content.js"
            ],
            "css": [
                "gmail.css"
            ],
            "run_at": "document_end"
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "extension.js",
                "js\/*",
                "img\/*",
                "index.html"
            ],
            "matches": [
                "https:\/\/mail.google.com\/*"
            ]
        }
    ],
    "background": {
        "service_worker": "js\/background.js"
    },
    "permissions": [
        "tabs",
        "storage"
    ],
    "icons": {
        "16": "img\/logo-16.png",
        "32": "img\/logo-32.png",
        "48": "img\/logo-48.png",
        "128": "img\/logo-128.png"
    },
    "content_security_policy": {
        "extension_pages": "script-src 'self'; object-src 'self'; worker-src 'self'"
    },
    "sandbox": {
        "pages": [
            "index.html"
        ]
    }
}