AE Platform
Quick and easy way to create affiliate links for AliExpress goods
What is AE Platform?
AE Platform is a Chrome extension developed by aeplatformdev, and its main feature is "Quick and easy way to create affiliate links for AliExpress goods".
Extension Screenshots
Download AE Platform Extension CRX File
Download AE Platform 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
Create affiliate links to AliExpress products, post them on your platforms and earn money.
Extension Basic Information
Name | AE Platform |
ID | hpaeecfkmbiemajbfgllfgghfajplcdf |
Official URL | https://chromewebstore.google.com/detail/ae-platform/hpaeecfkmbiemajbfgllfgghfajplcdf |
Description | Quick and easy way to create affiliate links for AliExpress goods |
File Size | 710 KB |
Installation Count | 1,695 |
Current Version | 0.2.0 |
Last Updated | 2024-02-07 |
Publish Date | 2020-12-16 |
Rating | 1.88/5 Total 8 Ratings |
Developer | aeplatformdev |
[email protected] | |
Payment Type | free |
Extension Website | https://aeplatform.ru/ |
Privacy Policy Page URL | https://aeplatform.ru/ru/privacy |
Supported Languages | 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 } } |