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".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة AE Platform
قم بتنزيل ملفات الامتداد AE Platform بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
Create affiliate links to AliExpress products, post them on your platforms and earn money.
معلومات أساسية عن التمديد
الاسم | 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/ |
عنوان صفحة سياسة الخصوصية | 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 } } |