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是由http://www.americaii.com開發的Chrome擴展程式,該擴展的主要功能是“Calculate the date you'll receive your components based on the lead time.”。
擴展截圖
下載America II Lead Time Calculator擴展crx文件
下載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 |
官方網址 | 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:\/\/*\/*" ] } |