License Calculator

This calculator is used to Upgrade and Downgrade license keys

Qu'est-ce que License Calculator ?

License Calculator est une extension Chrome développée par Sharmarke Samatar, et sa fonction principale est "This calculator is used to Upgrade and Downgrade license keys".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension License Calculator

Téléchargez les fichiers d'extension License Calculator au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom License Calculator License Calculator
ID fgaccembpanpnomjkhkjacnebpmbcklf
URL Officiel https://chromewebstore.google.com/detail/license-calculator/fgaccembpanpnomjkhkjacnebpmbcklf
Description This calculator is used to Upgrade and Downgrade license keys
Taille du Fichier 246 KB
Nombre d'Installations 46
Version Actuelle 1.5.0
Dernière Mise à Jour 2019-09-10
Date de Publication 2019-09-09
Évaluation 4.50/5 Total 6 Évaluations
Développeur Sharmarke Samatar
Type de Paiement free
Langues Prises en Charge 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"
    }
}