AE Platform
Quick and easy way to create affiliate links for AliExpress goods
Vad är AE Platform?
AE Platform är en Chrome-tillägg utvecklad av aeplatformdev, och dess huvudfunktion är "Quick and easy way to create affiliate links for AliExpress goods".
Tilläggsskärmbilder
Ladda ner AE Platform-förlängningens CRX-fil
Ladda ner AE Platform-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
                        Create affiliate links to AliExpress products, post them on your platforms and earn money.                     Grundläggande Information om Tillägg
| Namn |   |  
| ID | hpaeecfkmbiemajbfgllfgghfajplcdf | 
| Officiell webbadress | https://chromewebstore.google.com/detail/ae-platform/hpaeecfkmbiemajbfgllfgghfajplcdf | 
| Beskrivning | Quick and easy way to create affiliate links for AliExpress goods | 
| Filstorlek | 710 KB | 
| Antal Installationer | 1,695 | 
| Aktuell Version | 0.2.0 | 
| Senast Uppdaterad | 2024-02-07 | 
| Publiceringsdatum | 2020-12-16 | 
| Betyg | 1.88/5 Totalt 8 Betyg | 
| Utvecklare | aeplatformdev | 
| E-post | [email protected] | 
| Betalningssätt | free | 
| Tilläggswebbplats | https://aeplatform.ru/ | 
| URL till Sekretesspolicy Sidan | https://aeplatform.ru/ru/privacy | 
| Stödda Språk | 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
    }
}  |  |