Alagent
For 1688 purchasing
ما هو Alagent؟
Alagent هو إضافة Chrome تم تطويرها بواسطة alagent-publisher، والميزة الرئيسية لها هي "For 1688 purchasing".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Alagent
قم بتنزيل ملفات الامتداد Alagent بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
支持从1688.com方便地进行代购,省钱、便捷,并将货品送达您的手上。
ในขณะที่ท่านกำลังเลือกสินค้าผ่าน Website 1688.com , ท่านสามารถเพิ่มสินค้าเข้าตระกร้าสินค้า Alagent ได้ทันที!
After installing this extension, you can access it on 1688.com product page, then you can buy products from 1688.com convinently with local language [Thai language]、local currency [Thai Baht]. And we will deliver the products to your local address. معلومات أساسية عن التمديد
| الاسم | |
| ID | nnfbheekpnenligdnaaemojoglpdjpii |
| عنوان URL الرسمي | https://chromewebstore.google.com/detail/alagent/nnfbheekpnenligdnaaemojoglpdjpii |
| الوصف | For 1688 purchasing |
| حجم الملف | 469 KB |
| عدد التثبيتات | 277 |
| النسخة الحالية | 1.0.4 |
| آخر تحديث | 2022-02-22 |
| تاريخ النشر | 2021-12-18 |
| تقييم | 5.00/5 مجموع تقييمات 6 |
| المطور | alagent-publisher |
| البريد الإلكتروني | [email protected] |
| نوع الدفع | free |
| موقع الإضافة | https://allinone88.com/ |
| عنوان صفحة المساعدة | https://allinone88.com/apps/static?spm=a1znfe.20194393.navigation.5.411d2991N3Y33K&pageId=6 |
| عنوان صفحة سياسة الخصوصية | https://allinone88.com/privacy-policy.html |
| اللغات المدعومة | th |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"version": "1.0.4",
"short_name": "Alagent",
"name": "Alagent",
"description": "For 1688 purchasing",
"browser_action": {
"default_title": "CRE",
"default_popup": "popup.html"
},
"background": {
"scripts": [
"background.bundle.js"
]
},
"content_scripts": [
{
"matches": [
"*:\/\/*.1688.com\/*",
"*:\/\/*.alagent.com\/*"
],
"js": [
"contentScript.bundle.js"
],
"css": [
"static\/css\/contentScript.css"
],
"run_at": "document_idle"
}
],
"externally_connectable": {
"matches": [
"*:\/\/*.alagent.com\/*"
]
},
"icons": {
"16": "img\/icon-16.png",
"48": "img\/icon-48.png",
"128": "img\/icon-128.png"
},
"options_page": "options.html",
"permissions": [
"cookies",
"http:\/\/*\/*",
"https:\/\/*\/*"
],
"content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'"
} | |