Family Orbit

This extension provides quick access to the Family Orbit portal.

Qu'est-ce que Family Orbit ?

Family Orbit est une extension Chrome développée par https://www.familyorbit.com, et sa fonction principale est "This extension provides quick access to the Family Orbit portal.".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot

Télécharger le fichier CRX de l'extension Family Orbit

Téléchargez les fichiers d'extension Family Orbit au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom Family Orbit Family Orbit
ID hkckninmhigheelfhldjnlidcdeamogk
URL Officiel https://chromewebstore.google.com/detail/family-orbit/hkckninmhigheelfhldjnlidcdeamogk
Description This extension provides quick access to the Family Orbit portal.
Taille du Fichier 78.43 KB
Nombre d'Installations 43
Version Actuelle 1.0
Dernière Mise à Jour 2017-06-03
Date de Publication 2017-06-03
Développeur https://www.familyorbit.com
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://www.familyorbit.com/cp
URL de la Page d'Aide http://www.familyorbit.com/support.php
URL de la Page de Politique de Confidentialité http://www.familyorbit.com/privacypolicy.php
Langues Prises en Charge 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"
    }
}