フリマアシスト
フリマアプリのWeb版に便利な機能を追加する拡張機能です。
What is フリマアシスト?
フリマアシスト is a Chrome extension developed by きよまろ, and its main feature is "フリマアプリのWeb版に便利な機能を追加する拡張機能です。".
Extension Screenshots
Download フリマアシスト Extension CRX File
Download フリマアシスト 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
【メルカリWeb版】 ・商品ページに「出品日時」と「更新日時」を表示 ・商品ページのコメントに「投稿日時」を表示 ・キーワード検索結果ページに「外部リンクボタン」を表示 ・コメント、メッセージの定型文機能 【ラクマWeb版】 ・商品ページに「出品日時」と「更新日時」を表示 ・商品ページの出品者情報に「評価数」を表示 ・商品ページの出品者のコメントに「出品者マーク」を表示 ・キーワード検索結果ページに「外部リンクボタン」を表示 ・コメント、メッセージの定型文機能 【PayPayフリマWeb版】 ・商品ページに「出品日時」と「更新日時」を表示 ・キーワード検索結果ページに「外部リンクボタン」を表示
Extension Basic Information
Name | フリマアシスト |
ID | jcbljdgnpcckiamdgmnfhijgkkaogmgg |
Official URL | https://chromewebstore.google.com/detail/%E3%83%95%E3%83%AA%E3%83%9E%E3%82%A2%E3%82%B7%E3%82%B9%E3%83%88/jcbljdgnpcckiamdgmnfhijgkkaogmgg |
Description | フリマアプリのWeb版に便利な機能を追加する拡張機能です。 |
File Size | 1.65 MB |
Installation Count | 62,558 |
Current Version | 3.25.0 |
Last Updated | 2024-03-01 |
Publish Date | 2021-05-21 |
Rating | 4.82/5 Total 67 Ratings |
Developer | きよまろ |
[email protected] | |
Payment Type | free |
Privacy Policy Page URL | https://kiyomaro.net/privacy-policy |
Supported Languages | ja |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "\u30d5\u30ea\u30de\u30a2\u30b7\u30b9\u30c8", "description": "\u30d5\u30ea\u30de\u30a2\u30d7\u30ea\u306eWeb\u7248\u306b\u4fbf\u5229\u306a\u6a5f\u80fd\u3092\u8ffd\u52a0\u3059\u308b\u62e1\u5f35\u6a5f\u80fd\u3067\u3059\u3002", "version": "3.25.0", "author": "kiyomaro", "icons": { "16": "icons\/16.png", "32": "icons\/32.png", "48": "icons\/48.png", "128": "icons\/128.png" }, "content_scripts": [ { "matches": [ "https:\/\/jp.mercari.com\/*", "https:\/\/mercari-shops.com\/*", "https:\/\/*.fril.jp\/*", "https:\/\/fril.jp\/*", "https:\/\/auctions.yahoo.co.jp\/*", "https:\/\/*.auctions.yahoo.co.jp\/*", "https:\/\/auctions.c.yimg.jp\/*", "https:\/\/paypayfleamarket.yahoo.co.jp\/*", "https:\/\/stores.jp\/*", "https:\/\/dashboard.stores.jp\/*", "https:\/\/minne.com\/*", "https:\/\/www.creema.jp\/*", "https:\/\/admin.thebase.in\/shop_admin\/*", "https:\/\/admin.thebase.com\/shop_admin\/*", "https:\/\/clickpost.jp\/*", "https:\/\/www.ebay.com\/*" ], "js": [ "property.js", "content.js" ], "css": [] } ], "background": { "service_worker": "background.js" }, "options_ui": { "page": "options.html" }, "action": { "default_popup": "popup.html", "default_icon": { "16": "icons\/16.png", "32": "icons\/32.png", "48": "icons\/48.png", "128": "icons\/128.png" } }, "permissions": [ "storage", "unlimitedStorage", "tabs" ], "host_permissions": [ "https:\/\/asia-northeast1-furima-assist-free.cloudfunctions.net\/*", "https:\/\/furima-assist.com\/*", "https:\/\/kiyomaro.net\/*" ], "web_accessible_resources": [ { "resources": [ "images\/*" ], "matches": [ "https:\/\/jp.mercari.com\/*", "https:\/\/*.fril.jp\/*", "https:\/\/fril.jp\/*", "https:\/\/paypayfleamarket.yahoo.co.jp\/*" ] } ] } |