America II Lead Time Calculator
Calculate the date you'll receive your components based on the lead time.
America II Lead Time Calculatorคืออะไร?
America II Lead Time Calculator เป็นส่วนขยายของ Chrome ที่พัฒนาโดย http://www.americaii.com และคุณลักษณะหลักของมันคือ "Calculate the date you'll receive your components based on the lead time."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย America II Lead Time Calculator
ดาวน์โหลดไฟล์ส่วนขยาย America II Lead Time Calculator ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Lead time calculators are an essential tool for buyers. Many use printed date wheels or physical calculators to determine the delivery date of their components. With America II's Lead Time Calculator, the functionality is built right into your browser. Simply enter your order date, along with the lead time in either weeks or days. The calculator will immediately display your expected delivery date.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | |
ID | ihandlmihalbnbdimedpgoncigagfaai |
URL อย่างเป็นทางการ | https://chrome.google.com/webstore/detail/america-ii-lead-time-calc/ihandlmihalbnbdimedpgoncigagfaai |
คำอธิบาย | Calculate the date you'll receive your components based on the lead time. |
ขนาดไฟล์ | 20.03 KB |
จำนวนการติดตั้ง | 36 |
เวอร์ชันปัจจุบัน | 1.0 |
อัปเดตครั้งล่าสุด | 2015-11-03 |
วันที่เผยแพร่ | 2015-11-03 |
คะแนน | 5.00/5 รวมทั้งหมด 1 คะแนน |
ผู้พัฒนา | http://www.americaii.com |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "America II Lead Time Calculator", "version": "1.0", "manifest_version": 2, "description": "Calculate the date you'll receive your components based on the lead time.", "browser_action": { "default_icon": "icon48.png", "default_popup": "popup.html" }, "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" }, "permissions": [ "bookmarks", "tabs", "http:\/\/*\/*", "https:\/\/*\/*" ] } |