Lazada Discount
Lazada Discounts and Promotions
Wat is Lazada Discount?
Lazada Discount is een Chrome-extensie ontwikkeld door Cloud DEV, en de belangrijkste functie is "Lazada Discounts and Promotions".
Extensie Screenshots
Download het CRX-bestand van de extensie Lazada Discount
Download Lazada Discount-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
Lazada Discounts and Promotions
Basisinformatie over de Extensie
Naam | |
ID | cnelggcggjkpnnlblbgioajpmdpgcceo |
Officiële URL | https://chrome.google.com/webstore/detail/lazada-discount/cnelggcggjkpnnlblbgioajpmdpgcceo |
Beschrijving | Lazada Discounts and Promotions |
Bestandsgrootte | 46.55 KB |
Aantal Installaties | 162 |
Huidige Versie | 0.001 |
Laatst Bijgewerkt | 2018-11-20 |
Publicatiedatum | 2018-11-20 |
Beoordeling | 5.00/5 Totaal 1 Beoordelingen |
Ontwikkelaar | Cloud DEV |
Betalingswijze | free |
Ondersteunde Talen | 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" } } |