Size Guarantee
Size guarantee selects a best fit dress on your favourite e-commerce store powered by AI.
What is Size Guarantee?
Size Guarantee is a Chrome extension developed by SizeGaurantee, and its main feature is "Size guarantee selects a best fit dress on your favourite e-commerce store powered by AI.".
Extension Screenshots
Download Size Guarantee Extension CRX File
Download Size Guarantee 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
Size guarantee is human intelligence based web product that serves users to select best fitted dress on e-commerce web sites for a user. We aim at eliminating the mind block based on size, in buying a loved clothing product online or when you are buying a clothing product online for your loved one.
Extension Basic Information
Name | Size Guarantee |
ID | ipkonmpdolbkgdaboanmeggkpfohdace |
Official URL | https://chromewebstore.google.com/detail/size-guarantee/ipkonmpdolbkgdaboanmeggkpfohdace |
Description | Size guarantee selects a best fit dress on your favourite e-commerce store powered by AI. |
File Size | 35.8 KB |
Installation Count | 14 |
Current Version | 1.6 |
Last Updated | 2020-12-07 |
Publish Date | 2020-07-05 |
Rating | 5.00/5 Total 5 Ratings |
Developer | SizeGaurantee |
[email protected] | |
Payment Type | free |
Extension Website | https://www.sizeguarantee.com/ |
Help Page URL | https://www.sizeguarantee.com/how-it-works/ |
Privacy Policy Page URL | https://www.sizeguarantee.com/privacy-policy |
Supported Languages | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Size Guarantee", "version": "1.6", "description": "Size guarantee selects a best fit dress on your favourite e-commerce store powered by AI.", "content_scripts": [ { "matches": [ "https:\/\/www.myntra.com\/*", "https:\/\/www.target.com.au\/*", "https:\/\/en-ae.namshi.com\/*", "https:\/\/www.lifestylestores.com\/*", "https:\/\/www.kmart.com.au\/*", "https:\/\/www.bigw.com.au\/*", "https:\/\/www.catch.com.au\/*" ], "js": [ "app.js" ] } ], "background": { "scripts": [ "background.js" ], "css": [ "styles.css" ] }, "icons": { "16": "icon16.png", "32": "icon32.jpg", "48": "icon48.png", "128": "icon128.png" }, "permissions": [ "tabs", "activeTab" ], "browser_action": [] } |