フリマアシスト

フリマアプリのWeb版に便利な機能を追加する拡張機能です。

Wat is フリマアシスト?

フリマアシスト is een Chrome-extensie ontwikkeld door きよまろ, en de belangrijkste functie is "フリマアプリのWeb版に便利な機能を追加する拡張機能です。".

Extensie Screenshots

screenshot
screenshot
screenshot

Download het CRX-bestand van de extensie フリマアシスト

Download フリマアシスト-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        【メルカリWeb版】
・商品ページに「出品日時」と「更新日時」を表示
・商品ページのコメントに「投稿日時」を表示
・キーワード検索結果ページに「外部リンクボタン」を表示
・コメント、メッセージの定型文機能


【ラクマWeb版】
・商品ページに「出品日時」と「更新日時」を表示
・商品ページの出品者情報に「評価数」を表示
・商品ページの出品者のコメントに「出品者マーク」を表示
・キーワード検索結果ページに「外部リンクボタン」を表示
・コメント、メッセージの定型文機能


【PayPayフリマWeb版】
・商品ページに「出品日時」と「更新日時」を表示
・キーワード検索結果ページに「外部リンクボタン」を表示                    

Basisinformatie over de Extensie

Naam フリマアシスト フリマアシスト
ID jcbljdgnpcckiamdgmnfhijgkkaogmgg
Officiële 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
Beschrijving フリマアプリのWeb版に便利な機能を追加する拡張機能です。
Bestandsgrootte 1.65 MB
Aantal Installaties 62,558
Huidige Versie 3.25.0
Laatst Bijgewerkt 2024-03-01
Publicatiedatum 2021-05-21
Beoordeling 4.82/5 Totaal 67 Beoordelingen
Ontwikkelaar きよまろ
E-mail [email protected]
Betalingswijze free
URL van de Privacybeleid Pagina https://kiyomaro.net/privacy-policy
Ondersteunde Talen 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\/*"
            ]
        }
    ]
}