フリマアシスト

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

Apa itu フリマアシスト?

フリマアシスト adalah ekstensi Chrome yang dikembangkan oleh きよまろ, dan fitur utamanya adalah "フリマアプリのWeb版に便利な機能を追加する拡張機能です。".

Screenshot Ekstensi

screenshot
screenshot
screenshot

Unduh Berkas CRX Ekstensi フリマアシスト

Unduh file ekstensi フリマアシスト dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

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


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


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

Informasi Dasar Ekstensi

Nama フリマアシスト フリマアシスト
ID jcbljdgnpcckiamdgmnfhijgkkaogmgg
URL Resmi 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
Deskripsi フリマアプリのWeb版に便利な機能を追加する拡張機能です。
Ukuran File 1.65 MB
Jumlah Instalasi 62,558
Versi Saat Ini 3.25.0
Terakhir Diperbarui 2024-03-01
Tanggal Publikasi 2021-05-21
Penilaian 4.82/5 Total 67 Penilaian
Pengembang きよまろ
Email [email protected]
Tipe Pembayaran free
URL Halaman Kebijakan Privasi https://kiyomaro.net/privacy-policy
Bahasa yang Didukung 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\/*"
            ]
        }
    ]
}