Amazon.com Product Metric Conversion
Puts metric measurements on Amazon.com product listings.
What is Amazon.com Product Metric Conversion?
Amazon.com Product Metric Conversion is a Chrome extension developed by Keith Mander, and its main feature is "Puts metric measurements on Amazon.com product listings.".
Extension Screenshots
Download Amazon.com Product Metric Conversion Extension CRX File
Download Amazon.com Product Metric Conversion extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
Superimposes metric dimension/weight measurements onto Amazon product listing pages. Particularly handy for FBA sellers who need to wrap their head around metric measurements for logistical/costing purposes. FREE, for now. Bug reports, feedback, and suggestions are all very much welcomed.
Extension Basic Information
Name | |
ID | gocplanjlloalkcmhojpmibcndgjgign |
Official URL | https://chromewebstore.google.com/detail/amazoncom-product-metric/gocplanjlloalkcmhojpmibcndgjgign |
Description | Puts metric measurements on Amazon.com product listings. |
File Size | 46.24 KB |
Installation Count | 194 |
Current Version | 0.8 |
Last Updated | 2016-01-03 |
Publish Date | 2016-01-03 |
Rating | 2.60/5 Total 5 Ratings |
Developer | Keith Mander |
Payment Type | free |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Amazon.com Product Metric Conversion", "version": "0.8", "content_scripts": [ { "matches": [ "http:\/\/*.amazon.com\/*" ], "js": [ "tampermonkey-dims.js" ] } ], "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" }, "description": "Puts metric measurements on Amazon.com product listings." } |