Seismic for Gmail

With the NEW Seismic for Gmail, users can send Seismic content swiftly and seamlessly from Gmail, and receive a treasure trove of…

Seismic for Gmailคืออะไร?

Seismic for Gmail เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Seismic Software และคุณลักษณะหลักของมันคือ "With the NEW Seismic for Gmail, users can send Seismic content swiftly and seamlessly from Gmail, and receive a treasure trove of…"

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot

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

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

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

                        With the NEW Seismic for Gmail, users can send Seismic content swiftly and seamlessly from Gmail, and receive a treasure trove of engagement information to accelerate sales.

A Seismic button on the Gmail toolbar gives users fast inline access to the Seismic folder directory. Users simply select the content to send then choose LiveSend options for intelligent delivery via Gmail. Integrated LiveSend capabilities enable the sender to restrict downloads, add a security password, define an expiration date, and set preferences for receiving delivery notification and engagement summaries. 

Sellers can see when their emails are opened, how much time was spent on each page or slide, and whether anything was downloaded. These engagement details help sellers determine the best approach to move conversations forward and provide Marketing with insights to continuously improve content usage and effectiveness.

Seismic for Gmail
* One-click access in Gmail to Seismic content 
* Intelligent content delivery from Gmail
* Engagement insights and sales acceleration                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Seismic for Gmail Seismic for Gmail
ID abbhcfgheggicbgjihahnikcijgodmbd
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/seismic-for-gmail/abbhcfgheggicbgjihahnikcijgodmbd
คำอธิบาย With the NEW Seismic for Gmail, users can send Seismic content swiftly and seamlessly from Gmail, and receive a treasure trove of…
ขนาดไฟล์ 1.29 MB
จำนวนการติดตั้ง 13,475
เวอร์ชันปัจจุบัน 1.0.10
อัปเดตครั้งล่าสุด 2023-07-20
วันที่เผยแพร่ 2018-10-10
คะแนน 4.00/5 รวมทั้งหมด 4 คะแนน
ผู้พัฒนา Seismic Software
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://seismic.com/
URL หน้าช่วยเหลือ https://seismic.com/contact/
URL หน้านโยบายความเป็นส่วนตัว https://seismic.com/privacy-policy
ภาษาที่รองรับ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Seismic for Gmail",
    "version": "1.0.10",
    "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAijIxvogbUpR0tWNB2Vdr9arvJm82YywYgXbxRXPBS8ic8n3RSNHnnGf8zjoLb3Dfdl14Z9+SaftabfoNnxqaEaXQnGGlcIA7\/hRAPM+u464LYP3G5wr6\/2VjmGrcFSAgMKldoEF8Z+uwODHzdVTI3SWbOYjsZtAxLD++QdZxF3vPc5DtdHaib9XT9JsaX4XDee\/iy+qzRV7+vB0R70h0m2r2X4xI4BgjdnnZu70J0xEEWo0AQh1k0\/Q+BO3mCvW3AXepWJ+0Z9iEBrUdhQItja+4av8p99z8N7wJkADkmxqhcT46113rG99OOvoBBKYPyp1j9iBggYiwiBRUs7Z3uQIDAQAB",
    "short_name": "Gmail extension for adding documents to email from Seismic.",
    "background": {
        "service_worker": "background.js"
    },
    "host_permissions": [
        "https:\/\/mail.google.com\/"
    ],
    "icons": {
        "128": "seismic-128.png",
        "48": "seismic-48.png",
        "32": "seismic-32.png",
        "16": "seismic-16.png"
    },
    "action": {
        "default_icon": {
            "19": "seismic-19.png",
            "38": "seismic-38.png"
        },
        "default_title": "Seismic",
        "default_popup": "popup.html"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/mail.google.com\/*"
            ],
            "js": [
                "bootstrap.js",
                "gmailInjector.js"
            ],
            "run_at": "document_end"
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "*"
            ],
            "matches": [
                ""
            ]
        }
    ]
}