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”。

扩展截图

screenshot

下载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 License Calculator
ID fgaccembpanpnomjkhkjacnebpmbcklf
官方URL 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"
    }
}