Lazada Affiliate Deeplink Picker
Get your deeplink directly from Lazada page
Hvad er Lazada Affiliate Deeplink Picker?
Lazada Affiliate Deeplink Picker er en Chrome-udvidelse udviklet af Lazada Affiliate Program, og dens hovedfunktion er "Get your deeplink directly from Lazada page".
Udvidelsesskærmbilleder
Download Lazada Affiliate Deeplink Picker-udvidelses-CRX-fil
Download Lazada Affiliate Deeplink Picker-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
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
Grundlæggende oplysninger om udvidelsen
Navn | |
ID | flhfhkncbdojklcdobgaimohckfbfeof |
Officiel URL | https://chrome.google.com/webstore/detail/lazada-affiliate-deeplink/flhfhkncbdojklcdobgaimohckfbfeof |
Beskrivelse | Get your deeplink directly from Lazada page |
Filstørrelse | 74.81 KB |
Antal Installationer | 4,000 |
Nuværende Version | 0.0.0.5 |
Senest Opdateret | 2017-01-24 |
Udgivelsesdato | 2017-01-23 |
Bedømmelse | 4.40/5 Samlet 238 Bedømmelser |
Udvikler | Lazada Affiliate Program |
Betalingsmetode | free |
Udvidelseswebsted | http://lazada.hasoffers.com |
Hjælpeside-URL | https://lap.lazada.com/faq/ |
Understøttede Sprog | 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 } |