License Calculator
This calculator is used to Upgrade and Downgrade license keys
什麼是License Calculator?
License Calculator是由Sharmarke Samatar開發的Chrome擴展程式,該擴展的主要功能是“This calculator is used to Upgrade and Downgrade license keys”。
擴展截圖
下載License Calculator擴展crx文件
下載License Calculator擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
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.
擴展基本資訊
名稱 | License Calculator |
ID | fgaccembpanpnomjkhkjacnebpmbcklf |
官方網址 | https://chromewebstore.google.com/detail/license-calculator/fgaccembpanpnomjkhkjacnebpmbcklf |
簡介 | This calculator is used to Upgrade and Downgrade license keys |
檔案大小 | 246 KB |
安裝次數 | 46 |
目前版本 | 1.5.0 |
更新時間 | 2019-09-10 |
上架時間 | 2019-09-09 |
評分 | 4.50/5 共 6 次評分 |
開發者 | Sharmarke Samatar |
付費類型 | free |
支援的語言 | 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" } } |