Size Guarantee
Size guarantee selects a best fit dress on your favourite e-commerce store powered by AI.
Size Guaranteeとは何ですか?
Size GuaranteeはSizeGauranteeによって開発されたChromeの拡張機能で、その主な機能は「Size guarantee selects a best fit dress on your favourite e-commerce store powered by AI.」です。
拡張機能のスクリーンショット
Size Guarantee拡張機能のCRXファイルをダウンロード
Size Guarantee拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
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.
拡張機能の基本情報
名前 | Size Guarantee |
ID | ipkonmpdolbkgdaboanmeggkpfohdace |
公式URL | https://chromewebstore.google.com/detail/size-guarantee/ipkonmpdolbkgdaboanmeggkpfohdace |
説明 | Size guarantee selects a best fit dress on your favourite e-commerce store powered by AI. |
ファイルサイズ | 35.8 KB |
インストール数 | 14 |
現在のバージョン | 1.6 |
最終更新日 | 2020-12-07 |
公開日 | 2020-07-05 |
評価 | 5.00/5 合計 5 レビュー |
開発者 | SizeGaurantee |
Eメール | [email protected] |
支払い方法 | free |
拡張機能のウェブサイト | https://www.sizeguarantee.com/ |
ヘルプページのURL | https://www.sizeguarantee.com/how-it-works/ |
プライバシーポリシーページのURL | https://www.sizeguarantee.com/privacy-policy |
対応言語 | 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": [] } |