Ali2BD Assistant

Shop your items from AliExpress to Bangladesh with Ali2BD.

Ali2BD Assistant là gì?

Ali2BD Assistant là một tiện ích mở rộng Chrome được phát triển bởi https://ali2bd.com, và tính năng chính của nó là "Shop your items from AliExpress to Bangladesh with Ali2BD.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Ali2BD Assistant

Tải xuống các tệp mở rộng Ali2BD Assistant dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

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

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Ali2BD Assistant Ali2BD Assistant
ID dofdegbkoofphbahlonbaadkkglkhmfd
URL Chính Thức https://chromewebstore.google.com/detail/ali2bd-assistant/dofdegbkoofphbahlonbaadkkglkhmfd
Mô tả Shop your items from AliExpress to Bangladesh with Ali2BD.
Kích Thước Tệp 58.59 KB
Số Lần Cài Đặt 4,150
Phiên Bản Hiện Tại 2.0.8
Cập Nhật Lần Cuối 2024-01-30
Ngày Phát Hành 2020-03-27
Đánh Giá 4.37/5 Tổng số 43 Đánh Giá
Nhà Phát Triển https://ali2bd.com
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://ali2bd.com/
URL Trang Trợ Giúp https://help.ali2bd.com/
URL Trang Chính Sách Bảo Mật https://ali2bd.com/pages/privacy-policy
Ngôn Ngữ Được Hỗ Trợ 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\/*"
    ]
}