MercadoLivre ProMasterUltra

Permite reordenar os resultados do Mercado Livre para facilitar suas decisões.

MercadoLivre ProMasterUltraคืออะไร?

MercadoLivre ProMasterUltra เป็นส่วนขยายของ Chrome ที่พัฒนาโดย hugows และคุณลักษณะหลักของมันคือ "Permite reordenar os resultados do Mercado Livre para facilitar suas decisões."

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

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย MercadoLivre ProMasterUltra

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

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

                        Adiciona botões para ordenar os resultados das listas do Mercado Livre por 'mais vendidos' e 'menor preço'.                    

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

ชื่อ MercadoLivre ProMasterUltra MercadoLivre ProMasterUltra
ID ceeoofeoaipcodjnljicohimoegmabpf
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/mercadolivre-promasterult/ceeoofeoaipcodjnljicohimoegmabpf
คำอธิบาย Permite reordenar os resultados do Mercado Livre para facilitar suas decisões.
ขนาดไฟล์ 133 KB
จำนวนการติดตั้ง 155
เวอร์ชันปัจจุบัน 0.666
อัปเดตครั้งล่าสุด 2013-06-29
วันที่เผยแพร่ 2013-06-29
คะแนน 3.67/5 รวมทั้งหมด 3 คะแนน
ผู้พัฒนา hugows
ประเภทการชำระเงิน free
ภาษาที่รองรับ pt-BR
manifest.json
{
    "content_scripts": [
        {
            "js": [
                "jquery.min.js",
                "mlplus.js"
            ],
            "matches": [
                "http:\/\/*.mercadolivre.com.br\/*"
            ],
            "css": [
                "style.css"
            ]
        }
    ],
    "description": "Permite reordenar os resultados do Mercado Livre para facilitar suas decis\u00f5es.",
    "icons": {
        "128": "128x128.png",
        "16": "icon.png",
        "48": "48x48.png"
    },
    "manifest_version": 2,
    "name": "MercadoLivre ProMasterUltra",
    "permissions": [],
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "0.666"
}