License Calculator
This calculator is used to Upgrade and Downgrade license keys
Cos'è License Calculator?
License Calculator è un'estensione di Chrome sviluppata da Sharmarke Samatar, e la sua funzione principale è "This calculator is used to Upgrade and Downgrade license keys".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione License Calculator
Scarica i file di estensione License Calculator in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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.
Informazioni di Base sull'Estensione
Nome | License Calculator |
ID | fgaccembpanpnomjkhkjacnebpmbcklf |
URL Ufficiale | https://chromewebstore.google.com/detail/license-calculator/fgaccembpanpnomjkhkjacnebpmbcklf |
Descrizione | This calculator is used to Upgrade and Downgrade license keys |
Dimensione del File | 246 KB |
Conteggio Installazioni | 46 |
Versione Corrente | 1.5.0 |
Ultimo Aggiornamento | 2019-09-10 |
Data di Pubblicazione | 2019-09-09 |
Valutazione | 4.50/5 Totale 6 Valutazioni |
Sviluppatore | Sharmarke Samatar |
Tipo di Pagamento | free |
Lingue Supportate | 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" } } |