America II Lead Time Calculator
Calculate the date you'll receive your components based on the lead time.
O que é America II Lead Time Calculator?
America II Lead Time Calculator é uma extensão do Chrome desenvolvida por http://www.americaii.com, e sua principal característica é "Calculate the date you'll receive your components based on the lead time.".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão America II Lead Time Calculator
Baixe arquivos de extensão America II Lead Time Calculator no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.
Instruções de Uso da Extensão
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.
Informações Básicas da Extensão
Nome | |
ID | ihandlmihalbnbdimedpgoncigagfaai |
URL Oficial | https://chrome.google.com/webstore/detail/america-ii-lead-time-calc/ihandlmihalbnbdimedpgoncigagfaai |
Descrição | Calculate the date you'll receive your components based on the lead time. |
Tamanho do Arquivo | 20.03 KB |
Contagem de Instalações | 36 |
Versão Atual | 1.0 |
Última Atualização | 2015-11-03 |
Data de Publicação | 2015-11-03 |
Classificação | 5.00/5 Total de 1 Avaliações |
Desenvolvedor | http://www.americaii.com |
Tipo de Pagamento | free |
Idiomas Suportados | 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:\/\/*\/*" ] } |