フリマアシスト

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

Cos'è フリマアシスト?

フリマアシスト è un'estensione di Chrome sviluppata da きよまろ, e la sua funzione principale è "フリマアプリのWeb版に便利な機能を追加する拡張機能です。".

Screenshot dell'Estensione

screenshot
screenshot
screenshot

Scarica il file CRX dell'estensione フリマアシスト

Scarica i file di estensione フリマアシスト in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

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


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


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

Informazioni di Base sull'Estensione

Nome フリマアシスト フリマアシスト
ID jcbljdgnpcckiamdgmnfhijgkkaogmgg
URL Ufficiale 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
Descrizione フリマアプリのWeb版に便利な機能を追加する拡張機能です。
Dimensione del File 1.65 MB
Conteggio Installazioni 62,558
Versione Corrente 3.25.0
Ultimo Aggiornamento 2024-03-01
Data di Pubblicazione 2021-05-21
Valutazione 4.82/5 Totale 67 Valutazioni
Sviluppatore きよまろ
Email [email protected]
Tipo di Pagamento free
URL della Pagina della Politica sulla Privacy https://kiyomaro.net/privacy-policy
Lingue Supportate 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\/*"
            ]
        }
    ]
}