Ubilling stats
This extension check account status for providers with Ubilling
Ubilling statsคืออะไร?
Ubilling stats เป็นส่วนขยายของ Chrome ที่พัฒนาโดย nightfly และคุณลักษณะหลักของมันคือ "This extension check account status for providers with Ubilling"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Ubilling stats
ดาวน์โหลดไฟล์ส่วนขยาย Ubilling stats ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Перевірка стану рахунку, для провайдерів що використовують Ubilling. 1.2.5 - fixed debt account state issue. 1.2.4 - added Georgean, Romanian and Russian locale.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | |
ID | jgbdhmicbegjppohlonbfohpphkcnflb |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/ubilling-stats/jgbdhmicbegjppohlonbfohpphkcnflb |
คำอธิบาย | This extension check account status for providers with Ubilling |
ขนาดไฟล์ | 90.14 KB |
จำนวนการติดตั้ง | 888 |
เวอร์ชันปัจจุบัน | 1.2.5 |
อัปเดตครั้งล่าสุด | 2016-11-07 |
วันที่เผยแพร่ | 2016-11-07 |
คะแนน | 4.91/5 รวมทั้งหมด 11 คะแนน |
ผู้พัฒนา | nightfly |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | http://ubilling.net.ua |
URL หน้าช่วยเหลือ | http://wiki.ubilling.net.ua |
ภาษาที่รองรับ | uk |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Ubilling stats", "short_name": "UBstats", "description": "This extension check account status for providers with Ubilling", "version": "1.2.5", "icons": { "128": "rainbow_128.png", "16": "rainbow.png" }, "background": { "page": "popup.html" }, "browser_action": { "default_icon": "rainbow.png", "default_popup": "popup.html", "default_title": "Internet status" }, "permissions": [ "http:\/\/*\/", "https:\/\/*\/" ] } |