Lazada Affiliate Deeplink Picker
Get your deeplink directly from Lazada page
What is Lazada Affiliate Deeplink Picker?
Lazada Affiliate Deeplink Picker is a Chrome extension developed by Lazada Affiliate Program, and its main feature is "Get your deeplink directly from Lazada page".
Extension Screenshots
Download Lazada Affiliate Deeplink Picker Extension CRX File
Download Lazada Affiliate Deeplink Picker extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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
Extension Basic Information
Name | |
ID | flhfhkncbdojklcdobgaimohckfbfeof |
Official URL | https://chrome.google.com/webstore/detail/lazada-affiliate-deeplink/flhfhkncbdojklcdobgaimohckfbfeof |
Description | Get your deeplink directly from Lazada page |
File Size | 74.81 KB |
Installation Count | 4,000 |
Current Version | 0.0.0.5 |
Last Updated | 2017-01-24 |
Publish Date | 2017-01-23 |
Rating | 4.40/5 Total 238 Ratings |
Developer | Lazada Affiliate Program |
Payment Type | free |
Extension Website | http://lazada.hasoffers.com |
Help Page URL | https://lap.lazada.com/faq/ |
Supported Languages | 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 } |