Harvest / PivotalTracker Browser Extension

The missing link between Harvest and PivotalTracker.

Cos'è Harvest / PivotalTracker Browser Extension?

Harvest / PivotalTracker Browser Extension è un'estensione di Chrome sviluppata da Michael Giuliana, e la sua funzione principale è "The missing link between Harvest and PivotalTracker.".

Screenshot dell'Estensione

screenshot
screenshot
screenshot

Scarica il file CRX dell'estensione Harvest / PivotalTracker Browser Extension

Scarica i file di estensione Harvest / PivotalTracker Browser Extension 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

                        The missing link between Harvest and PivotalTracker -- track your time directly from the PivotalTracker interface.

We use Harvest. We use PivotalTracker. We thought it would be cool to link up our Harvest timesheets directly to our PivotalTracker stories to simplify tracking and review.

Google Chrome is currently the only supported browser.                    

Informazioni di Base sull'Estensione

Nome Harvest / PivotalTracker Browser Extension Harvest / PivotalTracker Browser Extension
ID bdhdkgcddbcofnhhngknnfbnlaiffbba
URL Ufficiale https://chromewebstore.google.com/detail/harvest-pivotaltracker-br/bdhdkgcddbcofnhhngknnfbnlaiffbba
Descrizione The missing link between Harvest and PivotalTracker.
Dimensione del File 72.84 KB
Conteggio Installazioni 66
Versione Corrente 0.2.0
Ultimo Aggiornamento 2015-10-07
Data di Pubblicazione 2015-10-07
Valutazione 5.00/5 Totale 3 Valutazioni
Sviluppatore Michael Giuliana
Tipo di Pagamento free
Sito Web dell'Estensione https://github.com/codeandcraftnyc/harvest-tracker-browser-extension
URL della Pagina di Aiuto https://github.com/codeandcraftnyc/harvest-tracker-browser-extension/issues
Lingue Supportate en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Harvest \/ PivotalTracker Browser Extension",
    "description": "The missing link between Harvest and PivotalTracker.",
    "author": "Michael Giuliana ",
    "homepage_url": "https:\/\/www.github.com\/codeandcraftnyc\/harvest-tracker-browser-extension",
    "version": "0.2.0",
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.pivotaltracker.com\/*"
            ],
            "js": [
                "bundle.js"
            ]
        }
    ],
    "permissions": [
        "https:\/\/www.pivotaltracker.com\/*",
        "https:\/\/*.harvestapp.com\/*"
    ]
}