Etsy Simplicity Plugin
This extension will analyze Etsy Listings
Etsy Simplicity Pluginとは何ですか?
Etsy Simplicity Pluginはhttp://etsysimplicity.comによって開発されたChromeの拡張機能で、その主な機能は「This extension will analyze Etsy Listings」です。
拡張機能のスクリーンショット
Etsy Simplicity Plugin拡張機能のCRXファイルをダウンロード
Etsy Simplicity Plugin拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Etsy Simplicity is a free chrome extension that shows you all tags and attributes for any Etsy listing. Gain insight into successful Etsy listings to help boost your own Etsy listing's search performance.
拡張機能の基本情報
名前 | |
ID | lomgahbpicgifncnodnjlemlchgpbcpn |
公式URL | https://chrome.google.com/webstore/detail/etsy-simplicity-plugin/lomgahbpicgifncnodnjlemlchgpbcpn |
説明 | This extension will analyze Etsy Listings |
ファイルサイズ | 36.89 KB |
インストール数 | 59 |
現在のバージョン | 1.0 |
最終更新日 | 2021-01-13 |
公開日 | 2021-01-13 |
評価 | 1.00/5 合計 1 レビュー |
開発者 | http://etsysimplicity.com |
Eメール | [email protected] |
支払い方法 | free |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Etsy Simplicity Plugin", "description": "This extension will analyze Etsy Listings", "version": "1.0", "browser_action": { "default_icon": "icon.png", "default_popup": "popup.html" }, "permissions": [ "activeTab" ], "content_security_policy": "script-src 'self' https:\/\/openapi.etsy.com; object-src 'self'" } |