SnapCell
SnapCell is a visual communication app.
SnapCellとは何ですか?
SnapCellはSnapCell Incによって開発されたChromeの拡張機能で、その主な機能は「SnapCell is a visual communication app.」です。
拡張機能のスクリーンショット
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 |
ID | fpaglakijcpbjpnmkjlhgdbgffdbceai |
公式URL | 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 |
Eメール | [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" } } |