America II Lead Time Calculator
Calculate the date you'll receive your components based on the lead time.
Was ist America II Lead Time Calculator?
America II Lead Time Calculator ist eine Chrome-Erweiterung, die von http://www.americaii.com entwickelt wurde, und ihr Hauptmerkmal ist "Calculate the date you'll receive your components based on the lead time.".
Erweiterungsscreenshots
America II Lead Time Calculator-Erweiterungs-CRX-Datei herunterladen
Laden Sie America II Lead Time Calculator-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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.
Grundlegende Informationen zur Erweiterung
Name | |
ID | ihandlmihalbnbdimedpgoncigagfaai |
Offizielle URL | https://chrome.google.com/webstore/detail/america-ii-lead-time-calc/ihandlmihalbnbdimedpgoncigagfaai |
Beschreibung | Calculate the date you'll receive your components based on the lead time. |
Dateigröße | 20.03 KB |
Installationsanzahl | 36 |
Aktuelle Version | 1.0 |
Letztes Update | 2015-11-03 |
Veröffentlichungsdatum | 2015-11-03 |
Bewertung | 5.00/5 Insgesamt 1 Bewertungen |
Entwickler | http://www.americaii.com |
Zahlungsart | free |
Unterstützte Sprachen | 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:\/\/*\/*" ] } |