Family Orbit

This extension provides quick access to the Family Orbit portal.

¿Qué es Family Orbit?

Family Orbit es una extensión de Chrome desarrollada por https://www.familyorbit.com, y su función principal es "This extension provides quick access to the Family Orbit portal.".

Capturas de Pantalla de la Extensión

screenshot
screenshot
screenshot

Descargar Archivo CRX de la Extensión Family Orbit

Descarga archivos de extensión Family Orbit en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.

Instrucciones de Uso de la Extensión

                        Do you have kids who are abusing their cell phone privileges? You can monitor their phone activities now to ensure they do not fall in to harms way. 

Family Orbit allows you to view and control your child’s cell phone usage by monitoring text messages, call history, photos, GPS location, web sites visited and more. You can setup application and web sites filtering.

Setup geo fences and get notification automatically when they arrive or leave specific locations such as home or school. Create speed alerts and be alerted when they cross the set driving speed.

You can monitor their iPhone without installing any app or jailbreaking the iPhone. It is as easy as login with your Apple ID and setup the monitoring.

Protect and Safeguard your Children Now in the Digital World! Setup your free account now.

The Chrome Extension let you access your private secure panel quickly with a tap of the button. Sign Up now.                    

Información Básica de la Extensión

Nombre Family Orbit Family Orbit
ID hkckninmhigheelfhldjnlidcdeamogk
URL Oficial https://chromewebstore.google.com/detail/family-orbit/hkckninmhigheelfhldjnlidcdeamogk
Descripción This extension provides quick access to the Family Orbit portal.
Tamaño del Archivo 78.43 KB
Cantidad de Instalaciones 43
Versión Actual 1.0
Última Actualización 2017-06-03
Fecha de Publicación 2017-06-03
Desarrollador https://www.familyorbit.com
Correo electrónico [email protected]
Tipo de Pago free
Sitio Web de la Extensión https://www.familyorbit.com/cp
URL de la Página de Ayuda http://www.familyorbit.com/support.php
URL de la Página de Política de Privacidad http://www.familyorbit.com/privacypolicy.php
Idiomas Soportados en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Family Orbit",
    "version": "1.0",
    "description": "This extension provides quick access to the Family Orbit portal.",
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "jquery-3.2.1.min.js",
                "content.js"
            ]
        }
    ],
    "browser_action": {
        "default_icon": "images\/48x48.png",
        "default_title": "Family Orbit"
    },
    "icons": {
        "16": "images\/16x16.png",
        "48": "images\/48x48.png",
        "128": "images\/128x128.png"
    }
}