ACT Usage
Shows your ACT Internet usage if you are on a broadband ACT connection in India. Not affiliated with ACT Broadband in any way.
ACT Usageคืออะไร?
ACT Usage เป็นส่วนขยายของ Chrome ที่พัฒนาโดย jaseemabid และคุณลักษณะหลักของมันคือ "Shows your ACT Internet usage if you are on a broadband ACT connection in India. Not affiliated with ACT Broadband in any way."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย ACT Usage
ดาวน์โหลดไฟล์ส่วนขยาย ACT Usage ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Shows your ACT Internet usage if you are on a broadband ACT connection in India. Not affiliated with ACT Broadband in any way.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | ACT Usage |
ID | cfanmbkddfjaimhbcloeggalmachfgbi |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/act-usage/cfanmbkddfjaimhbcloeggalmachfgbi |
คำอธิบาย | Shows your ACT Internet usage if you are on a broadband ACT connection in India. Not affiliated with ACT Broadband in any way. |
ขนาดไฟล์ | 200 KB |
จำนวนการติดตั้ง | 250 |
เวอร์ชันปัจจุบัน | 1.3 |
อัปเดตครั้งล่าสุด | 2015-01-05 |
วันที่เผยแพร่ | 2015-01-05 |
คะแนน | 2.93/5 รวมทั้งหมด 15 คะแนน |
ผู้พัฒนา | jaseemabid |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | https://github.com/jaseemabid/act-chrome-extension |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "ACT Usage", "description": "Shows your ACT Internet usage if you are on a broadband ACT connection in India. Not affiliated with ACT Broadband in any way.", "version": "1.3", "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'", "permissions": [ "http:\/\/portal.acttv.in\/" ], "icons": { "128": "act_128.png", "48": "act_48.png", "16": "act_16.png" }, "author": "Anenth & Mrinmoy", "browser_action": { "default_icon": "act_48.png", "default_title": "See your current ACT Broadband usage", "default_popup": "popup.html" } } |