AE Platform

Quick and easy way to create affiliate links for AliExpress goods

AE Platformคืออะไร?

AE Platform เป็นส่วนขยายของ Chrome ที่พัฒนาโดย aeplatformdev และคุณลักษณะหลักของมันคือ "Quick and easy way to create affiliate links for AliExpress goods"

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย AE Platform

ดาวน์โหลดไฟล์ส่วนขยาย 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
อีเมล [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
    }
}