License Calculator

This calculator is used to Upgrade and Downgrade license keys

License Calculator là gì?

License Calculator là một tiện ích mở rộng Chrome được phát triển bởi Sharmarke Samatar, và tính năng chính của nó là "This calculator is used to Upgrade and Downgrade license keys".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng License Calculator

Tải xuống các tệp mở rộng License Calculator dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên License Calculator License Calculator
ID fgaccembpanpnomjkhkjacnebpmbcklf
URL Chính Thức https://chromewebstore.google.com/detail/license-calculator/fgaccembpanpnomjkhkjacnebpmbcklf
Mô tả This calculator is used to Upgrade and Downgrade license keys
Kích Thước Tệp 246 KB
Số Lần Cài Đặt 46
Phiên Bản Hiện Tại 1.5.0
Cập Nhật Lần Cuối 2019-09-10
Ngày Phát Hành 2019-09-09
Đánh Giá 4.50/5 Tổng số 6 Đánh Giá
Nhà Phát Triển Sharmarke Samatar
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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"
    }
}