SnapCell

SnapCell is a visual communication app.

什麼是SnapCell?

SnapCell是由SnapCell Inc開發的Chrome擴展程式,該擴展的主要功能是“SnapCell is a visual communication app.”。

擴展截圖

screenshot
screenshot

下載SnapCell擴展crx文件

下載SnapCell擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        SnapCell is a visual communication app.

SnapCell’s Google Chrome extension allows SnapCell users to record videos and access their SnapCell library from any Google Chrome page. Easily add videos to your emails, CRM, DMS and more, without leaving the page you’re on!

SnapCell is a simple & reliable automotive video tool that increases:

- Dealership Revenue
- Showroom Visits
- Service Upsell
- CSI Scores


Install the extension today and begin to capture the attention of your customers. You will soon see the impact a SnapCell video makes to your business and sales.                    

擴展基本資訊

名稱 SnapCell SnapCell
ID fpaglakijcpbjpnmkjlhgdbgffdbceai
官方網址 https://chromewebstore.google.com/detail/snapcell/fpaglakijcpbjpnmkjlhgdbgffdbceai
簡介 SnapCell is a visual communication app.
檔案大小 12.12 KB
安裝次數 248
目前版本 0.3.1
更新時間 2024-02-16
上架時間 2022-12-20
評分 5.00/5 共 1 次評分
開發者 SnapCell Inc
電子郵箱 [email protected]
付費類型 free
擴展官網 https://snapcell.us.com/
說明頁面URL https://snapcell.us.com/contact-us/
隱私政策頁面URL https://snapcell.us.com/privacy-policy
支援的語言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "version": "0.3.1",
    "name": "SnapCell",
    "description": "SnapCell is a visual communication app.",
    "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAhvrCwriy9g7x\/53a57u2asDxTfltAx3PTUG0FrpBz9qq4ZzO1j724eKFVKAeUUDR1VgU62R7gJnl0flkIXBwMN4+WSlLOAQkOm9TJFrJQMA4LmPDwGd9VhGIaPKCFkJNSLNRMCjxCQAPurqPTN8uAjjwS34gFjeXxIn6qEoEPcO1eaYFuZMi0TtdyXRysnTO8zO78Y+LWxw9edIuZJyrsQhbVETwKZmQeBCw+9sBKPZMdrS1JmlAk3547jtKKGbZBd3MKkDWnFMFUzs5wxsEdcs5OnaGLaaw\/3gmUw1qA0Y\/XOAJDBZ4m7t2WTVXhZXxPreBMF592U70M4t17pHnmQIDAQAB",
    "icons": {
        "16": "img\/icon16.png",
        "32": "img\/icon32.png",
        "48": "img\/icon48.png",
        "128": "img\/icon128.png"
    },
    "permissions": [
        "tabs",
        "contentSettings"
    ],
    "host_permissions": [
        "https:\/\/dashboard.snapcell.us.com\/*",
        "https:\/\/staging-plugin.tradepending.com\/*",
        "https:\/\/plugin.tradepending.com\/*",
        "https:\/\/app.snapcell.com.mx\/*",
        "https:\/\/fr.snapcell.ca\/*",
        "https:\/\/ar.snapcell.co\/*"
    ],
    "action": {
        "default_title": "SnapCell"
    },
    "background": {
        "service_worker": "background.js"
    }
}