In Or Out

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

In Or Out là gì?

In Or Out là một tiện ích mở rộng Chrome được phát triển bởi https://inorout.epicswell.com, và tính năng chính của nó là "Used with http://inorout.epicswell.com/ to see who is playing basketball (v1.8.1)".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng In Or Out

Tải xuống các tệp mở rộng In Or Out dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên In Or Out In Or Out
ID pkikmnicaplbfnllcmmakjgapkblpmen
URL Chính Thức https://chromewebstore.google.com/detail/in-or-out/pkikmnicaplbfnllcmmakjgapkblpmen
Mô tả Used with http://inorout.epicswell.com/ to see who is playing basketball (v1.8.1)
Kích Thước Tệp 90.71 KB
Số Lần Cài Đặt 11
Phiên Bản Hiện Tại 1.8.1
Cập Nhật Lần Cuối 2015-09-13
Ngày Phát Hành 2015-09-13
Đánh Giá 5.00/5 Tổng số 1 Đánh Giá
Nhà Phát Triển https://inorout.epicswell.com
Loại Thanh Toán free
Trang Web Mở Rộng http://inorout.epicswell.com/
URL Trang Trợ Giúp http://inorout.epicswell.com/
Ngôn Ngữ Được Hỗ Trợ 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"
    ]
}