Laztended Search

Extra search filter and result details on Lazada to improve your shopping experience.

什麼是Laztended Search?

Laztended Search是由Rowel開發的Chrome擴展程式,該擴展的主要功能是“Extra search filter and result details on Lazada to improve your shopping experience.”。

擴展截圖

screenshot
screenshot

下載Laztended Search擴展crx文件

下載Laztended Search擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        This is basically a lazy made extension that will give you additional filtering on searching items in Lazada. This will also add extra information on the search result.

This is specifically design to work in Lazada Philippines but will also work on other Lazada sites internationally as long as it does have same interface.

Features:
 - Show items that are "Sold & Fulfilled by Lazada"
 - Show items that are "Cash on Delivery Available"
 - Show items that are "Ships From Abroad"
 - Show items that are sold and fulfilled by "Third Party Seller"
 - Show items that are sold by "Third Party Seller" but "Fulfilled by Lazada"

Disclaimer: This extension is not affiliated with Lazada.                    

擴展基本資訊

名稱 Laztended Search Laztended Search
ID dabplnnonnbeecklgkfgnfclbgccobic
官方網址 https://chrome.google.com/webstore/detail/laztended-search/dabplnnonnbeecklgkfgnfclbgccobic
簡介 Extra search filter and result details on Lazada to improve your shopping experience.
檔案大小 224 KB
安裝次數 132
目前版本 1.2
更新時間 2018-05-13
上架時間 2018-05-13
評分 3.75/5 共 4 次評分
開發者 Rowel
電子郵箱 [email protected]
付費類型 free
支援的語言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Laztended Search",
    "description": "Extra search filter and result details on Lazada to improve your shopping experience.",
    "version": "1.2",
    "page_action": {
        "default_title": "Laztended Search",
        "default_icon": "images\/icon-32x32.png",
        "default_popup": "popup.html"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/www.lazada.com.ph\/*",
                "*:\/\/www.lazada.com.my\/*",
                "*:\/\/www.lazada.sg\/*",
                "*:\/\/www.lazada.co.id\/*",
                "*:\/\/www.lazada.co.th\/*",
                "*:\/\/www.lazada.vn\/*"
            ],
            "js": [
                "js\/jquery.min.js",
                "js\/content.js"
            ],
            "css": [
                "css\/content.css"
            ]
        }
    ],
    "icons": {
        "128": "images\/icon-128x128.png",
        "96": "images\/icon-96x96.png",
        "64": "images\/icon-64x64.png",
        "32": "images\/icon-32x32.png",
        "16": "images\/icon-16x16.png"
    },
    "permissions": [
        "storage",
        "tabs"
    ],
    "background": {
        "scripts": [
            "js\/startup.js"
        ],
        "persistent": false
    }
}