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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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
이메일 [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
    }
}