AE Platform

Quick and easy way to create affiliate links for AliExpress goods

Hvad er AE Platform?

AE Platform er en Chrome-udvidelse udviklet af aeplatformdev, og dens hovedfunktion er "Quick and easy way to create affiliate links for AliExpress goods".

Udvidelsesskærmbilleder

screenshot
screenshot
screenshot

Download AE Platform-udvidelses-CRX-fil

Download AE Platform-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

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

Grundlæggende oplysninger om udvidelsen

Navn AE Platform AE Platform
ID hpaeecfkmbiemajbfgllfgghfajplcdf
Officiel URL https://chromewebstore.google.com/detail/ae-platform/hpaeecfkmbiemajbfgllfgghfajplcdf
Beskrivelse Quick and easy way to create affiliate links for AliExpress goods
Filstørrelse 710 KB
Antal Installationer 1,695
Nuværende Version 0.2.0
Senest Opdateret 2024-02-07
Udgivelsesdato 2020-12-16
Bedømmelse 1.88/5 Samlet 8 Bedømmelser
Udvikler aeplatformdev
E-mail [email protected]
Betalingsmetode free
Udvidelseswebsted https://aeplatform.ru/
URL til Fortrolighedspolitik Side https://aeplatform.ru/ru/privacy
Understøttede Sprog 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
    }
}