SpeedLedger e-bokföring

Överför bankinformation från din bank direkt in i din SpeedLedger e-bokföring

Co to jest SpeedLedger e-bokföring?

SpeedLedger e-bokföring to rozszerzenie Chrome opracowane przez SpeedLedger, a jego główną funkcją jest „Överför bankinformation från din bank direkt in i din SpeedLedger e-bokföring”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia SpeedLedger e-bokföring

Pobierz pliki rozszerzeń SpeedLedger e-bokföring w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        Överför bankinformation från din bank in till din SpeedLedger e-bokföring.

För att din bankinformation ska landa på din organisation behöver du först logga in på ditt företag i SpeedLedger e-bokföring.                    

Podstawowe informacje o rozszerzeniu

Nazwa SpeedLedger e-bokföring SpeedLedger e-bokföring
ID odhinnnnoanckefecpgkjejcjdlclnfe
Oficjalny URL https://chrome.google.com/webstore/detail/speedledger-e-bokf%C3%B6ring/odhinnnnoanckefecpgkjejcjdlclnfe
Opis Överför bankinformation från din bank direkt in i din SpeedLedger e-bokföring
Rozmiar pliku 15.6 KB
Liczba instalacji 3,694
Aktualna Wersja 1.3.8.0
Ostatnia Aktualizacja 2017-01-23
Data Publikacji 2017-01-23
Ocena 3.29/5 Łącznie 7 Oceny
Deweloper SpeedLedger
Typ Płatności free
Strona Rozszerzenia http://speedledger.se
Obsługiwane Języki sv
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "SpeedLedger e-bokf\u00f6ring",
    "description": "\u00d6verf\u00f6r bankinformation fr\u00e5n din bank direkt in i din SpeedLedger e-bokf\u00f6ring",
    "homepage_url": "http:\/\/speedledger.se",
    "version": "1.3.8.0",
    "permissions": [
        "contextMenus",
        "activeTab"
    ],
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "content_scripts": [
        {
            "js": [
                "content.js",
                "shared.js"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "icons": {
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "browser_action": {
        "default_icon": {
            "19": "icons\/icon19.png",
            "38": "icons\/icon38.png"
        },
        "default_title": "\u00d6verf\u00f6r bankinformation till SpeedLedger e-bokf\u00f6ring"
    }
}