Family Orbit

This extension provides quick access to the Family Orbit portal.

什么是Family Orbit?

Family Orbit是由https://www.familyorbit.com开发的Chrome扩展程序,该扩展的主要功能是“This extension provides quick access to the Family Orbit portal.”。

扩展截图

screenshot
screenshot
screenshot

下载Family Orbit扩展crx文件

下载Family Orbit扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        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.                    

扩展基本信息

名称 Family Orbit Family Orbit
ID hkckninmhigheelfhldjnlidcdeamogk
官方URL https://chromewebstore.google.com/detail/family-orbit/hkckninmhigheelfhldjnlidcdeamogk
简介 This extension provides quick access to the Family Orbit portal.
文件大小 78.43 KB
安装次数 43
当前版本 1.0
更新时间 2017-06-03
上架时间 2017-06-03
开发者 https://www.familyorbit.com
电子邮箱 [email protected]
付费类型 free
扩展官网 https://www.familyorbit.com/cp
帮助页面URL http://www.familyorbit.com/support.php
隐私政策页面URL http://www.familyorbit.com/privacypolicy.php
支持的语言 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"
    }
}