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 กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย 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 |
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" } } |