AE Platform

Quick and easy way to create affiliate links for AliExpress goods

什麼是AE Platform?

AE Platform是由aeplatformdev開發的Chrome擴展程式,該擴展的主要功能是“Quick and easy way to create affiliate links for AliExpress goods”。

擴展截圖

screenshot
screenshot
screenshot

下載AE Platform擴展crx文件

下載AE Platform擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

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

擴展基本資訊

名稱 AE Platform AE Platform
ID hpaeecfkmbiemajbfgllfgghfajplcdf
官方網址 https://chromewebstore.google.com/detail/ae-platform/hpaeecfkmbiemajbfgllfgghfajplcdf
簡介 Quick and easy way to create affiliate links for AliExpress goods
檔案大小 710 KB
安裝次數 1,695
目前版本 0.2.0
更新時間 2024-02-07
上架時間 2020-12-16
評分 1.88/5 共 8 次評分
開發者 aeplatformdev
電子郵箱 [email protected]
付費類型 free
擴展官網 https://aeplatform.ru/
隱私政策頁面URL https://aeplatform.ru/ru/privacy
支援的語言 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
    }
}