BizniSoft

Razmena podataka između BizniSoft-a i državnih portala (APR, ESF, eFaktura, ePorezi) i štampanje fiskalnih izveštaja.

What is BizniSoft?

BizniSoft is a Chrome extension developed by https://www.biznisoft.com, and its main feature is "Razmena podataka između BizniSoft-a i državnih portala (APR, ESF, eFaktura, ePorezi) i štampanje fiskalnih izveštaja.".

Extension Screenshots

screenshot
screenshot
screenshot
screenshot
screenshot

Download BizniSoft Extension CRX File

Download BizniSoft extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        Ekstenzija omogućava razmenu podataka između BizniSoft-a i državnih portala (APR, ESF, eFaktura, ePorezi) i štampanje fiskalnih izveštaja.                    

Extension Basic Information

Name BizniSoft BizniSoft
ID ncbpmkkpcmcjnbndalbjmhkekiigpodl
Official URL https://chromewebstore.google.com/detail/biznisoft/ncbpmkkpcmcjnbndalbjmhkekiigpodl
Description Razmena podataka između BizniSoft-a i državnih portala (APR, ESF, eFaktura, ePorezi) i štampanje fiskalnih izveštaja.
File Size 113 KB
Installation Count 9,078
Current Version 2.7
Last Updated 2023-10-25
Publish Date 2022-02-08
Rating 5.00/5 Total 4 Ratings
Developer https://www.biznisoft.com
Email [email protected]
Payment Type free
Extension Website http://www.biznisoft.com/ekstenzija
Supported Languages sr
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "BizniSoft",
    "description": "Razmena podataka izme\u0111u BizniSoft-a i dr\u017eavnih portala (APR, ESF, eFaktura, ePorezi) i \u0161tampanje fiskalnih izve\u0161taja.",
    "version": "2.7",
    "manifest_version": 3,
    "icons": {
        "16": "assets\/images\/icon16.png",
        "32": "assets\/images\/icon32.png",
        "48": "assets\/images\/icon48.png",
        "128": "assets\/images\/icon128.png"
    },
    "background": {
        "service_worker": ".\/js\/background.js"
    },
    "action": {
        "default_popup": "popup.html",
        "default_icon": "assets\/images\/icon16.png"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/fin.apr.gov.rs\/*"
            ],
            "css": [
                ".\/css\/main.css"
            ],
            "js": [
                ".\/vendor\/jquery.js",
                ".\/js\/constants.js",
                ".\/js\/utils\/bsAnalytics.js",
                ".\/js\/alerts.js",
                ".\/js\/content.js"
            ]
        },
        {
            "matches": [
                "*:\/\/*.purs.gov.rs\/*"
            ],
            "css": [
                ".\/css\/main.css"
            ],
            "js": [
                ".\/vendor\/jquery.js",
                ".\/vendor\/accounting.min.js",
                ".\/vendor\/moment.min.js",
                ".\/js\/constants.js",
                ".\/js\/utils\/calc.js",
                ".\/js\/utils\/bsAnalytics.js",
                ".\/js\/alerts.js",
                ".\/js\/utils\/storage.js",
                ".\/js\/utils\/formatters.js",
                ".\/js\/utils\/filters.js",
                ".\/js\/utils\/scrape.js",
                ".\/js\/purs\/searchInvoicesPage.js"
            ]
        }
    ],
    "permissions": [
        "downloads",
        "storage",
        "unlimitedStorage"
    ],
    "host_permissions": [
        "http:\/\/127.0.0.1:29147\/*",
        "*:\/\/fin.apr.gov.rs\/*"
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "assets\/images\/icon16.png",
                "assets\/images\/32.png",
                "assets\/images\/icon48.png",
                "assets\/icons\/close.png"
            ],
            "matches": [
                "*:\/\/fin.apr.gov.rs\/*",
                "*:\/\/*.purs.gov.rs\/*"
            ]
        }
    ]
}