Etsy tags Extractor
show informations about products of Etsy
Etsy tags Extractorとは何ですか?
Etsy tags Extractorはdrsoft developmentによって開発されたChromeの拡張機能で、その主な機能は「show informations about products of Etsy」です。
拡張機能のスクリーンショット
Etsy tags Extractor拡張機能のCRXファイルをダウンロード
Etsy tags Extractor拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Etsy tags Extractor for showing tags under each product of result of search
拡張機能の基本情報
名前 | Etsy tags Extractor |
ID | lecdnljkjomppcbamokbmojcbjjkebjj |
公式URL | https://chromewebstore.google.com/detail/etsy-tags-extractor/lecdnljkjomppcbamokbmojcbjjkebjj |
説明 | show informations about products of Etsy |
ファイルサイズ | 61.6 KB |
インストール数 | 26 |
現在のバージョン | 1.0.1 |
最終更新日 | 2022-05-24 |
公開日 | 2022-05-16 |
評価 | 3.00/5 合計 2 レビュー |
開発者 | drsoft development |
Eメール | [email protected] |
支払い方法 | in_app |
拡張機能のウェブサイト | http://extension.podtrand.com |
プライバシーポリシーページのURL | http://extension.podtrand.com/privacy-policy |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Etsy tags Extractor", "description": "show informations about products of Etsy", "author": "drsoft", "version": "1.0.1", "manifest_version": 3, "background": { "service_worker": "background.js" }, "permissions": [ "storage", "scripting", "declarativeContent" ], "host_permissions": [ "https:\/\/*.etsy.com\/*" ], "content_scripts": [ { "matches": [ "https:\/\/*.etsy.com\/*" ], "run_at": "document_idle", "all_frames": true, "css": [ "contentStyle.css" ], "js": [ "jquery-3.6.0.min.js", "script.js" ] } ], "options_page": "options.html", "action": { "default_popup": "popup.html", "default_title": "Etsy products info", "default_icon": { "16": "\/images\/get_started16.png", "32": "\/images\/get_started32.png", "48": "\/images\/get_started48.png", "128": "\/images\/get_started128.png" } }, "icons": { "16": "\/images\/get_started16.png", "32": "\/images\/get_started32.png", "48": "\/images\/get_started48.png", "128": "\/images\/get_started128.png" } } |