フリマアシスト
フリマアプリのWeb版に便利な機能を追加する拡張機能です。
Was ist フリマアシスト?
フリマアシスト ist eine Chrome-Erweiterung, die von きよまろ entwickelt wurde, und ihr Hauptmerkmal ist "フリマアプリのWeb版に便利な機能を追加する拡張機能です。".
Erweiterungsscreenshots
フリマアシスト-Erweiterungs-CRX-Datei herunterladen
Laden Sie フリマアシスト-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
【メルカリWeb版】
・商品ページに「出品日時」と「更新日時」を表示
・商品ページのコメントに「投稿日時」を表示
・キーワード検索結果ページに「外部リンクボタン」を表示
・コメント、メッセージの定型文機能
【ラクマWeb版】
・商品ページに「出品日時」と「更新日時」を表示
・商品ページの出品者情報に「評価数」を表示
・商品ページの出品者のコメントに「出品者マーク」を表示
・キーワード検索結果ページに「外部リンクボタン」を表示
・コメント、メッセージの定型文機能
【PayPayフリマWeb版】
・商品ページに「出品日時」と「更新日時」を表示
・キーワード検索結果ページに「外部リンクボタン」を表示 Grundlegende Informationen zur Erweiterung
| Name | |
| ID | jcbljdgnpcckiamdgmnfhijgkkaogmgg |
| Offizielle 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 |
| Beschreibung | フリマアプリのWeb版に便利な機能を追加する拡張機能です。 |
| Dateigröße | 1.65 MB |
| Installationsanzahl | 62,558 |
| Aktuelle Version | 3.25.0 |
| Letztes Update | 2024-03-01 |
| Veröffentlichungsdatum | 2021-05-21 |
| Bewertung | 4.82/5 Insgesamt 67 Bewertungen |
| Entwickler | きよまろ |
| [email protected] | |
| Zahlungsart | free |
| URL der Datenschutzrichtlinien-Seite | https://kiyomaro.net/privacy-policy |
| Unterstützte Sprachen | 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\/*"
]
}
]
} | |