License Calculator

This calculator is used to Upgrade and Downgrade license keys

License Calculator क्या है?

License Calculator Sharmarke Samatar द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "This calculator is used to Upgrade and Downgrade license keys"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में License Calculator एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

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