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"
    }
}