rakumart代行サポート_new
Rakumart代行サポートするプログラムになります
rakumart代行サポート_new란 무엇입니까?
rakumart代行サポート_new은(는) https://www.rakumart.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Rakumart代行サポートするプログラムになります"입니다.
확장 프로그램 스크린샷
rakumart代行サポート_new 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
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" } ] } |