Harvest / PivotalTracker Browser Extension

The missing link between Harvest and PivotalTracker.

Harvest / PivotalTracker Browser Extensionとは何ですか?

Harvest / PivotalTracker Browser ExtensionはMichael Giulianaによって開発されたChromeの拡張機能で、その主な機能は「The missing link between Harvest and PivotalTracker.」です。

拡張機能のスクリーンショット

screenshot
screenshot
screenshot

Harvest / PivotalTracker Browser Extension拡張機能のCRXファイルをダウンロード

Harvest / PivotalTracker Browser Extension拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        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.                    

拡張機能の基本情報

名前 Harvest / PivotalTracker Browser Extension Harvest / PivotalTracker Browser Extension
ID bdhdkgcddbcofnhhngknnfbnlaiffbba
公式URL https://chromewebstore.google.com/detail/harvest-pivotaltracker-br/bdhdkgcddbcofnhhngknnfbnlaiffbba
説明 The missing link between Harvest and PivotalTracker.
ファイルサイズ 72.84 KB
インストール数 66
現在のバージョン 0.2.0
最終更新日 2015-10-07
公開日 2015-10-07
評価 5.00/5 合計 3 レビュー
開発者 Michael Giuliana
支払い方法 free
拡張機能のウェブサイト https://github.com/codeandcraftnyc/harvest-tracker-browser-extension
ヘルプページのURL https://github.com/codeandcraftnyc/harvest-tracker-browser-extension/issues
対応言語 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\/*"
    ]
}