America II Lead Time Calculator
Calculate the date you'll receive your components based on the lead time.
Qu'est-ce que America II Lead Time Calculator ?
America II Lead Time Calculator est une extension Chrome développée par http://www.americaii.com, et sa fonction principale est "Calculate the date you'll receive your components based on the lead time.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension America II Lead Time Calculator
Téléchargez les fichiers d'extension America II Lead Time Calculator au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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.
Informations de Base sur l'Extension
Nom | |
ID | ihandlmihalbnbdimedpgoncigagfaai |
URL Officiel | https://chrome.google.com/webstore/detail/america-ii-lead-time-calc/ihandlmihalbnbdimedpgoncigagfaai |
Description | Calculate the date you'll receive your components based on the lead time. |
Taille du Fichier | 20.03 KB |
Nombre d'Installations | 36 |
Version Actuelle | 1.0 |
Dernière Mise à Jour | 2015-11-03 |
Date de Publication | 2015-11-03 |
Évaluation | 5.00/5 Total 1 Évaluations |
Développeur | http://www.americaii.com |
Type de Paiement | free |
Langues Prises en Charge | 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:\/\/*\/*" ] } |