America II Lead Time Calculator
Calculate the date you'll receive your components based on the lead time.
Cos'è America II Lead Time Calculator?
America II Lead Time Calculator è un'estensione di Chrome sviluppata da http://www.americaii.com, e la sua funzione principale è "Calculate the date you'll receive your components based on the lead time.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione America II Lead Time Calculator
Scarica i file di estensione America II Lead Time Calculator in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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.
Informazioni di Base sull'Estensione
Nome | |
ID | ihandlmihalbnbdimedpgoncigagfaai |
URL Ufficiale | https://chrome.google.com/webstore/detail/america-ii-lead-time-calc/ihandlmihalbnbdimedpgoncigagfaai |
Descrizione | Calculate the date you'll receive your components based on the lead time. |
Dimensione del File | 20.03 KB |
Conteggio Installazioni | 36 |
Versione Corrente | 1.0 |
Ultimo Aggiornamento | 2015-11-03 |
Data di Pubblicazione | 2015-11-03 |
Valutazione | 5.00/5 Totale 1 Valutazioni |
Sviluppatore | http://www.americaii.com |
Tipo di Pagamento | free |
Lingue Supportate | 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:\/\/*\/*" ] } |