License Calculator
This calculator is used to Upgrade and Downgrade license keys
Apa itu License Calculator?
License Calculator adalah ekstensi Chrome yang dikembangkan oleh Sharmarke Samatar, dan fitur utamanya adalah "This calculator is used to Upgrade and Downgrade license keys".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi License Calculator
Unduh file ekstensi License Calculator dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
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.
Informasi Dasar Ekstensi
Nama | License Calculator |
ID | fgaccembpanpnomjkhkjacnebpmbcklf |
URL Resmi | https://chromewebstore.google.com/detail/license-calculator/fgaccembpanpnomjkhkjacnebpmbcklf |
Deskripsi | This calculator is used to Upgrade and Downgrade license keys |
Ukuran File | 246 KB |
Jumlah Instalasi | 46 |
Versi Saat Ini | 1.5.0 |
Terakhir Diperbarui | 2019-09-10 |
Tanggal Publikasi | 2019-09-09 |
Penilaian | 4.50/5 Total 6 Penilaian |
Pengembang | Sharmarke Samatar |
Tipe Pembayaran | free |
Bahasa yang Didukung | 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" } } |