License Calculator
This calculator is used to Upgrade and Downgrade license keys
ما هو License Calculator؟
License Calculator هو إضافة Chrome تم تطويرها بواسطة Sharmarke Samatar، والميزة الرئيسية لها هي "This calculator is used to Upgrade and Downgrade license keys".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة License Calculator
قم بتنزيل ملفات الامتداد License Calculator بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات 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 |
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" } } |