Jira Log Time

Log your daily time in seconds!

Vad är Jira Log Time?

Jira Log Time är en Chrome-tillägg utvecklad av Jericho, och dess huvudfunktion är "Log your daily time in seconds!".

Tilläggsskärmbilder

screenshot

Ladda ner Jira Log Time-förlängningens CRX-fil

Ladda ner Jira Log Time-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

                        Super lightweight plugin with no external dependencies.
Access all your issues in a simple popup and log your time with one click.
Provide custom JQL to filter out displayed issues.                    

Grundläggande Information om Tillägg

Namn Jira Log Time Jira Log Time
ID peboekgeiffcaddndeonkmkledekeegl
Officiell webbadress https://chromewebstore.google.com/detail/jira-log-time/peboekgeiffcaddndeonkmkledekeegl
Beskrivning Log your daily time in seconds!
Filstorlek 24.16 KB
Antal Installationer 629
Aktuell Version 1.2.1
Senast Uppdaterad 2017-01-25
Publiceringsdatum 2017-01-25
Betyg 4.50/5 Totalt 10 Betyg
Utvecklare Jericho
E-post [email protected]
Betalningssätt free
Stödda Språk en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Jira Log Time",
    "short_name": "Jira Log Time",
    "description": "Log your daily time in seconds!",
    "version": "1.2.1",
    "options_ui": {
        "page": "options.html",
        "chrome_style": true
    },
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "popup.html"
    },
    "permissions": [
        "activeTab",
        "storage",
        ""
    ],
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    }
}