AE Platform

Quick and easy way to create affiliate links for AliExpress goods

Cos'è AE Platform?

AE Platform è un'estensione di Chrome sviluppata da aeplatformdev, e la sua funzione principale è "Quick and easy way to create affiliate links for AliExpress goods".

Screenshot dell'Estensione

screenshot
screenshot
screenshot

Scarica il file CRX dell'estensione AE Platform

Scarica i file di estensione AE Platform in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

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

Informazioni di Base sull'Estensione

Nome AE Platform AE Platform
ID hpaeecfkmbiemajbfgllfgghfajplcdf
URL Ufficiale https://chromewebstore.google.com/detail/ae-platform/hpaeecfkmbiemajbfgllfgghfajplcdf
Descrizione Quick and easy way to create affiliate links for AliExpress goods
Dimensione del File 710 KB
Conteggio Installazioni 1,695
Versione Corrente 0.2.0
Ultimo Aggiornamento 2024-02-07
Data di Pubblicazione 2020-12-16
Valutazione 1.88/5 Totale 8 Valutazioni
Sviluppatore aeplatformdev
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://aeplatform.ru/
URL della Pagina della Politica sulla Privacy https://aeplatform.ru/ru/privacy
Lingue Supportate 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
    }
}