crmgrow Video, Tools, Analytics - for Chrome

Create video, share content, utilize email templates, plus access email and video analytics.

crmgrow Video, Tools, Analytics - for Chrome란 무엇입니까?

crmgrow Video, Tools, Analytics - for Chrome은(는) extensiondev에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Create video, share content, utilize email templates, plus access email and video analytics."입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot

crmgrow Video, Tools, Analytics - for Chrome 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        With the crmgrow Browser Extension you will be able to create video, share content, utilize email templates, plus access email and video analytics.

Ever wonder what happens to the video and content you create and send out?

With crmgrow, we will not only show you what happens, we will help you identify the "when" so you connect views with follow up at the proper time. 

Create content, distribute content, track engagement, repeat.                    

확장 프로그램 기본 정보

이름 crmgrow Video, Tools, Analytics - for Chrome crmgrow Video, Tools, Analytics - for Chrome
ID bcbcnnookeieadihaekplblbfmjaodbb
공식 URL https://chromewebstore.google.com/detail/crmgrow-video-tools-analy/bcbcnnookeieadihaekplblbfmjaodbb
설명 Create video, share content, utilize email templates, plus access email and video analytics.
파일 크기 1.54 MB
설치 횟수 506
현재 버전 2.0.12
최근 업데이트 2023-10-02
출시 날짜 2021-09-14
평점 5.00/5 총 2 개의 평점
개발자 extensiondev
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://crmgrow.com
도움말 페이지 URL https://crmgrow.com/contactus
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "crmgrow Video, Tools, Analytics -  for Chrome",
    "description": "Create video, share content, utilize email templates, plus access email and video analytics.",
    "version": "2.0.12",
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "js\/interact.min.js",
                "js\/quill.min.js",
                "js\/content.js",
                "js\/content_recording.js",
                "js\/inboxsdk.js",
                "js\/jquery-3.3.1.min.js",
                "js\/lodash.min.js",
                "js\/socket.io.js"
            ],
            "css": [
                "css\/style.css",
                "css\/modal.css",
                "css\/recording.css",
                "css\/quill.css"
            ]
        }
    ],
    "browser_action": {
        "default_icon": {
            "16": "icons\/icon16x16.png",
            "32": "icons\/icon32x32.png"
        },
        "default_title": "crmgrow",
        "default_popup": "menu.html"
    },
    "icons": {
        "16": "icons\/icon16x16.png",
        "32": "icons\/icon32x32.png",
        "48": "icons\/icon48x48.png",
        "64": "icons\/icon64x64.png",
        "128": "icons\/icon128x128.png"
    },
    "background": {
        "page": "background.html",
        "persistent": false
    },
    "permissions": [
        "activeTab",
        "tabs",
        "storage",
        "desktopCapture",
        "https:\/\/mail.google.com\/",
        "https:\/\/inbox.google.com\/",
        "*:\/\/*\/*",
        "",
        "management"
    ],
    "web_accessible_resources": [
        "img\/crmgrow-logo.svg",
        "img\/crmgrow-round.png",
        "img\/crmgrow-track.ico",
        "img\/spinner.svg",
        "img\/chrome_permission.gif",
        "img\/video_thumb.jpg",
        "css\/style.css",
        "css\/menu.css",
        "popup.html",
        "option.html",
        "login.html",
        "recording.html",
        "camera-mic.html",
        "camera.html",
        "audio-processor.js"
    ],
    "content_security_policy": "script-src 'self' https:\/\/apis.google.com; object-src 'self'"
}