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 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Create video, share content, utilize email templates, plus access email and video analytics."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot
screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में crmgrow Video, Tools, Analytics - for Chrome एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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'"
}