License Calculator
This calculator is used to Upgrade and Downgrade license keys
Vad är License Calculator?
License Calculator är en Chrome-tillägg utvecklad av Sharmarke Samatar, och dess huvudfunktion är "This calculator is used to Upgrade and Downgrade license keys".
Tilläggsskärmbilder
Ladda ner License Calculator-förlängningens CRX-fil
Ladda ner License Calculator-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
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.
Grundläggande Information om Tillägg
Namn | License Calculator |
ID | fgaccembpanpnomjkhkjacnebpmbcklf |
Officiell webbadress | https://chromewebstore.google.com/detail/license-calculator/fgaccembpanpnomjkhkjacnebpmbcklf |
Beskrivning | This calculator is used to Upgrade and Downgrade license keys |
Filstorlek | 246 KB |
Antal Installationer | 46 |
Aktuell Version | 1.5.0 |
Senast Uppdaterad | 2019-09-10 |
Publiceringsdatum | 2019-09-09 |
Betyg | 4.50/5 Totalt 6 Betyg |
Utvecklare | Sharmarke Samatar |
Betalningssätt | free |
Stödda Språk | 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" } } |