SalesScripter

If you use Gmail or G-Suite for your inbox, you can download our Google Chrome Extension to connect your inbox with your…

SalesScripter란 무엇입니까?

SalesScripter은(는) https://www.salesscripter.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "If you use Gmail or G-Suite for your inbox, you can download our Google Chrome Extension to connect your inbox with your…"입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot

SalesScripter 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        If you use Gmail or G-Suite for your inbox, you can download our Google Chrome Extension to connect your inbox with your SalesScripter account and you can download and set up the extension with literally one click.

Here is a summary of the features and changes in the latest update:

1. You can track emails opens and links clicked for emails you send out of your Gmail inbox
2. The extension will send data for emails opened, links clicked, and emails received from prospects over to your SalesScripter CRM database when the email is from an email address for a contact in the CRM
3. You can now view data the contact details that are in SalesScripter about the contact in a side window in your Gmail inbox
4. You can access all of your email templates that are in SalesScripter directly in your Gmail inbox
5. You can access your library of sales scripts directly in your Gmail inbox
6. You can log an interaction in the SalesScripter CRM for your contact directly in your Gmail inbox
7, You can access the SalesScripter Email Guesser feature directly from your Gmail inbox                    

확장 프로그램 기본 정보

이름 SalesScripter SalesScripter
ID lmdokmfkjfkddpgelnihilnkgdhajihb
공식 URL https://chromewebstore.google.com/detail/salesscripter/lmdokmfkjfkddpgelnihilnkgdhajihb
설명 If you use Gmail or G-Suite for your inbox, you can download our Google Chrome Extension to connect your inbox with your…
파일 크기 439 KB
설치 횟수 74
현재 버전 3.1
최근 업데이트 2022-11-18
출시 날짜 2020-04-17
개발자 https://www.salesscripter.com
이메일 [email protected]
결제 유형 free
개인정보 보호 정책 페이지 URL https://salesscripter.com/terms-of-services
지원되는 언어 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "background": {
        "scripts": [
            "lib\/jquery-3.2.1.min.js",
            "js\/config.js",
            "js\/background.js"
        ]
    },
    "browser_action": {
        "default_icon": "images\/icons\/icon128.png"
    },
    "content_scripts": [
        {
            "css": [
                "css\/jquery-ui.css",
                "css\/main.css",
                "css\/popup.css"
            ],
            "js": [
                "lib\/highcharts.js",
                "js\/inboxsdk.js",
                "lib\/jquery-3.2.1.min.js",
                "lib\/jquery-ui.js",
                "lib\/bootstrap.min.js",
                "lib\/uuid.min.js",
                "lib\/moment-with-locales.min.js",
                "lib\/moment-timezone-with-data.js",
                "js\/config.js",
                "js\/templateHandler.js",
                "js\/trackingHandler.js",
                "js\/ss_js.js",
                "js\/contacts.js",
                "js\/emailSummary.js",
                "js\/content.js"
            ],
            "matches": [
                "https:\/\/mail.google.com\/*",
                "https:\/\/inbox.google.com\/*"
            ],
            "run_at": "document_end"
        }
    ],
    "icons": {
        "128": "images\/icons\/icon128.png",
        "16": "images\/icons\/icon16.png",
        "48": "images\/icons\/icon48.png"
    },
    "manifest_version": 2,
    "name": "SalesScripter",
    "permissions": [
        "https:\/\/mail.google.com\/",
        "https:\/\/inbox.google.com\/",
        "https:\/\/salesscripter.com\/*",
        "webRequest",
        "webRequestBlocking",
        "*:\/\/*.googleusercontent.com\/*",
        "storage",
        "gcm",
        "tabs",
        "notifications"
    ],
    "version": "3.1",
    "web_accessible_resources": [
        "images\/*"
    ]
}