Ali2BD Assistant

Shop your items from AliExpress to Bangladesh with Ali2BD.

ما هو Ali2BD Assistant؟

Ali2BD Assistant هو إضافة Chrome تم تطويرها بواسطة https://ali2bd.com، والميزة الرئيسية لها هي "Shop your items from AliExpress to Bangladesh with Ali2BD.".

لقطات شاشة التمديد

screenshot
screenshot

تحميل ملف CRX للإضافة Ali2BD Assistant

قم بتنزيل ملفات الامتداد Ali2BD Assistant بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        With this extension you will get full details of any products from supported shops and order any item just in a few clicks.                    

معلومات أساسية عن التمديد

الاسم Ali2BD Assistant Ali2BD Assistant
ID dofdegbkoofphbahlonbaadkkglkhmfd
عنوان URL الرسمي https://chromewebstore.google.com/detail/ali2bd-assistant/dofdegbkoofphbahlonbaadkkglkhmfd
الوصف Shop your items from AliExpress to Bangladesh with Ali2BD.
حجم الملف 58.59 KB
عدد التثبيتات 4,150
النسخة الحالية 2.0.8
آخر تحديث 2024-01-30
تاريخ النشر 2020-03-27
تقييم 4.37/5 مجموع تقييمات 43
المطور https://ali2bd.com
البريد الإلكتروني [email protected]
نوع الدفع free
موقع الإضافة https://ali2bd.com/
عنوان صفحة المساعدة https://help.ali2bd.com/
عنوان صفحة سياسة الخصوصية https://ali2bd.com/pages/privacy-policy
اللغات المدعومة en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Ali2BD Assistant",
    "description": "Shop your items from AliExpress to Bangladesh with Ali2BD.",
    "version": "2.0.8",
    "action": {
        "default_icon": {
            "16": "icons\/icon16.png",
            "48": "icons\/icon48.png",
            "128": "icons\/icon128.png"
        }
    },
    "background": {
        "service_worker": "js\/background.js"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*.aliexpress.com\/*",
                "https:\/\/ali2bd.com\/*"
            ],
            "run_at": "document_end",
            "js": [
                "js\/commonContentScript.js",
                "js\/contentScripts.js"
            ]
        },
        {
            "matches": [
                "https:\/\/*.amazon.com\/*",
                "https:\/\/ali2bd.com\/*"
            ],
            "run_at": "document_end",
            "js": [
                "js\/commonContentScript.js",
                "js\/amazonContentScript.js"
            ]
        }
    ],
    "icons": {
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "permissions": [
        "storage"
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "providers\/*",
                "https:\/\/edge.ali2bd.com\/*",
                "ali2bd\/assets\/logo\/*"
            ],
            "matches": [
                "*:\/\/*.aliexpress.com\/*"
            ]
        },
        {
            "resources": [
                "providers\/amazon\/*",
                "https:\/\/edge.ali2bd.com\/*",
                "ali2bd\/assets\/logo\/*"
            ],
            "matches": [
                "*:\/\/*.amazon.com\/*"
            ]
        }
    ],
    "host_permissions": [
        "https:\/\/*.amazon.com\/*",
        "https:\/\/*.aliexpress.com\/*",
        "https:\/\/ali2bd.com\/*",
        "https:\/\/edge.ali2bd.com\/*"
    ]
}