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"

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย AliExpress include shipping cost

ดาวน์โหลดไฟล์ส่วนขยาย AliExpress include shipping cost ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        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 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": []
}