AE Platform
Quick and easy way to create affiliate links for AliExpress goods
什么是AE Platform?
AE Platform是由aeplatformdev开发的Chrome扩展程序,该扩展的主要功能是“Quick and easy way to create affiliate links for AliExpress goods”。
扩展截图
下载AE Platform扩展crx文件
下载AE Platform扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Create affiliate links to AliExpress products, post them on your platforms and earn money. 扩展基本信息
| 名称 | |
| ID | hpaeecfkmbiemajbfgllfgghfajplcdf |
| 官方URL | https://chromewebstore.google.com/detail/ae-platform/hpaeecfkmbiemajbfgllfgghfajplcdf |
| 简介 | Quick and easy way to create affiliate links for AliExpress goods |
| 文件大小 | 710 KB |
| 安装次数 | 1,695 |
| 当前版本 | 0.2.0 |
| 更新时间 | 2024-02-07 |
| 上架时间 | 2020-12-16 |
| 评分 | 1.88/5 共8次评分 |
| 开发者 | aeplatformdev |
| 电子邮箱 | [email protected] |
| 付费类型 | free |
| 扩展官网 | https://aeplatform.ru/ |
| 隐私政策页面URL | https://aeplatform.ru/ru/privacy |
| 支持的语言 | en,ru |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "__MSG_extTitle__",
"description": "__MSG_extDescription__",
"default_locale": "en",
"version": "0.2.0",
"author": "[email protected]",
"minimum_chrome_version": "76",
"content_security_policy": "script-src 'self' 'unsafe-eval' https:\/\/*.google.com https:\/\/*.gstatic.com; object-src 'self'",
"incognito": "not_allowed",
"icons": {
"16": "icons\/16x16.png",
"48": "icons\/48x48.png",
"128": "icons\/128x128.png"
},
"permissions": [
"notifications",
"storage",
"tabs",
"webNavigation",
"cookies",
"*:\/\/*.aliexpress.ru\/*",
"*:\/\/*.aliexpress.com\/*",
"*:\/\/*.kolpdev.com\/*",
"*:\/\/*.aeplatform.ru\/*"
],
"browser_action": {
"default_title": "__MSG_extTitle__",
"default_popup": "popup.html",
"default_icon": "icons\/48x48.png"
},
"background": {
"scripts": [
"background.js"
],
"persistent": true
},
"options_ui": {
"page": "options.html",
"chrome_style": false
}
} | |