Lazada Discount
Lazada Discounts and Promotions
Hvad er Lazada Discount?
Lazada Discount er en Chrome-udvidelse udviklet af Cloud DEV, og dens hovedfunktion er "Lazada Discounts and Promotions".
Udvidelsesskærmbilleder
Download Lazada Discount-udvidelses-CRX-fil
Download Lazada Discount-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
Lazada Discounts and Promotions
Grundlæggende oplysninger om udvidelsen
Navn | |
ID | cnelggcggjkpnnlblbgioajpmdpgcceo |
Officiel URL | https://chrome.google.com/webstore/detail/lazada-discount/cnelggcggjkpnnlblbgioajpmdpgcceo |
Beskrivelse | Lazada Discounts and Promotions |
Filstørrelse | 46.55 KB |
Antal Installationer | 162 |
Nuværende Version | 0.001 |
Senest Opdateret | 2018-11-20 |
Udgivelsesdato | 2018-11-20 |
Bedømmelse | 5.00/5 Samlet 1 Bedømmelser |
Udvikler | Cloud DEV |
Betalingsmetode | free |
Understøttede Sprog | th |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Lazada Discount", "description": "Lazada Discounts and Promotions", "version": "0.001", "content_scripts": [ { "matches": [ "https:\/\/*.lazada.co.th\/*" ], "js": [ "content.js" ], "run_at": "document_end" } ], "permissions": [ "activeTab" ], "icons": { "16": "lazada_16.png", "128": "lazada_128.png" } } |