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 } |