Lazada Affiliate Deeplink Picker
Get your deeplink directly from Lazada page
Wat is Lazada Affiliate Deeplink Picker?
Lazada Affiliate Deeplink Picker is een Chrome-extensie ontwikkeld door Lazada Affiliate Program, en de belangrijkste functie is "Get your deeplink directly from Lazada page".
Extensie Screenshots
Download het CRX-bestand van de extensie Lazada Affiliate Deeplink Picker
Download Lazada Affiliate Deeplink Picker-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
Easily create deeplink to any Lazada page in few clicks. Register to Lazada Affiliate Program : Indonesia : http://www.lazada.co.id/lazada-affiliate-program/ Malaysia : http://www.lazada.com.my/lazada-affiliate-program/ Philippines : http://www.lazada.com.ph/lazada-affiliate-program/ Thailand : http://www.lazada.co.th/lazada-affiliate-program/ Vietnam : http://www.lazada.vn/lazada-affiliate-program/ Singapore : http://www.lazada.sg/lazada-affiliate-program/ Deeplink Picker is an official plugin from Lazada Affiliate Program
Basisinformatie over de Extensie
Naam | |
ID | flhfhkncbdojklcdobgaimohckfbfeof |
Officiële URL | https://chrome.google.com/webstore/detail/lazada-affiliate-deeplink/flhfhkncbdojklcdobgaimohckfbfeof |
Beschrijving | Get your deeplink directly from Lazada page |
Bestandsgrootte | 74.81 KB |
Aantal Installaties | 4,000 |
Huidige Versie | 0.0.0.5 |
Laatst Bijgewerkt | 2017-01-24 |
Publicatiedatum | 2017-01-23 |
Beoordeling | 4.40/5 Totaal 238 Beoordelingen |
Ontwikkelaar | Lazada Affiliate Program |
Betalingswijze | free |
Extensiewebsite | http://lazada.hasoffers.com |
Help Pagina-URL | https://lap.lazada.com/faq/ |
Ondersteunde Talen | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Lazada Affiliate Deeplink Picker", "description": "Get your deeplink directly from Lazada page", "version": "0.0.0.5", "permissions": [ "activeTab", "storage", "https:\/\/*\/lazada.com", "contextMenus", "tabs" ], "options_page": "options.html", "browser_action": { "default_icon": "icon.png", "default_title": "LAP Deeplink Picker", "default_popup": "popup.html" }, "background": { "scripts": [ "script.js" ] }, "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" }, "manifest_version": 2 } |