AliExpress include shipping cost
Insert price included shipping cost into search result of AliExpress
AliExpress include shipping cost란 무엇입니까?
AliExpress include shipping cost은(는) 猫のアイル에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Insert price included shipping cost into search result of AliExpress"입니다.
확장 프로그램 스크린샷
AliExpress include shipping cost 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
AliExpress の検索結果一覧ページ内に表示された商品のうち送料が有料のものの価格の後ろに送料込みの価格を表示比較しやすくします。 ■変更履歴 0.9.0: 価格が \60 - \90 のような形式に対応しました。 0.9.1: デザイン変更に対応 0.9.2: 対象ドメインを ja.aliexpress.com -> *.aliexpress.com に変更 遅延読み込みに対応 0.9.2: ページ遷移した際に初期化処理がされないのでスクロール時には常にスキャンするようにしました。 0.9.4 使用していないパーミッション ”tabs” を除去
확장 프로그램 기본 정보
이름 | AliExpress include shipping cost |
ID | mhglolhpofneejhjcifppocgoldclelf |
공식 URL | https://chromewebstore.google.com/detail/aliexpress-include-shippi/mhglolhpofneejhjcifppocgoldclelf |
설명 | Insert price included shipping cost into search result of AliExpress |
파일 크기 | 93.96 KB |
설치 횟수 | 90 |
현재 버전 | 0.9.4 |
최근 업데이트 | 2022-11-30 |
출시 날짜 | 2019-08-26 |
평점 | 2.80/5 총 5 개의 평점 |
개발자 | 猫のアイル |
이메일 | [email protected] |
결제 유형 | free |
지원되는 언어 | ja |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "AliExpress include shipping cost", "description": "Insert price included shipping cost into search result of AliExpress", "version": "0.9.4", "icons": { "128": "icon128.png", "48": "icon48.png" }, "content_scripts": [ { "js": [ "jquery-1.12.4.js", "content.js" ], "matches": [ "https:\/\/*.aliexpress.com\/*" ], "run_at": "document_start" } ], "permissions": [] } |