rakumart代行サポート_new
Rakumart代行サポートするプログラムになります
rakumart代行サポート_newคืออะไร?
rakumart代行サポート_new เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://www.rakumart.com และคุณลักษณะหลักของมันคือ "Rakumart代行サポートするプログラムになります"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย rakumart代行サポート_new
ดาวน์โหลดไฟล์ส่วนขยาย rakumart代行サポート_new ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Rakumart代行サイト専用 中国タオバオ(taobao.com)及び中国アリババ(1688.com)詳細パージから Rakumart詳細ページを直接開く Rakumart買い物かごへ商品を追加できるツール そのほか、閲覧の画面から画像検索機能も追加 問題ある際は担当者までお問い合わせください。
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | rakumart代行サポート_new |
ID | kiigkmeopkjhbpoijmdkolcpiaibfjjg |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/rakumart%E4%BB%A3%E8%A1%8C%E3%82%B5%E3%83%9D%E3%83%BC%E3%83%88new/kiigkmeopkjhbpoijmdkolcpiaibfjjg |
คำอธิบาย | Rakumart代行サポートするプログラムになります |
ขนาดไฟล์ | 189 KB |
จำนวนการติดตั้ง | 6,000 |
เวอร์ชันปัจจุบัน | 3.1.5 |
อัปเดตครั้งล่าสุด | 2024-02-28 |
วันที่เผยแพร่ | 2021-02-23 |
คะแนน | 5.00/5 รวมทั้งหมด 3 คะแนน |
ผู้พัฒนา | https://www.rakumart.com |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | https://www.rakumart.com/ |
URL หน้านโยบายความเป็นส่วนตัว | https://www.rakumart.com/privacyPolicy |
ภาษาที่รองรับ | ja |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "rakumart\u4ee3\u884c\u30b5\u30dd\u30fc\u30c8_new", "version": "3.1.5", "description": "Rakumart\u4ee3\u884c\u30b5\u30dd\u30fc\u30c8\u3059\u308b\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": [ "https:\/\/www.rakumart.co.jp\/", "http:\/\/www.rakumart.co.jp\/" ], "permissions": [ "storage" ], "content_scripts": [ { "matches": [ "*:\/\/*\/*" ], "js": [ "jquery-3.5.1.min.js", "layer.js", "function.js", "page_js\/detail_1688_v3.js", "loading.js", "translate.js" ], "css": [ "layer.css" ], "run_at": "document_end" } ] } |