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 |
官方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:\/\/*\/*" ] } |