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.

What is MangoSigns Chrome Player?

MangoSigns Chrome Player is a Chrome extension developed by https://mangosigns.com, and its main feature is "Turn any TV into a digital display and showcase your social media feeds, weather, real time news and more. Deliver your message.".

Extension Screenshots

screenshot
screenshot

Download MangoSigns Chrome Player Extension CRX File

Download MangoSigns Chrome Player extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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.                    

Extension Basic Information

Name MangoSigns Chrome Player MangoSigns Chrome Player
ID acjkbnlfijcimdefnmllcbpekmkbafib
Official URL https://chromewebstore.google.com/detail/mangosigns-chrome-player/acjkbnlfijcimdefnmllcbpekmkbafib
Description Turn any TV into a digital display and showcase your social media feeds, weather, real time news and more. Deliver your message.
File Size 97.3 KB
Installation Count 414
Current Version 1.0.2
Last Updated 2019-05-10
Publish Date 2019-05-10
Rating 4.67/5 Total 3 Ratings
Developer https://mangosigns.com
Email [email protected]
Payment Type free
Extension Website https://mangosigns.com
Help Page URL https://support.mangosigns.com
Privacy Policy Page URL https://mangosigns.com/Home/Privacy
Supported Languages 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"
    ]
}