America II Lead Time Calculator
Calculate the date you'll receive your components based on the lead time.
Vad är America II Lead Time Calculator?
America II Lead Time Calculator är en Chrome-tillägg utvecklad av http://www.americaii.com, och dess huvudfunktion är "Calculate the date you'll receive your components based on the lead time.".
Tilläggsskärmbilder
Ladda ner America II Lead Time Calculator-förlängningens CRX-fil
Ladda ner America II Lead Time Calculator-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
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.
Grundläggande Information om Tillägg
Namn | |
ID | ihandlmihalbnbdimedpgoncigagfaai |
Officiell webbadress | https://chrome.google.com/webstore/detail/america-ii-lead-time-calc/ihandlmihalbnbdimedpgoncigagfaai |
Beskrivning | Calculate the date you'll receive your components based on the lead time. |
Filstorlek | 20.03 KB |
Antal Installationer | 36 |
Aktuell Version | 1.0 |
Senast Uppdaterad | 2015-11-03 |
Publiceringsdatum | 2015-11-03 |
Betyg | 5.00/5 Totalt 1 Betyg |
Utvecklare | http://www.americaii.com |
Betalningssätt | free |
Stödda Språk | 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:\/\/*\/*" ] } |