License Calculator
This calculator is used to Upgrade and Downgrade license keys
What is License Calculator?
License Calculator is a Chrome extension developed by Sharmarke Samatar, and its main feature is "This calculator is used to Upgrade and Downgrade license keys".
Extension Screenshots
Download License Calculator Extension CRX File
Download License Calculator 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
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.
Extension Basic Information
Name | License Calculator |
ID | fgaccembpanpnomjkhkjacnebpmbcklf |
Official URL | https://chromewebstore.google.com/detail/license-calculator/fgaccembpanpnomjkhkjacnebpmbcklf |
Description | This calculator is used to Upgrade and Downgrade license keys |
File Size | 246 KB |
Installation Count | 46 |
Current Version | 1.5.0 |
Last Updated | 2019-09-10 |
Publish Date | 2019-09-09 |
Rating | 4.50/5 Total 6 Ratings |
Developer | Sharmarke Samatar |
Payment Type | free |
Supported Languages | 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" } } |