Sassique Snip Button
Snip your favorite looks and products
Sassique Snip Buttonとは何ですか?
Sassique Snip Buttonはhttps://sassique.comによって開発されたChromeの拡張機能で、その主な機能は「Snip your favorite looks and products」です。
拡張機能のスクリーンショット
Sassique Snip Button拡張機能のCRXファイルをダウンロード
Sassique Snip Button拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
The Snip Button can be used to collect images from other fashion websites for shopping and inspiration. These images will link back to the original websites where they were found, and can be collected and arranged into lists and looks in your personal Sassique profile.
拡張機能の基本情報
名前 | Sassique Snip Button |
ID | ohhbolhhdgamielooefpkdbdinlocmbg |
公式URL | https://chromewebstore.google.com/detail/sassique-snip-button/ohhbolhhdgamielooefpkdbdinlocmbg |
説明 | Snip your favorite looks and products |
ファイルサイズ | 88.64 KB |
インストール数 | 285 |
現在のバージョン | 1.5 |
最終更新日 | 2021-08-21 |
公開日 | 2019-01-13 |
評価 | 5.00/5 合計 2 レビュー |
開発者 | https://sassique.com |
Eメール | [email protected] |
支払い方法 | free |
拡張機能のウェブサイト | https://sassique.com |
ヘルプページのURL | https://sassique.com/faq |
プライバシーポリシーページのURL | https://www.sassique.com/privacy |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Sassique Snip Button", "description": "Snip your favorite looks and products", "version": "1.5", "browser_action": { "default_icon": "icon-snip.png" }, "background": { "scripts": [ "event.js" ], "persistent": false }, "content_scripts": [ { "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "js": [ "jquery-latest.min.js" ], "run_at": "document_end" } ], "icons": { "16": "icon-snip16.png", "48": "icon-snip48.png", "128": "icon-snip128.png" }, "permissions": [ " |