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 เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://www.salesscripter.com และคุณลักษณะหลักของมันคือ "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

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย SalesScripter

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

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

                        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\/*"
    ]
}