In Or Out

Used with http://inorout.epicswell.com/ to see who is playing basketball (v1.8.1)

In Or Out란 무엇입니까?

In Or Out은(는) https://inorout.epicswell.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Used with http://inorout.epicswell.com/ to see who is playing basketball (v1.8.1)"입니다.

확장 프로그램 스크린샷

screenshot

In Or Out 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        This extension was written to make the task of organizing basketball games easier. There are a handful of people in the world who will find this useful. You are probably not one of them.                    

확장 프로그램 기본 정보

이름 In Or Out In Or Out
ID pkikmnicaplbfnllcmmakjgapkblpmen
공식 URL https://chromewebstore.google.com/detail/in-or-out/pkikmnicaplbfnllcmmakjgapkblpmen
설명 Used with http://inorout.epicswell.com/ to see who is playing basketball (v1.8.1)
파일 크기 90.71 KB
설치 횟수 11
현재 버전 1.8.1
최근 업데이트 2015-09-13
출시 날짜 2015-09-13
평점 5.00/5 총 1 개의 평점
개발자 https://inorout.epicswell.com
결제 유형 free
확장 프로그램 웹 사이트 http://inorout.epicswell.com/
도움말 페이지 URL http://inorout.epicswell.com/
지원되는 언어 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "In Or Out",
    "version": "1.8.1",
    "manifest_version": 2,
    "description": "Used with http:\/\/inorout.epicswell.com\/ to see who is playing basketball (v1.8.1)",
    "icons": {
        "48": "images\/me_48x48.png"
    },
    "browser_action": {
        "default_icon": "inorout.png",
        "default_popup": "popup.html",
        "default_title": "In Or Out"
    },
    "background": {
        "page": "background.html"
    },
    "options_page": "options.html",
    "permissions": [
        "http:\/\/inorout.epicswell.com\/*",
        "tabs",
        "notifications",
        "cookies"
    ],
    "web_accessible_resources": [
        "images\/me_48x48.png"
    ]
}