Net Usage Item

Internet Usage extension for Google Chrome

Net Usage Item란 무엇입니까?

Net Usage Item은(는) https://netusage.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Internet Usage extension for Google Chrome"입니다.

확장 프로그램 스크린샷

screenshot
screenshot

Net Usage Item 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        Net Usage is a widget that lets you know how much of your internet usage quota you have left. It mainly supports Australian ISPs where often you are limited by how much you download each month. This extension works by automatically logging in to your ISP's usage page and extracting your monthly usage information. You will need to supply the username and password to your ISPs web portal. See the netusage website for full list of supported ISPs.

Permissions Explanations:

* Your data on all websites
Needed to fetch/scrape usage information from your ISP's website.

* Your tabs and browsing activity
Needed to open a new tab to display your ISP's usage page (for the open ISP page option).                    

확장 프로그램 기본 정보

이름 Net Usage Item Net Usage Item
ID jhpcpakpimadnpalbfjcnaloaekhljog
공식 URL https://chromewebstore.google.com/detail/net-usage-item/jhpcpakpimadnpalbfjcnaloaekhljog
설명 Internet Usage extension for Google Chrome
파일 크기 562 KB
설치 횟수 2,528
현재 버전 2.1.5
최근 업데이트 2018-01-04
출시 날짜 2018-01-04
평점 4.00/5 총 246 개의 평점
개발자 https://netusage.com
결제 유형 free
확장 프로그램 웹 사이트 https://netusage.com/
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Net Usage Item",
    "short_name": "Net Usage",
    "version": "2.1.5",
    "icons": {
        "48": "icon48.png",
        "32": "icon32.png",
        "128": "icon128.png"
    },
    "description": "Internet Usage extension for Google Chrome",
    "browser_action": {
        "default_icon": "icon.png",
        "default_title": "Net Usage Item",
        "default_popup": "popup.html"
    },
    "background": {
        "page": "background.html"
    },
    "options_page": "app.html",
    "sandbox": {
        "pages": [
            "sandbox.html"
        ],
        "content_security_policy": "sandbox allow-scripts"
    },
    "permissions": [
        "tabs",
        "webRequest",
        "webRequestBlocking",
        "http:\/\/*\/",
        "https:\/\/*\/"
    ]
}