America II Lead Time Calculator
Calculate the date you'll receive your components based on the lead time.
Wat is America II Lead Time Calculator?
America II Lead Time Calculator is een Chrome-extensie ontwikkeld door http://www.americaii.com, en de belangrijkste functie is "Calculate the date you'll receive your components based on the lead time.".
Extensie Screenshots
Download het CRX-bestand van de extensie America II Lead Time Calculator
Download America II Lead Time Calculator-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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.
Basisinformatie over de Extensie
Naam | |
ID | ihandlmihalbnbdimedpgoncigagfaai |
Officiële URL | https://chrome.google.com/webstore/detail/america-ii-lead-time-calc/ihandlmihalbnbdimedpgoncigagfaai |
Beschrijving | Calculate the date you'll receive your components based on the lead time. |
Bestandsgrootte | 20.03 KB |
Aantal Installaties | 36 |
Huidige Versie | 1.0 |
Laatst Bijgewerkt | 2015-11-03 |
Publicatiedatum | 2015-11-03 |
Beoordeling | 5.00/5 Totaal 1 Beoordelingen |
Ontwikkelaar | http://www.americaii.com |
Betalingswijze | free |
Ondersteunde Talen | 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:\/\/*\/*" ] } |