Minterapp Time Tracker

This extension helps to track time to increase your productivity

Cos'è Minterapp Time Tracker?

Minterapp Time Tracker è un'estensione di Chrome sviluppata da Minterapp, e la sua funzione principale è "This extension helps to track time to increase your productivity".

Screenshot dell'Estensione

screenshot
screenshot

Scarica il file CRX dell'estensione Minterapp Time Tracker

Scarica i file di estensione Minterapp Time Tracker 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

                        Minterapp is an online time tracking tool you have easily track how much time you spend on projects. You can easily use this chrome extension to track time while using your favorite project management tools like Basecamp 3, Trello and more!                    

Informazioni di Base sull'Estensione

Nome Minterapp Time Tracker Minterapp Time Tracker
ID jgkeaioebkbphfflhckgegdpbogcboen
URL Ufficiale https://chrome.google.com/webstore/detail/minterapp-time-tracker/jgkeaioebkbphfflhckgegdpbogcboen
Descrizione This extension helps to track time to increase your productivity
Dimensione del File 98.08 KB
Conteggio Installazioni 75
Versione Corrente 0.0.1.9
Ultimo Aggiornamento 2018-06-11
Data di Pubblicazione 2018-06-11
Valutazione 5.00/5 Totale 1 Valutazioni
Sviluppatore Minterapp
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione http://www.minterapp.com
URL della Pagina della Politica sulla Privacy http://www.minterapp.com/privacy-policy
Lingue Supportate en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Minterapp Time Tracker",
    "description": "This extension helps to track time to increase your productivity",
    "version": "0.0.1.9",
    "icons": {
        "128": "images\/mi_light_green_logo.png"
    },
    "browser_action": {
        "default_popup": "popup.html"
    },
    "background": {
        "persistent": false,
        "scripts": [
            "background.js"
        ]
    },
    "permissions": [
        "tabs",
        "http:\/\/*\/*",
        "https:\/\/*\/*",
        "webNavigation"
    ],
    "short_name": "Minterapp",
    "content_scripts": [
        {
            "matches": [
                "https:\/\/3.basecamp.com\/*",
                "https:\/\/basecamp.com\/*",
                "https:\/\/app.asana.com\/*",
                "*:\/\/trello.com\/*"
            ],
            "css": [
                "bootstrap.css"
            ],
            "all_frames": true,
            "js": [
                "jquery-2.2.4.js",
                "jquery.turbolinks.js",
                "popup.js",
                "content.js",
                "bootstrap.js"
            ]
        }
    ],
    "externally_connectable": {
        "matches": [
            "*:\/\/*.minterapp.com\/*",
            "*:\/\/3.basecamp.com\/*",
            "*:\/\/trello.com\/*"
        ]
    },
    "web_accessible_resources": [
        "images\/*"
    ]
}