CCTV Monitor

CCTV Monitor is a monitoring tool for your security cameras.

Τι είναι το CCTV Monitor;

Το CCTV Monitor είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον http://www.cctvview.info, και η κύρια λειτουργία του είναι "CCTV Monitor is a monitoring tool for your security cameras.".

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

screenshot
screenshot

Λήψη αρχείου CRX της επέκτασης CCTV Monitor

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

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

                        Update: Version 1.2.0 now supports 4, 6 or 8 cam images per tab. This can be set in the advanced settings tab on the options page.

CCTV Monitor allows you to monitor your security cameras from within your browser. It now supports monitoring of up to 24 cameras in a tabbed view. 

Each tab displays 4, 6 or 8 cameras, the tabs can be rotated automatically at a configurable interval. Optionally a description is displayed for each camera in a transparent overlay. Each camera can be enlarged by about 200%.

Options are synchronised between browsers so that you only have to configure once. Configuration changes will be picked up automatically and will cause the monitoring page to be reloaded.

Added "tabs" to permissions to allow opening the options page from the monitoring page.

Example (public) cameras can be found here http://www.cctvview.info/Cameras                    

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

Όνομα CCTV Monitor CCTV Monitor
ID oogicldlpebgofialfnpcbfepbakecoc
Επίσημο URL https://chrome.google.com/webstore/detail/cctv-monitor/oogicldlpebgofialfnpcbfepbakecoc
Περιγραφή CCTV Monitor is a monitoring tool for your security cameras.
Μέγεθος Αρχείου 435 KB
Αριθμός Εγκαταστάσεων 7,000
Τρέχουσα Έκδοση 1.2.1
Τελευταία Ενημέρωση 2016-09-08
Ημερομηνία Δημοσίευσης 2016-09-08
Αξιολόγηση 3.86/5 Συνολικά 210 Αξιολογήσεις
Προγραμματιστής http://www.cctvview.info
Τύπος Πληρωμής free
Ιστότοπος Επέκτασης http://www.cctvview.info/CCTV_Monitor
Υποστηριζόμενες Γλώσσες en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "CCTV Monitor",
    "version": "1.2.1",
    "description": "CCTV Monitor is a monitoring tool for your security cameras.",
    "minimum_chrome_version": "20",
    "browser_action": {
        "default_icon": "images\/icon24.png",
        "default_title": "CCTV Monitor"
    },
    "icons": {
        "16": "images\/icon16.png",
        "24": "images\/icon24.png",
        "32": "images\/icon32.png",
        "48": "images\/icon48.png",
        "64": "images\/icon64.png",
        "128": "images\/icon128.png"
    },
    "options_page": "options.html",
    "background": {
        "scripts": [
            "inc\/bg.js"
        ],
        "persistent": true
    },
    "homepage_url": "https:\/\/www.cctvview.info\/CCTV_Monitor",
    "permissions": [
        "storage",
        "tabs"
    ],
    "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com 'unsafe-eval'; object-src 'self'"
}