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.

Vad är ACT Usage?

ACT Usage är en Chrome-tillägg utvecklad av jaseemabid, och dess huvudfunktion är "Shows your ACT Internet usage if you are on a broadband ACT connection in India. Not affiliated with ACT Broadband in any way.".

Tilläggsskärmbilder

screenshot

Ladda ner ACT Usage-förlängningens CRX-fil

Ladda ner ACT Usage-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

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

Grundläggande Information om Tillägg

Namn ACT Usage ACT Usage
ID cfanmbkddfjaimhbcloeggalmachfgbi
Officiell webbadress https://chromewebstore.google.com/detail/act-usage/cfanmbkddfjaimhbcloeggalmachfgbi
Beskrivning Shows your ACT Internet usage if you are on a broadband ACT connection in India. Not affiliated with ACT Broadband in any way.
Filstorlek 200 KB
Antal Installationer 250
Aktuell Version 1.3
Senast Uppdaterad 2015-01-05
Publiceringsdatum 2015-01-05
Betyg 2.93/5 Totalt 15 Betyg
Utvecklare jaseemabid
Betalningssätt free
Tilläggswebbplats https://github.com/jaseemabid/act-chrome-extension
Stödda Språk 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"
    }
}