Amazon-IL Free Shipping Marker

Mark products which ship to Israel with Free Shipping with orders over $49.00 and order tracking information

Amazon-IL Free Shipping Markerคืออะไร?

Amazon-IL Free Shipping Marker เป็นส่วนขยายของ Chrome ที่พัฒนาโดย d30DK และคุณลักษณะหลักของมันคือ "Mark products which ship to Israel with Free Shipping with orders over $49.00 and order tracking information"

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

screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Amazon-IL Free Shipping Marker

ดาวน์โหลดไฟล์ส่วนขยาย Amazon-IL Free Shipping Marker ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

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

                        Amazon is offering free shipping to Israel only on order over $49.00.

You can't filter it by this offer so the extension helps you and mark all products in the page with a grey background so you will see which product is with Free Shipping to Israel.
On the product page itself it will mark the price area on the center & right of the page.

You will also see the change on the cart page to be able to notice products which does not offer free shipping to Israel before going to checkout.

v0.2 - New Upgrades:

1. Each user can choose the color for each shipping type (under $49, above $49, paid shipping and even if there is no shipping at all)
Default settings are the same as from the first release: Free shipping is always light grey; Others are disabled.

2. Now you can see tracking information for each order directly on the orders page; Along with last status, full history status, company name logo & link to tracking it in the shipping company website.
Shipping companies supported: UPS, DHL, Fedex, I-Parcel, Aramex & Israel Postal Company.
Each user can also enable or disable this option from the extension settings (click on the extension icon). 
Default setting: Enabled

Logo: made by Freepik from Flaticon (https://www.flaticon.com/)                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Amazon-IL Free Shipping Marker Amazon-IL Free Shipping Marker
ID fcomjgibcahinagaaoihliepblakkcdd
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/amazon-il-free-shipping-m/fcomjgibcahinagaaoihliepblakkcdd
คำอธิบาย Mark products which ship to Israel with Free Shipping with orders over $49.00 and order tracking information
ขนาดไฟล์ 175 KB
จำนวนการติดตั้ง 1,199
เวอร์ชันปัจจุบัน 0.2.2
อัปเดตครั้งล่าสุด 2019-12-22
วันที่เผยแพร่ 2019-12-22
คะแนน 4.43/5 รวมทั้งหมด 7 คะแนน
ผู้พัฒนา d30DK
ประเภทการชำระเงิน free
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Amazon-IL Free Shipping Marker",
    "version": "0.2.2",
    "manifest_version": 2,
    "description": "Mark products which ship to Israel with Free Shipping with orders over $49.00 and order tracking information",
    "icons": {
        "16": "icons\/icon16.png",
        "64": "icons\/icon64.png",
        "128": "icons\/icon128.png"
    },
    "default_locale": "en",
    "browser_action": {
        "default_title": "Amazon-IL Free Shipping Marker",
        "default_icon": "icons\/icon64.png",
        "default_popup": "src\/popup\/popup.html"
    },
    "permissions": [
        "https:\/\/www.amazon.com\/*",
        "storage"
    ],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.amazon.com\/*"
            ],
            "css": [
                "src\/code\/styles.css"
            ]
        },
        {
            "matches": [
                "https:\/\/www.amazon.com\/*"
            ],
            "js": [
                "src\/code\/jquery.min.js",
                "src\/code\/scripts.js"
            ]
        }
    ],
    "web_accessible_resources": [
        "src\/shipping-icons\/ups.png",
        "src\/shipping-icons\/dhl.png",
        "src\/shipping-icons\/fedex.png",
        "src\/shipping-icons\/aramex.png",
        "src\/shipping-icons\/israel-post.png",
        "src\/shipping-icons\/i-parcel.png"
    ]
}