AE Platform
Quick and easy way to create affiliate links for AliExpress goods
Was ist AE Platform?
AE Platform ist eine Chrome-Erweiterung, die von aeplatformdev entwickelt wurde, und ihr Hauptmerkmal ist "Quick and easy way to create affiliate links for AliExpress goods".
Erweiterungsscreenshots
AE Platform-Erweiterungs-CRX-Datei herunterladen
Laden Sie AE Platform-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
Create affiliate links to AliExpress products, post them on your platforms and earn money.
Grundlegende Informationen zur Erweiterung
Name | AE Platform |
ID | hpaeecfkmbiemajbfgllfgghfajplcdf |
Offizielle URL | https://chromewebstore.google.com/detail/ae-platform/hpaeecfkmbiemajbfgllfgghfajplcdf |
Beschreibung | Quick and easy way to create affiliate links for AliExpress goods |
Dateigröße | 710 KB |
Installationsanzahl | 1,695 |
Aktuelle Version | 0.2.0 |
Letztes Update | 2024-02-07 |
Veröffentlichungsdatum | 2020-12-16 |
Bewertung | 1.88/5 Insgesamt 8 Bewertungen |
Entwickler | aeplatformdev |
[email protected] | |
Zahlungsart | free |
Erweiterungswebsite | https://aeplatform.ru/ |
URL der Datenschutzrichtlinien-Seite | https://aeplatform.ru/ru/privacy |
Unterstützte Sprachen | 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 } } |