AE Platform

Quick and easy way to create affiliate links for AliExpress goods

Apa itu AE Platform?

AE Platform adalah ekstensi Chrome yang dikembangkan oleh aeplatformdev, dan fitur utamanya adalah "Quick and easy way to create affiliate links for AliExpress goods".

Screenshot Ekstensi

screenshot
screenshot
screenshot

Unduh Berkas CRX Ekstensi AE Platform

Unduh file ekstensi AE Platform dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

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

Informasi Dasar Ekstensi

Nama AE Platform AE Platform
ID hpaeecfkmbiemajbfgllfgghfajplcdf
URL Resmi https://chromewebstore.google.com/detail/ae-platform/hpaeecfkmbiemajbfgllfgghfajplcdf
Deskripsi Quick and easy way to create affiliate links for AliExpress goods
Ukuran File 710 KB
Jumlah Instalasi 1,695
Versi Saat Ini 0.2.0
Terakhir Diperbarui 2024-02-07
Tanggal Publikasi 2020-12-16
Penilaian 1.88/5 Total 8 Penilaian
Pengembang aeplatformdev
Email [email protected]
Tipe Pembayaran free
Situs Ekstensi https://aeplatform.ru/
URL Halaman Kebijakan Privasi https://aeplatform.ru/ru/privacy
Bahasa yang Didukung 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
    }
}