Expense Tab

Expense Manager Tab

Cos'è Expense Tab?

Expense Tab è un'estensione di Chrome sviluppata da skyran1278, e la sua funzione principale è "Expense Manager Tab".

Screenshot dell'Estensione

screenshot
screenshot
screenshot
screenshot

Scarica il file CRX dell'estensione Expense Tab

Scarica i file di estensione Expense Tab in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        Expense Manager Tab is just an expense record New Tab.

It can help you manage your life expense and income.

I hope you'll enjoy it!

Thank you.

Web: https://expense-manager-eacea.web.app/                    

Informazioni di Base sull'Estensione

Nome Expense Tab Expense Tab
ID hmajboankhnpjaffdknfgfmlidgpamad
URL Ufficiale https://chrome.google.com/webstore/detail/expense-tab/hmajboankhnpjaffdknfgfmlidgpamad
Descrizione Expense Manager Tab
Dimensione del File 1.69 MB
Conteggio Installazioni 162
Versione Corrente 3.5
Ultimo Aggiornamento 2019-09-14
Data di Pubblicazione 2019-09-14
Valutazione 5.00/5 Totale 3 Valutazioni
Sviluppatore skyran1278
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://skyran.me
Lingue Supportate en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Expense Tab",
    "version": "3.5",
    "manifest_version": 2,
    "description": "Expense Manager Tab",
    "short_name": "ExpenseTab",
    "icons": {
        "16": ".\/img\/icon_16.png",
        "48": ".\/img\/icon_48.png",
        "128": ".\/img\/icon_128.png"
    },
    "background": {
        "scripts": [
            ".\/js\/bundle.js"
        ]
    },
    "chrome_url_overrides": {
        "newtab": "index.html"
    },
    "permissions": [
        "tabs"
    ],
    "content_security_policy": "script-src 'self' https:\/\/apis.google.com https:\/\/code.jquery.com https:\/\/maxcdn.bootstrapcdn.com https:\/\/ajax.googleapis.com https:\/\/www.gstatic.com https:\/\/cdn.firebase.com https:\/\/*.firebaseio.com; object-src 'self'"
}