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.

Apa itu ACT Usage?

ACT Usage adalah ekstensi Chrome yang dikembangkan oleh jaseemabid, dan fitur utamanya adalah "Shows your ACT Internet usage if you are on a broadband ACT connection in India. Not affiliated with ACT Broadband in any way.".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi ACT Usage

Unduh file ekstensi ACT Usage dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        Shows your ACT Internet usage if you are on a broadband ACT connection in India. Not affiliated with ACT Broadband in any way.                    

Informasi Dasar Ekstensi

Nama ACT Usage ACT Usage
ID cfanmbkddfjaimhbcloeggalmachfgbi
URL Resmi https://chromewebstore.google.com/detail/act-usage/cfanmbkddfjaimhbcloeggalmachfgbi
Deskripsi Shows your ACT Internet usage if you are on a broadband ACT connection in India. Not affiliated with ACT Broadband in any way.
Ukuran File 200 KB
Jumlah Instalasi 250
Versi Saat Ini 1.3
Terakhir Diperbarui 2015-01-05
Tanggal Publikasi 2015-01-05
Penilaian 2.93/5 Total 15 Penilaian
Pengembang jaseemabid
Tipe Pembayaran free
Situs Ekstensi https://github.com/jaseemabid/act-chrome-extension
Bahasa yang Didukung 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"
    }
}