AE Platform

Quick and easy way to create affiliate links for AliExpress goods

Qu'est-ce que AE Platform ?

AE Platform est une extension Chrome développée par aeplatformdev, et sa fonction principale est "Quick and easy way to create affiliate links for AliExpress goods".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot

Télécharger le fichier CRX de l'extension AE Platform

Téléchargez les fichiers d'extension AE Platform au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        Create affiliate links to AliExpress products, post them on your platforms and earn money.                    

Informations de Base sur l'Extension

Nom AE Platform AE Platform
ID hpaeecfkmbiemajbfgllfgghfajplcdf
URL Officiel https://chromewebstore.google.com/detail/ae-platform/hpaeecfkmbiemajbfgllfgghfajplcdf
Description Quick and easy way to create affiliate links for AliExpress goods
Taille du Fichier 710 KB
Nombre d'Installations 1,695
Version Actuelle 0.2.0
Dernière Mise à Jour 2024-02-07
Date de Publication 2020-12-16
Évaluation 1.88/5 Total 8 Évaluations
Développeur aeplatformdev
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://aeplatform.ru/
URL de la Page de Politique de Confidentialité https://aeplatform.ru/ru/privacy
Langues Prises en Charge 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
    }
}