rakumart無在庫便

Rakumart無在庫サイトのサポートプログラムになります

Cos'è rakumart無在庫便?

rakumart無在庫便 è un'estensione di Chrome sviluppata da https://www.rakumart.com, e la sua funzione principale è "Rakumart無在庫サイトのサポートプログラムになります".

Screenshot dell'Estensione

screenshot
screenshot

Scarica il file CRX dell'estensione rakumart無在庫便

Scarica i file di estensione rakumart無在庫便 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

                        Rakumart無在庫サイト専用注文サポートプログラム
中国タオバオおよび中国アリババ商品詳細ページより
Rakumart無在庫サイトへ直接注文や買い物かごへ追加できる機能のほか
商品リサーチ時に各サイトの画像を読み込み、画像検索が随時可能になりました。
ご不明な点がございましたら、専属の担当者までご連絡ください。                    

Informazioni di Base sull'Estensione

Nome rakumart無在庫便 rakumart無在庫便
ID jbchdlpihmdihmlacmdgieoedmpbgmng
URL Ufficiale https://chromewebstore.google.com/detail/rakumart%E7%84%A1%E5%9C%A8%E5%BA%AB%E4%BE%BF/jbchdlpihmdihmlacmdgieoedmpbgmng
Descrizione Rakumart無在庫サイトのサポートプログラムになります
Dimensione del File 187 KB
Conteggio Installazioni 713
Versione Corrente 3.0.7
Ultimo Aggiornamento 2024-01-08
Data di Pubblicazione 2021-03-04
Valutazione 5.00/5 Totale 1 Valutazioni
Sviluppatore https://www.rakumart.com
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://www.rakumart-2c.com/#/
URL della Pagina della Politica sulla Privacy https://www.rakumart.com/privacyPolicy
Lingue Supportate ja
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "rakumart\u7121\u5728\u5eab\u4fbf",
    "version": "3.0.7",
    "description": "Rakumart\u7121\u5728\u5eab\u30b5\u30a4\u30c8\u306e\u30b5\u30dd\u30fc\u30c8\u30d7\u30ed\u30b0\u30e9\u30e0\u306b\u306a\u308a\u307e\u3059",
    "icons": {
        "16": "img\/16-16.png",
        "48": "img\/48-48.png",
        "128": "img\/128-128.png"
    },
    "background": {
        "service_worker": "background.js"
    },
    "action": {
        "default_popup": "popup.html"
    },
    "host_permissions": [
        "http:\/\/www.rakumart-2c.com\/",
        "https:\/\/www.rakumart-2c.com\/"
    ],
    "permissions": [
        "cookies"
    ],
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "js": [
                "jquery-3.5.1.min.js",
                "layer\/layer.js",
                "function.js",
                "page_js\/detail_1688_v3.js",
                "loading.js",
                "translate.js"
            ],
            "css": [
                "layer\/theme\/default\/layer.css"
            ],
            "run_at": "document_end"
        }
    ]
}