SnapCell
SnapCell is a visual communication app.
SnapCell란 무엇입니까?
SnapCell은(는) SnapCell Inc에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "SnapCell is a visual communication app."입니다.
확장 프로그램 스크린샷
SnapCell 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
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 |
이메일 | [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" } } |