AE Platform

Quick and easy way to create affiliate links for AliExpress goods

Wat is AE Platform?

AE Platform is een Chrome-extensie ontwikkeld door aeplatformdev, en de belangrijkste functie is "Quick and easy way to create affiliate links for AliExpress goods".

Extensie Screenshots

screenshot
screenshot
screenshot

Download het CRX-bestand van de extensie AE Platform

Download AE Platform-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

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

Basisinformatie over de Extensie

Naam AE Platform AE Platform
ID hpaeecfkmbiemajbfgllfgghfajplcdf
Officiële URL https://chromewebstore.google.com/detail/ae-platform/hpaeecfkmbiemajbfgllfgghfajplcdf
Beschrijving Quick and easy way to create affiliate links for AliExpress goods
Bestandsgrootte 710 KB
Aantal Installaties 1,695
Huidige Versie 0.2.0
Laatst Bijgewerkt 2024-02-07
Publicatiedatum 2020-12-16
Beoordeling 1.88/5 Totaal 8 Beoordelingen
Ontwikkelaar aeplatformdev
E-mail [email protected]
Betalingswijze free
Extensiewebsite https://aeplatform.ru/
URL van de Privacybeleid Pagina https://aeplatform.ru/ru/privacy
Ondersteunde Talen 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
    }
}