License Calculator
This calculator is used to Upgrade and Downgrade license keys
¿Qué es License Calculator?
License Calculator es una extensión de Chrome desarrollada por Sharmarke Samatar, y su función principal es "This calculator is used to Upgrade and Downgrade license keys".
Capturas de Pantalla de la Extensión
Descargar Archivo CRX de la Extensión License Calculator
Descarga archivos de extensión License Calculator en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.
Instrucciones de Uso de la Extensión
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.
Información Básica de la Extensión
Nombre | License Calculator |
ID | fgaccembpanpnomjkhkjacnebpmbcklf |
URL Oficial | https://chromewebstore.google.com/detail/license-calculator/fgaccembpanpnomjkhkjacnebpmbcklf |
Descripción | This calculator is used to Upgrade and Downgrade license keys |
Tamaño del Archivo | 246 KB |
Cantidad de Instalaciones | 46 |
Versión Actual | 1.5.0 |
Última Actualización | 2019-09-10 |
Fecha de Publicación | 2019-09-09 |
Calificación | 4.50/5 Total de 6 Calificaciones |
Desarrollador | Sharmarke Samatar |
Tipo de Pago | free |
Idiomas Soportados | 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" } } |