Lazada Affiliate Deeplink Picker
Get your deeplink directly from Lazada page
什么是Lazada Affiliate Deeplink Picker?
Lazada Affiliate Deeplink Picker是由Lazada Affiliate Program开发的Chrome扩展程序,该扩展的主要功能是“Get your deeplink directly from Lazada page”。
扩展截图
下载Lazada Affiliate Deeplink Picker扩展crx文件
下载Lazada Affiliate Deeplink Picker扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
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
扩展基本信息
名称 | |
ID | flhfhkncbdojklcdobgaimohckfbfeof |
官方URL | https://chrome.google.com/webstore/detail/lazada-affiliate-deeplink/flhfhkncbdojklcdobgaimohckfbfeof |
简介 | Get your deeplink directly from Lazada page |
文件大小 | 74.81 KB |
安装次数 | 4,000 |
当前版本 | 0.0.0.5 |
更新时间 | 2017-01-24 |
上架时间 | 2017-01-23 |
评分 | 4.40/5 共238次评分 |
开发者 | Lazada Affiliate Program |
付费类型 | free |
扩展官网 | http://lazada.hasoffers.com |
帮助页面URL | https://lap.lazada.com/faq/ |
支持的语言 | 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 } |