License Calculator
This calculator is used to Upgrade and Downgrade license keys
Was ist License Calculator?
License Calculator ist eine Chrome-Erweiterung, die von Sharmarke Samatar entwickelt wurde, und ihr Hauptmerkmal ist "This calculator is used to Upgrade and Downgrade license keys".
Erweiterungsscreenshots
License Calculator-Erweiterungs-CRX-Datei herunterladen
Laden Sie License Calculator-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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.
Grundlegende Informationen zur Erweiterung
Name | License Calculator |
ID | fgaccembpanpnomjkhkjacnebpmbcklf |
Offizielle URL | https://chromewebstore.google.com/detail/license-calculator/fgaccembpanpnomjkhkjacnebpmbcklf |
Beschreibung | This calculator is used to Upgrade and Downgrade license keys |
Dateigröße | 246 KB |
Installationsanzahl | 46 |
Aktuelle Version | 1.5.0 |
Letztes Update | 2019-09-10 |
Veröffentlichungsdatum | 2019-09-09 |
Bewertung | 4.50/5 Insgesamt 6 Bewertungen |
Entwickler | Sharmarke Samatar |
Zahlungsart | free |
Unterstützte Sprachen | 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" } } |