MangoSigns Chrome Player

Turn any TV into a digital display and showcase your social media feeds, weather, real time news and more. Deliver your message.

Τι είναι το MangoSigns Chrome Player;

Το MangoSigns Chrome Player είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον https://mangosigns.com, και η κύρια λειτουργία του είναι "Turn any TV into a digital display and showcase your social media feeds, weather, real time news and more. Deliver your message.".

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

screenshot
screenshot

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

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

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

                        Mango Signs digital signage player allows you to turn almost any device into a digital sign and manage it from anywhere. All you need is internet access, and your signage will be up and running in no time. Simply create your free account at mangosigns.com and use the Chrome extension to turn your browser into a Sign player. Cast to your TV to use as temporary signage.

Pick from a selection of constantly growing templates and customize to make it your own. Then create a schedule with a start and and end date and you're finished. Share your social media on your signs with instant updates shown on your sign. Get started today at by downloading the app and visiting mangosigns.com.                    

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

Όνομα MangoSigns Chrome Player MangoSigns Chrome Player
ID acjkbnlfijcimdefnmllcbpekmkbafib
Επίσημο URL https://chromewebstore.google.com/detail/mangosigns-chrome-player/acjkbnlfijcimdefnmllcbpekmkbafib
Περιγραφή Turn any TV into a digital display and showcase your social media feeds, weather, real time news and more. Deliver your message.
Μέγεθος Αρχείου 97.3 KB
Αριθμός Εγκαταστάσεων 414
Τρέχουσα Έκδοση 1.0.2
Τελευταία Ενημέρωση 2019-05-10
Ημερομηνία Δημοσίευσης 2019-05-10
Αξιολόγηση 4.67/5 Συνολικά 3 Αξιολογήσεις
Προγραμματιστής https://mangosigns.com
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Ιστότοπος Επέκτασης https://mangosigns.com
Διεύθυνση URL της Σελίδας Βοήθειας https://support.mangosigns.com
URL της Σελίδας Πολιτικής Απορρήτου https://mangosigns.com/Home/Privacy
Υποστηριζόμενες Γλώσσες en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "version": "1.0.2",
    "name": "MangoSigns Chrome Player",
    "description": "Turn any TV into a digital display and showcase your social media feeds, weather, real time news and more. Deliver your message.",
    "author": {
        "name": "Jonathan Kind",
        "email": "[email protected]"
    },
    "offline_enabled": true,
    "icons": {
        "16": "img\/icon_16.png",
        "128": "img\/icon_128.png"
    },
    "browser_action": {
        "default_icon": "img\/icon_16.png"
    },
    "background": {
        "scripts": [
            "js\/background.js"
        ]
    },
    "permissions": [
        "http:\/\/*\/",
        "https:\/\/*\/",
        "tabs",
        "storage",
        "contextMenus"
    ]
}