Layer Notes

Easy submit your tickets to Mantis

Vad är Layer Notes?

Layer Notes är en Chrome-tillägg utvecklad av Unc Inc, och dess huvudfunktion är "Easy submit your tickets to Mantis".

Tilläggsskärmbilder

screenshot
screenshot
screenshot
screenshot

Ladda ner Layer Notes-förlängningens CRX-fil

Ladda ner Layer Notes-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

                        Layer Notes is a tool that you can use to easily create Tickets for the Bugtracker Mantis & Monday.                    

Grundläggande Information om Tillägg

Namn Layer Notes Layer Notes
ID ccolfolecomkapjakcjpankaliaodnah
Officiell webbadress https://chrome.google.com/webstore/detail/layer-notes/ccolfolecomkapjakcjpankaliaodnah
Beskrivning Easy submit your tickets to Mantis
Filstorlek 238 KB
Antal Installationer 11
Aktuell Version 0.5.9
Senast Uppdaterad 2019-06-27
Publiceringsdatum 2019-06-27
Betyg 5.00/5 Totalt 1 Betyg
Utvecklare Unc Inc
E-post [email protected]
Betalningssätt free
Tilläggswebbplats https://github.com/uncinc/layer-notes
Hjälpsida URL https://github.com/uncinc/layer-notes
Stödda Språk en,nl
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_appName__",
    "version": "0.5.9",
    "manifest_version": 2,
    "author": "mat1th",
    "description": "__MSG_appDescription__",
    "homepage_url": "https:\/\/github.com\/uncinc\/layer-notes",
    "default_locale": "en",
    "browser_action": {
        "default_icon": {
            "16": "icons\/icon_black-16.png",
            "19": "icons\/icon_black-19.png",
            "38": "icons\/icon_black-38.png",
            "48": "icons\/icon_black-48.png",
            "96": "icons\/icon_black-96.png",
            "128": "icons\/icon_black-128.png"
        },
        "default_title": "Layer Notes"
    },
    "background": {
        "scripts": [
            "scripts\/background\/index.js"
        ]
    },
    "permissions": [
        "",
        "http:\/\/*\/*",
        "https:\/\/*\/*",
        "webRequestBlocking",
        "tabs",
        "activeTab",
        "unlimitedStorage",
        "webRequest",
        "webNavigation",
        "storage",
        "browsingData"
    ],
    "icons": {
        "16": "icons\/icon_black-16.png",
        "19": "icons\/icon_black-19.png",
        "38": "icons\/icon_black-38.png",
        "48": "icons\/icon_black-48.png",
        "96": "icons\/icon_black-96.png",
        "128": "icons\/icon_black-128.png"
    },
    "web_accessible_resources": [
        "scripts\/contentscript\/index.js",
        "styles\/style.css",
        "images\/sprite.svg",
        "images\/sprite",
        "fonts\/ptserif\/PTF55F-webfont.eot",
        "fonts\/ptserif\/PTF55F-webfont.woff",
        "fonts\/ptserif\/PTF55F-webfont.ttf",
        "fonts\/ptserif\/PTF55F-webfont.svg",
        "fonts\/ptserif\/PTF55F-webfont.eot",
        "fonts\/ptserif\/PTF55F-webfont.woff",
        "fonts\/ptserif\/PTF55F-webfont.ttf",
        "fonts\/ptserif\/PTF55F-webfont.svg",
        "fonts\/museosans\/MuseoSans_900-webfont.woff",
        "fonts\/museosans\/MuseoSans_900-webfont.ttf"
    ]
}