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
公式URL 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
Eメール [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
    }
}