ABillS Stats
Check your internet account directly from browser. Now supports Push messages from ABillS server
ABillS Stats란 무엇입니까?
ABillS Stats은(는) http://abills.net.ua에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Check your internet account directly from browser. Now supports Push messages from ABillS server"입니다.
확장 프로그램 스크린샷
ABillS Stats 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
This extension checks account status for providers using Abills billing. Version 2.0. Full refactor. Non-blocking async network operations. Version 1.15. A small notification is shown to warn you when your deposit is smaller than specified in options. Version 1.16. Now supports Push notifications from ABillS server! Check your internet account directly from browser! WARNING: if your provider use untrusted SLL certificate (https) you need open your stats page in browser and click "Advanced" -> "Proceed to YOUR_SITE (unsafe)" just once. If you see "Wrong URL" message after installing this extension - open https://demo.abills.net.ua:9443/ in new page or tab.
확장 프로그램 기본 정보
이름 | |
ID | bndohjbbflmcmjkjfdogiliickdnnhfp |
공식 URL | https://chrome.google.com/webstore/detail/abills-stats/bndohjbbflmcmjkjfdogiliickdnnhfp |
설명 | Check your internet account directly from browser. Now supports Push messages from ABillS server |
파일 크기 | 207 KB |
설치 횟수 | 233 |
현재 버전 | 2.0.2 |
최근 업데이트 | 2016-10-10 |
출시 날짜 | 2016-10-10 |
평점 | 5.00/5 총 5 개의 평점 |
개발자 | http://abills.net.ua |
이메일 | [email protected] |
결제 유형 | free |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "ABillS Stats", "version": "2.0.2", "author": "AnyKey, ABillS", "description": "Check your internet account directly from browser. Now supports Push messages from ABillS server", "icons": { "128": "icon_128.png", "16": "icon.png" }, "background": { "scripts": [ "assets\/js\/language.js", "assets\/js\/xml_explain.js", "assets\/js\/cloud_messaging.js", "assets\/js\/Notifier.js", "assets\/js\/popup.js" ], "persistent": false }, "browser_action": { "default_icon": "icon.png", "default_popup": "popup.html", "default_title": "Internet status" }, "permissions": [ "https:\/\/*\/", "notifications", "alarms", "gcm", "storage" ] } |