VideoEngager Chrome Assistant

Designed to provide convenient notifications for merchants using the VideoEngager product.

Τι είναι το VideoEngager Chrome Assistant;

Το VideoEngager Chrome Assistant είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον VideoEngager, και η κύρια λειτουργία του είναι "Designed to provide convenient notifications for merchants using the VideoEngager product.".

Στιγμιότυπα Επέκτασης

Λήψη αρχείου CRX της επέκτασης VideoEngager Chrome Assistant

Λήψη αρχείων επέκτασης VideoEngager Chrome Assistant σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

Οδηγίες Χρήσης της Επέκτασης

                        VideoEngager Chrome Assistant is designed to provide convenient notifications for merchants using the VideoEngager product.

VideoEngager is designed for merchants to receive audio and video calls from customers on their website or shopping portals. We bring face-to-face communication online. Host your own live video/chat sessions, interact with your website visitors and boost your sales.

VideoEngager plugin lets you see in real time who is on your website and allows you to proactively engage your website visitors.

For more information, please visit us at: http://www.videoenager.com                    

Βασικές Πληροφορίες Επέκτασης

Όνομα VideoEngager Chrome Assistant VideoEngager Chrome Assistant
ID hkmjgeelakdflojhaameonpcjgfilcfe
Επίσημο URL https://chrome.google.com/webstore/detail/videoengager-chrome-assis/hkmjgeelakdflojhaameonpcjgfilcfe
Περιγραφή Designed to provide convenient notifications for merchants using the VideoEngager product.
Μέγεθος Αρχείου 56.7 KB
Αριθμός Εγκαταστάσεων 40
Τρέχουσα Έκδοση 0.0.44
Τελευταία Ενημέρωση 2017-04-11
Ημερομηνία Δημοσίευσης 2017-04-11
Αξιολόγηση 5.00/5 Συνολικά 3 Αξιολογήσεις
Προγραμματιστής VideoEngager
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Ιστότοπος Επέκτασης http://videoengager.com
Διεύθυνση URL της Σελίδας Βοήθειας http://videoengager.com/faq-page/
Υποστηριζόμενες Γλώσσες en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "background": {
        "persistent": true,
        "page": "background.html"
    },
    "minimum_chrome_version": "34",
    "browser_action": {
        "default_icon": "icon_not_logged.png"
    },
    "options_page": "options.html",
    "description": "Designed to provide convenient notifications for merchants using the VideoEngager product.",
    "icons": {
        "128": "icon.png"
    },
    "content_security_policy": "script-src 'self' https:\/\/*.leadsecure.com; https:\/\/*.videoengager.com; https:\/\/*.zmoticonnect.com; object-src 'self'",
    "name": "VideoEngager Chrome Assistant",
    "permissions": [
        "activeTab",
        "tabs",
        "desktopCapture",
        "background",
        "notifications",
        "storage",
        "http:\/\/localhost:9000\/*",
        "*:\/\/*.leadsecure.com\/*\/*",
        "*:\/\/*.videoengager.com\/*\/*",
        "*:\/\/*.zmoticonnect.com\/*\/*"
    ],
    "content_scripts": [
        {
            "js": [
                "content.js"
            ],
            "matches": [
                "*:\/\/*.leadsecure.com\/*\/*",
                "*:\/\/*.videoengager.com\/*\/*",
                "*:\/\/*.zmoticonnect.com\/*\/*",
                "http:\/\/localhost:9000\/*",
                "http:\/\/localhost\/*"
            ]
        }
    ],
    "web_accessible_resources": [
        "version.js"
    ],
    "externally_connectable": {
        "matches": [
            "*:\/\/*.leadsecure.com\/*\/*",
            "*:\/\/*.videoengager.com\/*\/*",
            "*:\/\/*.zmoticonnect.com\/*\/*",
            "http:\/\/localhost:9000\/*",
            "http:\/\/localhost\/*"
        ]
    },
    "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAncOg5QbT9uYO29UOd2MLmr+k2uyprEbBgOoX0igEenfecAF6IFkQvKxHkQFD2rmxM8yLz6D2wfre9fyD\/t+0887w5InXw4wjelxyZ5gGGd0Nt\/M\/u25gSmD\/xH18sf+lSWv7cH01dUu1NIcSCWRsEQI6juUqniZmSXFhmKh8IAeDZlFEG2Q4Y9SUUovCUX81pqMdqEdbaaJcQELBX1R2KugD+0JV2FajEqjEfwnJDnraQDhHlXVJ\/zkjJkDQnibGlbYoUZRgtIjTbP1x1K0o2M5bnTTvy0TzRBBzNjlwsU9zNSa7Lh3TgtsvLiu6oPaxQbBe9ugn1XY242KKuRVPpQIDAQAB",
    "version": "0.0.44",
    "manifest_version": 2
}