DeepAli - DeepLink Generator for AliExpress™
Deep Link URL Generator for Aliexpress™ Affliliates
什么是DeepAli - DeepLink Generator for AliExpress™?
DeepAli - DeepLink Generator for AliExpress™是由CodedByHand开发的Chrome扩展程序,该扩展的主要功能是“Deep Link URL Generator for Aliexpress™ Affliliates”。
扩展截图
下载DeepAli - DeepLink Generator for AliExpress™扩展crx文件
下载DeepAli - DeepLink Generator for AliExpress™扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Generate Deep Link URLs directly from product page. 扩展基本信息
| 名称 | |
| ID | pkkpegdebnkpoebickedmidaoccnggop |
| 官方URL | https://chromewebstore.google.com/detail/deepali-deeplink-generato/pkkpegdebnkpoebickedmidaoccnggop |
| 简介 | Deep Link URL Generator for Aliexpress™ Affliliates |
| 文件大小 | 1.59 MB |
| 安装次数 | 334 |
| 当前版本 | 1.0.9 |
| 更新时间 | 2020-05-26 |
| 上架时间 | 2020-05-26 |
| 评分 | 3.00/5 共6次评分 |
| 开发者 | CodedByHand |
| 付费类型 | free |
| 隐私政策页面URL | https://sites.google.com/view/coded-by-hand-privacy-policy |
| 支持的语言 | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "DeepAli - DeepLink Generator for AliExpress\u2122",
"short_name": "DeepAli",
"version": "1.0.9",
"description": "Deep Link URL Generator for Aliexpress\u2122 Affliliates",
"icons": {
"16": "icon16.png",
"48": "icon48.png",
"128": "icon128.png"
},
"background": {
"scripts": [
"background.js"
]
},
"permissions": [
"storage",
"tabs",
"https:\/\/gw.api.alibaba.com\/openapi\/param2\/2\/portals.open\/*"
],
"optional_permissions": [
"clipboardWrite"
],
"content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'",
"page_action": {
"default_title": "Click to generate Deep Link URL",
"default_icon": "marker.png"
},
"options_ui": {
"page": "options\/build.html",
"chrome_style": false
},
"commands": {
"_execute_page_action": {
"suggested_key": {
"default": "Ctrl+Shift+L",
"mac": "Command+Shift+L"
}
}
}
} | |