License Calculator
This calculator is used to Upgrade and Downgrade license keys
O que é License Calculator?
License Calculator é uma extensão do Chrome desenvolvida por Sharmarke Samatar, e sua principal característica é "This calculator is used to Upgrade and Downgrade license keys".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão License Calculator
Baixe arquivos de extensão License Calculator no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.
Instruções de Uso da Extensão
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.
Informações Básicas da Extensão
Nome | License Calculator |
ID | fgaccembpanpnomjkhkjacnebpmbcklf |
URL Oficial | https://chromewebstore.google.com/detail/license-calculator/fgaccembpanpnomjkhkjacnebpmbcklf |
Descrição | This calculator is used to Upgrade and Downgrade license keys |
Tamanho do Arquivo | 246 KB |
Contagem de Instalações | 46 |
Versão Atual | 1.5.0 |
Última Atualização | 2019-09-10 |
Data de Publicação | 2019-09-09 |
Classificação | 4.50/5 Total de 6 Avaliações |
Desenvolvedor | Sharmarke Samatar |
Tipo de Pagamento | free |
Idiomas Suportados | 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" } } |