License Calculator

This calculator is used to Upgrade and Downgrade license keys

Co to jest License Calculator?

License Calculator to rozszerzenie Chrome opracowane przez Sharmarke Samatar, a jego główną funkcją jest „This calculator is used to Upgrade and Downgrade license keys”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia License Calculator

Pobierz pliki rozszerzeń License Calculator 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

                        This calculator will allow you to Downgrade or Upgrade License keys for 1, 3, 7 and 10 year option without having to do the mathematics. The algorithm will take care of the formula and you just need to provide when the key was created, select the year and choose the upgrade or downgrade option.                    

Podstawowe informacje o rozszerzeniu

Nazwa License Calculator License Calculator
ID fgaccembpanpnomjkhkjacnebpmbcklf
Oficjalny URL https://chromewebstore.google.com/detail/license-calculator/fgaccembpanpnomjkhkjacnebpmbcklf
Opis This calculator is used to Upgrade and Downgrade license keys
Rozmiar pliku 246 KB
Liczba instalacji 46
Aktualna Wersja 1.5.0
Ostatnia Aktualizacja 2019-09-10
Data Publikacji 2019-09-09
Ocena 4.50/5 Łącznie 6 Oceny
Deweloper Sharmarke Samatar
Typ Płatności free
Obsługiwane Języki en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "License Calculator",
    "description": "This calculator is used to Upgrade and Downgrade license keys",
    "version": "1.5.0",
    "icons": {
        "16": "img\/img.png",
        "48": "img\/img.png",
        "128": "img\/img.png"
    },
    "background": {
        "scripts": [
            "js\/jquery.min.js",
            "js\/moment.min.js",
            "js\/background.js"
        ],
        "persistent": false
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "js\/jquery.min.js"
            ]
        }
    ],
    "browser_action": {
        "default_title": "Click to view the Calculator",
        "default_popup": "popup.html"
    }
}