Ipertur

Brings the social, virtual, digital window Ipertur into Chrome for easier access, better experience, and better reliability

Ipertur란 무엇입니까?

Ipertur은(는) http://ipertur.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Brings the social, virtual, digital window Ipertur into Chrome for easier access, better experience, and better reliability"입니다.

확장 프로그램 스크린샷

Ipertur 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        Do you ever wish you lived next door to your best friend or closest relative?  Busy lives may still prevent you from being active in their daily lives, but glimpses you may catch of them through your windows let you feel the pulse of their life, and they yours.  And whenever you want you can throw open your window and engage them in live conversation. Ipertur makes this possible, virtually. Ipertur is a deeply personal social network.  At its core Ipertur uses your laptop, tablet, or dedicated Ipertur hardware device to create a virtual, two-way window connecting you with those closest to you.  Short, silent, looped video peeks, generated at timed intervals and/or in response to motion, represent the glimpses you might catch through a real window.  These passively informative glimpses often you the vital context necessary to encourage the live video chat Ipertur also provides.  Tools like Skype will only tell me that my uncle working irregular hours on a Swedish farm is "Online" or "Offline".  But Ipertur lets me know my uncle is at home right now, in his kitchen, making another batch of his home brewed beer.  It re-connects us, informs us, and makes our live video chats easy and frequent.  But Ipertur isn't just a virtual window, it also operates as a digital billboard, showing you content from the apps you've personally configured, as well as the apps your friends have chosen to configure and share.  My uncle gets to see a slideshow of my latest Flickr photos, I get to see his latest Facebook posts, I see my local five day weather forecast, my Google Calendar events, the latest news headlines, my Twitter feed, and much, much more.  And anyone can build third-party apps with our API. Ipertur can help friends stay in touch, can help families look after each other, can help people monitor their house/work when they are away, can help pet owners monitor their pets.  And Ipertur can help everyone stay connected to the information that is important to them.

Before you rate us badly, please give us some feedback!  Let us know how we can meet your needs, solve your problems, give us a chance to do things right: 
http://ipertur.com/survey.php

Thanks!                    

확장 프로그램 기본 정보

이름 Ipertur Ipertur
ID lbooenlpkjpffgapckhmjpelebejaphd
공식 URL https://chrome.google.com/webstore/detail/ipertur/lbooenlpkjpffgapckhmjpelebejaphd
설명 Brings the social, virtual, digital window Ipertur into Chrome for easier access, better experience, and better reliability
파일 크기 62.81 KB
설치 횟수 12
현재 버전 1.0.0.21
최근 업데이트 2016-01-12
출시 날짜 2016-01-12
개발자 http://ipertur.com
결제 유형 free
도움말 페이지 URL https://ipertur.com/doc.php?d=Support
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Ipertur",
    "description": "Brings the social, virtual, digital window Ipertur into Chrome for easier access, better experience, and better reliability",
    "version": "1.0.0.21",
    "permissions": [
        "storage",
        "alarms",
        "tabs",
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "background": {
        "scripts": [
            "jquery-1.11.0.min.js",
            "ensuredexecution.js",
            "background_common.js",
            "background.js"
        ]
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.ipertur.com\/run.php*"
            ],
            "js": [
                "jquery-1.11.0.min.js",
                "content.js"
            ],
            "css": [
                "content.css"
            ],
            "run_at": "document_start",
            "all_frames": true
        }
    ],
    "options_page": "options.html",
    "browser_action": {
        "default_title": "Start Ipertur!",
        "default_icon": "icon.png"
    },
    "manifest_version": 2,
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    }
}