Zessage: Video Messaging

Send video messages to your friends, family & co-workers instantly from your browser.

Τι είναι το Zessage: Video Messaging;

Το Zessage: Video Messaging είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον http://zessage.com, και η κύρια λειτουργία του είναι "Send video messages to your friends, family & co-workers instantly from your browser.".

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

screenshot
screenshot
screenshot
screenshot
screenshot

Λήψη αρχείου CRX της επέκτασης Zessage: Video Messaging

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

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

                        Instantly record & send video messages to your friends, family & co-workers. You can record your screen, just you or talk over your screen with audio only and send your message to any email, mobile phone number or @twitter name.

Key Features:
Contacts - Import your contacts & save your favorites for instant access.
Snap Filters - Record with your favorite Snap Chat filters.
Stickers & Gifs - Add stickers, gifs & more to your videos.
Text - Write text on top of your videos.
Draw - Draw on your screen to highlight or have fun.
Groups & Teams - Create groups & teams to bring everyone together.
Facebook Groups - Record messages to be shared on your Facebook Groups.
Profile URL - Share your profile url to receive videos from others.
Public Messages - Make videos public to share across any social network.
3 Modes - Bubble, Fullscreen or Audio Only.
Unlimited Sending - Send your video messages to as many recipients as you want.
Secret Links - Share your secret message link to control who views your message.
Replies - Recipients can reply to you without registering.
Notifications - Get notified when you receive a message in your inbox.

Upgraded Features:
Longer Videos - Record messages up to 5 minutes.
Save Videos - Download your videos to your hard drive.
Read Receipts - Receive notifications when your messages are viewed.
Lists - Create lists to send to multiple people at once.                    

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

Όνομα Zessage: Video Messaging Zessage: Video Messaging
ID obaefmogeegiafeiolndjeonallhbofc
Επίσημο URL https://chrome.google.com/webstore/detail/zessage-video-messaging/obaefmogeegiafeiolndjeonallhbofc
Περιγραφή Send video messages to your friends, family & co-workers instantly from your browser.
Μέγεθος Αρχείου 4.2 MB
Αριθμός Εγκαταστάσεων 15
Τρέχουσα Έκδοση 1.0.0
Τελευταία Ενημέρωση 2020-09-19
Ημερομηνία Δημοσίευσης 2020-09-19
Προγραμματιστής http://zessage.com
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Ιστότοπος Επέκτασης https://zessage.com
Διεύθυνση URL της Σελίδας Βοήθειας https://zessage.com
URL της Σελίδας Πολιτικής Απορρήτου https://whitefishlabs.com/privacy
Υποστηριζόμενες Γλώσσες en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Zessage: Video Messaging",
    "short_name": "Zessage",
    "version": "1.0.0",
    "manifest_version": 2,
    "description": "Send video messages to your friends, family & co-workers instantly from your browser.",
    "browser_action": {
        "default_icon": "images\/play.png",
        "default_popup": "lib\/popup.html"
    },
    "web_accessible_resources": [
        "images\/*",
        "fonts\/*.ttf",
        "fonts\/*.otf",
        "fonts\/*.ttc",
        "lib\/*"
    ],
    "icons": {
        "16": "images\/play_16.png",
        "32": "images\/play_32.png",
        "64": "images\/play_64.png",
        "128": "images\/play.png"
    },
    "background": {
        "scripts": [
            "lib\/background.js"
        ],
        "persistent": true
    },
    "permissions": [
        "storage",
        "tabs",
        "tabCapture",
        "activeTab",
        "contextMenus",
        "notifications"
    ],
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "lib\/jquery-3.2.1.min.js",
                "lib\/jquery-ui.min.js",
                "lib\/record.js",
                "lib\/content.js",
                "lib\/mix.js",
                "lib\/popup.js"
            ],
            "css": [
                "lib\/insert.css",
                "lib\/ani.css",
                "lib\/jquery-ui.min.css"
            ],
            "run_at": "document_end",
            "all_frames": false
        }
    ],
    "externally_connectable": {
        "matches": [
            "https:\/\/*.zessage.com\/*"
        ]
    }
}