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.

Hvad er ACT Usage?

ACT Usage er en Chrome-udvidelse udviklet af jaseemabid, og dens hovedfunktion er "Shows your ACT Internet usage if you are on a broadband ACT connection in India. Not affiliated with ACT Broadband in any way.".

Udvidelsesskærmbilleder

screenshot

Download ACT Usage-udvidelses-CRX-fil

Download ACT Usage-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

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

Grundlæggende oplysninger om udvidelsen

Navn ACT Usage ACT Usage
ID cfanmbkddfjaimhbcloeggalmachfgbi
Officiel URL https://chromewebstore.google.com/detail/act-usage/cfanmbkddfjaimhbcloeggalmachfgbi
Beskrivelse Shows your ACT Internet usage if you are on a broadband ACT connection in India. Not affiliated with ACT Broadband in any way.
Filstørrelse 200 KB
Antal Installationer 250
Nuværende Version 1.3
Senest Opdateret 2015-01-05
Udgivelsesdato 2015-01-05
Bedømmelse 2.93/5 Samlet 15 Bedømmelser
Udvikler jaseemabid
Betalingsmetode free
Udvidelseswebsted https://github.com/jaseemabid/act-chrome-extension
Understøttede Sprog 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"
    }
}